1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsInstanceNetworkAttachments
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

ibm.getIsInstanceNetworkAttachments

Explore with Pulumi AI

Provides a read-only data source to retrieve information about an InstanceNetworkAttachment Collection. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";

const example = ibm.getIsInstanceNetworkAttachments({
    instance: ibm_is_instance.example.id,
});
Copy
import pulumi
import pulumi_ibm as ibm

example = ibm.get_is_instance_network_attachments(instance=ibm_is_instance["example"]["id"])
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := ibm.GetIsInstanceNetworkAttachments(ctx, &ibm.GetIsInstanceNetworkAttachmentsArgs{
			Instance: ibm_is_instance.Example.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;

return await Deployment.RunAsync(() => 
{
    var example = Ibm.GetIsInstanceNetworkAttachments.Invoke(new()
    {
        Instance = ibm_is_instance.Example.Id,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetIsInstanceNetworkAttachmentsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var example = IbmFunctions.getIsInstanceNetworkAttachments(GetIsInstanceNetworkAttachmentsArgs.builder()
            .instance(ibm_is_instance.example().id())
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: ibm:getIsInstanceNetworkAttachments
      arguments:
        instance: ${ibm_is_instance.example.id}
Copy

Using getIsInstanceNetworkAttachments

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getIsInstanceNetworkAttachments(args: GetIsInstanceNetworkAttachmentsArgs, opts?: InvokeOptions): Promise<GetIsInstanceNetworkAttachmentsResult>
function getIsInstanceNetworkAttachmentsOutput(args: GetIsInstanceNetworkAttachmentsOutputArgs, opts?: InvokeOptions): Output<GetIsInstanceNetworkAttachmentsResult>
Copy
def get_is_instance_network_attachments(id: Optional[str] = None,
                                        instance: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetIsInstanceNetworkAttachmentsResult
def get_is_instance_network_attachments_output(id: Optional[pulumi.Input[str]] = None,
                                        instance: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetIsInstanceNetworkAttachmentsResult]
Copy
func GetIsInstanceNetworkAttachments(ctx *Context, args *GetIsInstanceNetworkAttachmentsArgs, opts ...InvokeOption) (*GetIsInstanceNetworkAttachmentsResult, error)
func GetIsInstanceNetworkAttachmentsOutput(ctx *Context, args *GetIsInstanceNetworkAttachmentsOutputArgs, opts ...InvokeOption) GetIsInstanceNetworkAttachmentsResultOutput
Copy

> Note: This function is named GetIsInstanceNetworkAttachments in the Go SDK.

public static class GetIsInstanceNetworkAttachments 
{
    public static Task<GetIsInstanceNetworkAttachmentsResult> InvokeAsync(GetIsInstanceNetworkAttachmentsArgs args, InvokeOptions? opts = null)
    public static Output<GetIsInstanceNetworkAttachmentsResult> Invoke(GetIsInstanceNetworkAttachmentsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIsInstanceNetworkAttachmentsResult> getIsInstanceNetworkAttachments(GetIsInstanceNetworkAttachmentsArgs args, InvokeOptions options)
public static Output<GetIsInstanceNetworkAttachmentsResult> getIsInstanceNetworkAttachments(GetIsInstanceNetworkAttachmentsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getIsInstanceNetworkAttachments:getIsInstanceNetworkAttachments
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Instance This property is required. string
The virtual server instance identifier.
Id string
(String) The unique identifier for this virtual network interface.
Instance This property is required. string
The virtual server instance identifier.
Id string
(String) The unique identifier for this virtual network interface.
instance This property is required. String
The virtual server instance identifier.
id String
(String) The unique identifier for this virtual network interface.
instance This property is required. string
The virtual server instance identifier.
id string
(String) The unique identifier for this virtual network interface.
instance This property is required. str
The virtual server instance identifier.
id str
(String) The unique identifier for this virtual network interface.
instance This property is required. String
The virtual server instance identifier.
id String
(String) The unique identifier for this virtual network interface.

getIsInstanceNetworkAttachments Result

The following output properties are available:

Id string
(String) The unique identifier for this virtual network interface.
Instance string
NetworkAttachments List<GetIsInstanceNetworkAttachmentsNetworkAttachment>
(List) Collection of instance network attachments. Nested schema for network_attachments:
Id string
(String) The unique identifier for this virtual network interface.
Instance string
NetworkAttachments []GetIsInstanceNetworkAttachmentsNetworkAttachment
(List) Collection of instance network attachments. Nested schema for network_attachments:
id String
(String) The unique identifier for this virtual network interface.
instance String
networkAttachments List<GetIsInstanceNetworkAttachmentsNetworkAttachment>
(List) Collection of instance network attachments. Nested schema for network_attachments:
id string
(String) The unique identifier for this virtual network interface.
instance string
networkAttachments GetIsInstanceNetworkAttachmentsNetworkAttachment[]
(List) Collection of instance network attachments. Nested schema for network_attachments:
id str
(String) The unique identifier for this virtual network interface.
instance str
network_attachments Sequence[GetIsInstanceNetworkAttachmentsNetworkAttachment]
(List) Collection of instance network attachments. Nested schema for network_attachments:
id String
(String) The unique identifier for this virtual network interface.
instance String
networkAttachments List<Property Map>
(List) Collection of instance network attachments. Nested schema for network_attachments:

Supporting Types

GetIsInstanceNetworkAttachmentsNetworkAttachment

CreatedAt This property is required. string
(String) The date and time that the instance network attachment was created.
Href This property is required. string
(String) The URL for this virtual network interface.
Id This property is required. string
(String) The unique identifier for this virtual network interface.
LifecycleState This property is required. string
(String) The lifecycle state of the instance network attachment.
Name This property is required. string
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
PortSpeed This property is required. double
(Integer) The port speed for this instance network attachment in Mbps.
PrimaryIps This property is required. List<GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIp>
(List) The primary IP address of the virtual network interface for the instance networkattachment. Nested schema for primary_ip:
ResourceType This property is required. string
(String) The resource type.
Subnets This property is required. List<GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnet>
(List) The subnet of the virtual network interface for the instance network attachment. Nested schema for subnet:
Type This property is required. string
(String) The instance network attachment type.
VirtualNetworkInterfaces This property is required. List<GetIsInstanceNetworkAttachmentsNetworkAttachmentVirtualNetworkInterface>
(List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
CreatedAt This property is required. string
(String) The date and time that the instance network attachment was created.
Href This property is required. string
(String) The URL for this virtual network interface.
Id This property is required. string
(String) The unique identifier for this virtual network interface.
LifecycleState This property is required. string
(String) The lifecycle state of the instance network attachment.
Name This property is required. string
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
PortSpeed This property is required. float64
(Integer) The port speed for this instance network attachment in Mbps.
PrimaryIps This property is required. []GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIp
(List) The primary IP address of the virtual network interface for the instance networkattachment. Nested schema for primary_ip:
ResourceType This property is required. string
(String) The resource type.
Subnets This property is required. []GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnet
(List) The subnet of the virtual network interface for the instance network attachment. Nested schema for subnet:
Type This property is required. string
(String) The instance network attachment type.
VirtualNetworkInterfaces This property is required. []GetIsInstanceNetworkAttachmentsNetworkAttachmentVirtualNetworkInterface
(List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
createdAt This property is required. String
(String) The date and time that the instance network attachment was created.
href This property is required. String
(String) The URL for this virtual network interface.
id This property is required. String
(String) The unique identifier for this virtual network interface.
lifecycleState This property is required. String
(String) The lifecycle state of the instance network attachment.
name This property is required. String
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
portSpeed This property is required. Double
(Integer) The port speed for this instance network attachment in Mbps.
primaryIps This property is required. List<GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIp>
(List) The primary IP address of the virtual network interface for the instance networkattachment. Nested schema for primary_ip:
resourceType This property is required. String
(String) The resource type.
subnets This property is required. List<GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnet>
(List) The subnet of the virtual network interface for the instance network attachment. Nested schema for subnet:
type This property is required. String
(String) The instance network attachment type.
virtualNetworkInterfaces This property is required. List<GetIsInstanceNetworkAttachmentsNetworkAttachmentVirtualNetworkInterface>
(List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
createdAt This property is required. string
(String) The date and time that the instance network attachment was created.
href This property is required. string
(String) The URL for this virtual network interface.
id This property is required. string
(String) The unique identifier for this virtual network interface.
lifecycleState This property is required. string
(String) The lifecycle state of the instance network attachment.
name This property is required. string
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
portSpeed This property is required. number
(Integer) The port speed for this instance network attachment in Mbps.
primaryIps This property is required. GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIp[]
(List) The primary IP address of the virtual network interface for the instance networkattachment. Nested schema for primary_ip:
resourceType This property is required. string
(String) The resource type.
subnets This property is required. GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnet[]
(List) The subnet of the virtual network interface for the instance network attachment. Nested schema for subnet:
type This property is required. string
(String) The instance network attachment type.
virtualNetworkInterfaces This property is required. GetIsInstanceNetworkAttachmentsNetworkAttachmentVirtualNetworkInterface[]
(List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
created_at This property is required. str
(String) The date and time that the instance network attachment was created.
href This property is required. str
(String) The URL for this virtual network interface.
id This property is required. str
(String) The unique identifier for this virtual network interface.
lifecycle_state This property is required. str
(String) The lifecycle state of the instance network attachment.
name This property is required. str
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
port_speed This property is required. float
(Integer) The port speed for this instance network attachment in Mbps.
primary_ips This property is required. Sequence[GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIp]
(List) The primary IP address of the virtual network interface for the instance networkattachment. Nested schema for primary_ip:
resource_type This property is required. str
(String) The resource type.
subnets This property is required. Sequence[GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnet]
(List) The subnet of the virtual network interface for the instance network attachment. Nested schema for subnet:
type This property is required. str
(String) The instance network attachment type.
virtual_network_interfaces This property is required. Sequence[GetIsInstanceNetworkAttachmentsNetworkAttachmentVirtualNetworkInterface]
(List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
createdAt This property is required. String
(String) The date and time that the instance network attachment was created.
href This property is required. String
(String) The URL for this virtual network interface.
id This property is required. String
(String) The unique identifier for this virtual network interface.
lifecycleState This property is required. String
(String) The lifecycle state of the instance network attachment.
name This property is required. String
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
portSpeed This property is required. Number
(Integer) The port speed for this instance network attachment in Mbps.
primaryIps This property is required. List<Property Map>
(List) The primary IP address of the virtual network interface for the instance networkattachment. Nested schema for primary_ip:
resourceType This property is required. String
(String) The resource type.
subnets This property is required. List<Property Map>
(List) The subnet of the virtual network interface for the instance network attachment. Nested schema for subnet:
type This property is required. String
(String) The instance network attachment type.
virtualNetworkInterfaces This property is required. List<Property Map>
(List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:

GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIp

Address This property is required. string
(String) The IP address.If the address has not yet been selected, the value will be 0.0.0.0.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
Deleteds This property is required. List<GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIpDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this virtual network interface.
Id This property is required. string
(String) The unique identifier for this virtual network interface.
Name This property is required. string
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
ResourceType This property is required. string
(String) The resource type.
Address This property is required. string
(String) The IP address.If the address has not yet been selected, the value will be 0.0.0.0.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
Deleteds This property is required. []GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIpDeleted
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this virtual network interface.
Id This property is required. string
(String) The unique identifier for this virtual network interface.
Name This property is required. string
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
ResourceType This property is required. string
(String) The resource type.
address This property is required. String
(String) The IP address.If the address has not yet been selected, the value will be 0.0.0.0.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
deleteds This property is required. List<GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIpDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this virtual network interface.
id This property is required. String
(String) The unique identifier for this virtual network interface.
name This property is required. String
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
resourceType This property is required. String
(String) The resource type.
address This property is required. string
(String) The IP address.If the address has not yet been selected, the value will be 0.0.0.0.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
deleteds This property is required. GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIpDeleted[]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. string
(String) The URL for this virtual network interface.
id This property is required. string
(String) The unique identifier for this virtual network interface.
name This property is required. string
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
resourceType This property is required. string
(String) The resource type.
address This property is required. str
(String) The IP address.If the address has not yet been selected, the value will be 0.0.0.0.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
deleteds This property is required. Sequence[GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIpDeleted]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. str
(String) The URL for this virtual network interface.
id This property is required. str
(String) The unique identifier for this virtual network interface.
name This property is required. str
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
resource_type This property is required. str
(String) The resource type.
address This property is required. String
(String) The IP address.If the address has not yet been selected, the value will be 0.0.0.0.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
deleteds This property is required. List<Property Map>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this virtual network interface.
id This property is required. String
(String) The unique identifier for this virtual network interface.
name This property is required. String
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
resourceType This property is required. String
(String) The resource type.

GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIpDeleted

MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
more_info This property is required. str
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnet

Crn This property is required. string
(String) The CRN for this virtual network interface.
Deleteds This property is required. List<GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnetDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this virtual network interface.
Id This property is required. string
(String) The unique identifier for this virtual network interface.
Name This property is required. string
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
ResourceType This property is required. string
(String) The resource type.
Crn This property is required. string
(String) The CRN for this virtual network interface.
Deleteds This property is required. []GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnetDeleted
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this virtual network interface.
Id This property is required. string
(String) The unique identifier for this virtual network interface.
Name This property is required. string
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
ResourceType This property is required. string
(String) The resource type.
crn This property is required. String
(String) The CRN for this virtual network interface.
deleteds This property is required. List<GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnetDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this virtual network interface.
id This property is required. String
(String) The unique identifier for this virtual network interface.
name This property is required. String
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
resourceType This property is required. String
(String) The resource type.
crn This property is required. string
(String) The CRN for this virtual network interface.
deleteds This property is required. GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnetDeleted[]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. string
(String) The URL for this virtual network interface.
id This property is required. string
(String) The unique identifier for this virtual network interface.
name This property is required. string
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
resourceType This property is required. string
(String) The resource type.
crn This property is required. str
(String) The CRN for this virtual network interface.
deleteds This property is required. Sequence[GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnetDeleted]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. str
(String) The URL for this virtual network interface.
id This property is required. str
(String) The unique identifier for this virtual network interface.
name This property is required. str
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
resource_type This property is required. str
(String) The resource type.
crn This property is required. String
(String) The CRN for this virtual network interface.
deleteds This property is required. List<Property Map>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this virtual network interface.
id This property is required. String
(String) The unique identifier for this virtual network interface.
name This property is required. String
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
resourceType This property is required. String
(String) The resource type.

GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnetDeleted

MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
more_info This property is required. str
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsInstanceNetworkAttachmentsNetworkAttachmentVirtualNetworkInterface

Crn This property is required. string
(String) The CRN for this virtual network interface.
Href This property is required. string
(String) The URL for this virtual network interface.
Id This property is required. string
(String) The unique identifier for this virtual network interface.
Name This property is required. string
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
ResourceType This property is required. string
(String) The resource type.
Crn This property is required. string
(String) The CRN for this virtual network interface.
Href This property is required. string
(String) The URL for this virtual network interface.
Id This property is required. string
(String) The unique identifier for this virtual network interface.
Name This property is required. string
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
ResourceType This property is required. string
(String) The resource type.
crn This property is required. String
(String) The CRN for this virtual network interface.
href This property is required. String
(String) The URL for this virtual network interface.
id This property is required. String
(String) The unique identifier for this virtual network interface.
name This property is required. String
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
resourceType This property is required. String
(String) The resource type.
crn This property is required. string
(String) The CRN for this virtual network interface.
href This property is required. string
(String) The URL for this virtual network interface.
id This property is required. string
(String) The unique identifier for this virtual network interface.
name This property is required. string
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
resourceType This property is required. string
(String) The resource type.
crn This property is required. str
(String) The CRN for this virtual network interface.
href This property is required. str
(String) The URL for this virtual network interface.
id This property is required. str
(String) The unique identifier for this virtual network interface.
name This property is required. str
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
resource_type This property is required. str
(String) The resource type.
crn This property is required. String
(String) The CRN for this virtual network interface.
href This property is required. String
(String) The URL for this virtual network interface.
id This property is required. String
(String) The unique identifier for this virtual network interface.
name This property is required. String
(String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
resourceType This property is required. String
(String) The resource type.

Package Details

Repository
ibm ibm-cloud/terraform-provider-ibm
License
Notes
This Pulumi package is based on the ibm Terraform Provider.