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,
});
import pulumi
import pulumi_ibm as ibm
example = ibm.get_is_instance_network_attachments(instance=ibm_is_instance["example"]["id"])
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
})
}
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,
});
});
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());
}
}
variables:
example:
fn::invoke:
function: ibm:getIsInstanceNetworkAttachments
arguments:
instance: ${ibm_is_instance.example.id}
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>
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]
func GetIsInstanceNetworkAttachments(ctx *Context, args *GetIsInstanceNetworkAttachmentsArgs, opts ...InvokeOption) (*GetIsInstanceNetworkAttachmentsResult, error)
func GetIsInstanceNetworkAttachmentsOutput(ctx *Context, args *GetIsInstanceNetworkAttachmentsOutputArgs, opts ...InvokeOption) GetIsInstanceNetworkAttachmentsResultOutput
> 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)
}
public static CompletableFuture<GetIsInstanceNetworkAttachmentsResult> getIsInstanceNetworkAttachments(GetIsInstanceNetworkAttachmentsArgs args, InvokeOptions options)
public static Output<GetIsInstanceNetworkAttachmentsResult> getIsInstanceNetworkAttachments(GetIsInstanceNetworkAttachmentsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsInstanceNetworkAttachments:getIsInstanceNetworkAttachments
arguments:
# arguments dictionary
The following arguments are supported:
getIsInstanceNetworkAttachments Result
The following output properties are available:
- Id string
- (String) The unique identifier for this virtual network interface.
- Instance string
- Network
Attachments List<GetIs Instance Network Attachments Network Attachment> - (List) Collection of instance network attachments. Nested schema for network_attachments:
- Id string
- (String) The unique identifier for this virtual network interface.
- Instance string
- Network
Attachments []GetIs Instance Network Attachments Network Attachment - (List) Collection of instance network attachments. Nested schema for network_attachments:
- id String
- (String) The unique identifier for this virtual network interface.
- instance String
- network
Attachments List<GetIs Instance Network Attachments Network Attachment> - (List) Collection of instance network attachments. Nested schema for network_attachments:
- id string
- (String) The unique identifier for this virtual network interface.
- instance string
- network
Attachments GetIs Instance Network Attachments Network Attachment[] - (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[GetIs Instance Network Attachments Network Attachment] - (List) Collection of instance network attachments. Nested schema for network_attachments:
- id String
- (String) The unique identifier for this virtual network interface.
- instance String
- network
Attachments List<Property Map> - (List) Collection of instance network attachments. Nested schema for network_attachments:
Supporting Types
GetIsInstanceNetworkAttachmentsNetworkAttachment
- Created
At 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.
- Lifecycle
State 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.
- Port
Speed This property is required. double - (Integer) The port speed for this instance network attachment in Mbps.
- Primary
Ips This property is required. List<GetIs Instance Network Attachments Network Attachment Primary Ip> - (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. string - (String) The resource type.
- Subnets
This property is required. List<GetIs Instance Network Attachments Network Attachment Subnet> - (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.
- Virtual
Network Interfaces This property is required. List<GetIs Instance Network Attachments Network Attachment Virtual Network Interface> - (List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
- Created
At 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.
- Lifecycle
State 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.
- Port
Speed This property is required. float64 - (Integer) The port speed for this instance network attachment in Mbps.
- Primary
Ips This property is required. []GetIs Instance Network Attachments Network Attachment Primary Ip - (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. string - (String) The resource type.
- Subnets
This property is required. []GetIs Instance Network Attachments Network Attachment Subnet - (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.
- Virtual
Network Interfaces This property is required. []GetIs Instance Network Attachments Network Attachment Virtual Network Interface - (List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
- created
At 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.
- lifecycle
State 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.
- port
Speed This property is required. Double - (Integer) The port speed for this instance network attachment in Mbps.
- primary
Ips This property is required. List<GetIs Instance Network Attachments Network Attachment Primary Ip> - (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. String - (String) The resource type.
- subnets
This property is required. List<GetIs Instance Network Attachments Network Attachment Subnet> - (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.
- virtual
Network Interfaces This property is required. List<GetIs Instance Network Attachments Network Attachment Virtual Network Interface> - (List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
- created
At 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.
- lifecycle
State 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.
- port
Speed This property is required. number - (Integer) The port speed for this instance network attachment in Mbps.
- primary
Ips This property is required. GetIs Instance Network Attachments Network Attachment Primary Ip[] - (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. string - (String) The resource type.
- subnets
This property is required. GetIs Instance Network Attachments Network Attachment Subnet[] - (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.
- virtual
Network Interfaces This property is required. GetIs Instance Network Attachments Network Attachment Virtual Network Interface[] - (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[GetIs Instance Network Attachments Network Attachment Primary Ip] - (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[GetIs Instance Network Attachments Network Attachment Subnet] - (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[GetIs Instance Network Attachments Network Attachment Virtual Network Interface] - (List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
- created
At 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.
- lifecycle
State 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.
- port
Speed This property is required. Number - (Integer) The port speed for this instance network attachment in Mbps.
- primary
Ips 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:
- resource
Type 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.
- virtual
Network Interfaces 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<GetIs Instance Network Attachments Network Attachment Primary Ip Deleted> - (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.
- Resource
Type 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. []GetIs Instance Network Attachments Network Attachment Primary Ip Deleted - (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.
- Resource
Type 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<GetIs Instance Network Attachments Network Attachment Primary Ip Deleted> - (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.
- resource
Type 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. GetIs Instance Network Attachments Network Attachment Primary Ip Deleted[] - (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.
- resource
Type 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[GetIs Instance Network Attachments Network Attachment Primary Ip Deleted] - (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.
- resource
Type This property is required. String - (String) The resource type.
GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIpDeleted
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
- more
Info 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.
- more
Info 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<GetIs Instance Network Attachments Network Attachment Subnet Deleted> - (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.
- Resource
Type 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. []GetIs Instance Network Attachments Network Attachment Subnet Deleted - (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.
- Resource
Type 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<GetIs Instance Network Attachments Network Attachment Subnet Deleted> - (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.
- resource
Type 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. GetIs Instance Network Attachments Network Attachment Subnet Deleted[] - (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.
- resource
Type 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[GetIs Instance Network Attachments Network Attachment Subnet Deleted] - (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.
- resource
Type This property is required. String - (String) The resource type.
GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnetDeleted
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- More
Info This property is required. string - (String) Link to documentation about deleted resources.
- more
Info This property is required. String - (String) Link to documentation about deleted resources.
- more
Info 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.
- more
Info 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.
- Resource
Type 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.
- Resource
Type 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.
- resource
Type 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.
- resource
Type 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.
- resource
Type 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.