1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsVirtualNetworkInterfaces
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getIsVirtualNetworkInterfaces

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Provides a read-only data source for VirtualNetworkInterfaceCollection. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const example = ibm.getIsVirtualNetworkInterfaces({});
    
    import pulumi
    import pulumi_ibm as ibm
    
    example = ibm.get_is_virtual_network_interfaces()
    
    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.GetIsVirtualNetworkInterfaces(ctx, &ibm.GetIsVirtualNetworkInterfacesArgs{}, 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.GetIsVirtualNetworkInterfaces.Invoke();
    
    });
    
    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.GetIsVirtualNetworkInterfacesArgs;
    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.getIsVirtualNetworkInterfaces();
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: ibm:getIsVirtualNetworkInterfaces
          arguments: {}
    

    Using getIsVirtualNetworkInterfaces

    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 getIsVirtualNetworkInterfaces(args: GetIsVirtualNetworkInterfacesArgs, opts?: InvokeOptions): Promise<GetIsVirtualNetworkInterfacesResult>
    function getIsVirtualNetworkInterfacesOutput(args: GetIsVirtualNetworkInterfacesOutputArgs, opts?: InvokeOptions): Output<GetIsVirtualNetworkInterfacesResult>
    def get_is_virtual_network_interfaces(id: Optional[str] = None,
                                          resource_group: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetIsVirtualNetworkInterfacesResult
    def get_is_virtual_network_interfaces_output(id: Optional[pulumi.Input[str]] = None,
                                          resource_group: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetIsVirtualNetworkInterfacesResult]
    func GetIsVirtualNetworkInterfaces(ctx *Context, args *GetIsVirtualNetworkInterfacesArgs, opts ...InvokeOption) (*GetIsVirtualNetworkInterfacesResult, error)
    func GetIsVirtualNetworkInterfacesOutput(ctx *Context, args *GetIsVirtualNetworkInterfacesOutputArgs, opts ...InvokeOption) GetIsVirtualNetworkInterfacesResultOutput

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

    public static class GetIsVirtualNetworkInterfaces 
    {
        public static Task<GetIsVirtualNetworkInterfacesResult> InvokeAsync(GetIsVirtualNetworkInterfacesArgs args, InvokeOptions? opts = null)
        public static Output<GetIsVirtualNetworkInterfacesResult> Invoke(GetIsVirtualNetworkInterfacesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIsVirtualNetworkInterfacesResult> getIsVirtualNetworkInterfaces(GetIsVirtualNetworkInterfacesArgs args, InvokeOptions options)
    public static Output<GetIsVirtualNetworkInterfacesResult> getIsVirtualNetworkInterfaces(GetIsVirtualNetworkInterfacesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getIsVirtualNetworkInterfaces:getIsVirtualNetworkInterfaces
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    (String) The unique identifier for this VPC.
    ResourceGroup string
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    Id string
    (String) The unique identifier for this VPC.
    ResourceGroup string
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    id String
    (String) The unique identifier for this VPC.
    resourceGroup String
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    id string
    (String) The unique identifier for this VPC.
    resourceGroup string
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    id str
    (String) The unique identifier for this VPC.
    resource_group str
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    id String
    (String) The unique identifier for this VPC.
    resourceGroup String
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:

    getIsVirtualNetworkInterfaces Result

    The following output properties are available:

    Id string
    (String) The unique identifier for this VPC.
    VirtualNetworkInterfaces List<GetIsVirtualNetworkInterfacesVirtualNetworkInterface>
    (List) Collection of virtual network interfaces. Nested scheme for virtual_network_interfaces:
    ResourceGroup string
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    Id string
    (String) The unique identifier for this VPC.
    VirtualNetworkInterfaces []GetIsVirtualNetworkInterfacesVirtualNetworkInterface
    (List) Collection of virtual network interfaces. Nested scheme for virtual_network_interfaces:
    ResourceGroup string
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    id String
    (String) The unique identifier for this VPC.
    virtualNetworkInterfaces List<GetIsVirtualNetworkInterfacesVirtualNetworkInterface>
    (List) Collection of virtual network interfaces. Nested scheme for virtual_network_interfaces:
    resourceGroup String
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    id string
    (String) The unique identifier for this VPC.
    virtualNetworkInterfaces GetIsVirtualNetworkInterfacesVirtualNetworkInterface[]
    (List) Collection of virtual network interfaces. Nested scheme for virtual_network_interfaces:
    resourceGroup string
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    id str
    (String) The unique identifier for this VPC.
    virtual_network_interfaces Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterface]
    (List) Collection of virtual network interfaces. Nested scheme for virtual_network_interfaces:
    resource_group str
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    id String
    (String) The unique identifier for this VPC.
    virtualNetworkInterfaces List<Property Map>
    (List) Collection of virtual network interfaces. Nested scheme for virtual_network_interfaces:
    resourceGroup String
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:

    Supporting Types

    GetIsVirtualNetworkInterfacesVirtualNetworkInterface

    AccessTags List<string>
    (Array of Strings) Access management tags associated for the virtual network interface.
    AllowIpSpoofing bool
    (Boolean) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    AutoDelete bool
    (Boolean) Indicates whether this virtual network interface will be automatically deleted whentarget is deleted.
    CreatedAt string
    (String) The date and time that the virtual network interface was created.
    Crn string
    (String) The CRN for this VPC.
    EnableInfrastructureNat bool
    (Boolean) If true:- The VPC infrastructure performs any needed NAT operations.- floating_ips must not have more than one floating IP.If false:- Packets are passed unchanged to/from the virtual network interface, allowing the workload to perform any needed NAT operations.- allow_ip_spoofing must be false.- If the virtual network interface is attached: - The target resource_type must be bare_metal_server_network_attachment. - The target interface_type must not be hipersocket.
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Ips List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIp>
    (List) The reserved IPs bound to this virtual network interface.May be empty when lifecycle_state is pending. Nested schema for ips:
    LifecycleState string
    (String) The lifecycle state of the virtual network interface.
    MacAddress string
    (String) The MAC address of the virtual network interface. May be absent if lifecycle_state is pending.
    Name string
    (String) The globally unique name for this zone.
    PrimaryIps List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIp>
    (List) The reserved IP for this virtual network interface.May be absent when lifecycle_state is pending. Nested scheme for primary_ip:
    ProtocolStateFilteringMode string
    (String) The protocol state filtering mode to use for this virtual network interface.
    ResourceGroups List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceResourceGroup>
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    ResourceType string
    (String) The resource type.
    SecurityGroups List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroup>
    (List) The security groups for this virtual network interface. Nested scheme for security_groups:
    Subnets List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnet>
    (List) The associated subnet. Nested scheme for subnet:
    Tags List<string>
    (Array of Strings) The tags associated with the virtual netork interface.
    Targets List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTarget>
    (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
    Vpcs List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpc>
    (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
    Zones List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceZone>
    (List) The zone this virtual network interface resides in. Nested scheme for zone:
    AccessTags []string
    (Array of Strings) Access management tags associated for the virtual network interface.
    AllowIpSpoofing bool
    (Boolean) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    AutoDelete bool
    (Boolean) Indicates whether this virtual network interface will be automatically deleted whentarget is deleted.
    CreatedAt string
    (String) The date and time that the virtual network interface was created.
    Crn string
    (String) The CRN for this VPC.
    EnableInfrastructureNat bool
    (Boolean) If true:- The VPC infrastructure performs any needed NAT operations.- floating_ips must not have more than one floating IP.If false:- Packets are passed unchanged to/from the virtual network interface, allowing the workload to perform any needed NAT operations.- allow_ip_spoofing must be false.- If the virtual network interface is attached: - The target resource_type must be bare_metal_server_network_attachment. - The target interface_type must not be hipersocket.
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Ips []GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIp
    (List) The reserved IPs bound to this virtual network interface.May be empty when lifecycle_state is pending. Nested schema for ips:
    LifecycleState string
    (String) The lifecycle state of the virtual network interface.
    MacAddress string
    (String) The MAC address of the virtual network interface. May be absent if lifecycle_state is pending.
    Name string
    (String) The globally unique name for this zone.
    PrimaryIps []GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIp
    (List) The reserved IP for this virtual network interface.May be absent when lifecycle_state is pending. Nested scheme for primary_ip:
    ProtocolStateFilteringMode string
    (String) The protocol state filtering mode to use for this virtual network interface.
    ResourceGroups []GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceResourceGroup
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    ResourceType string
    (String) The resource type.
    SecurityGroups []GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroup
    (List) The security groups for this virtual network interface. Nested scheme for security_groups:
    Subnets []GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnet
    (List) The associated subnet. Nested scheme for subnet:
    Tags []string
    (Array of Strings) The tags associated with the virtual netork interface.
    Targets []GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTarget
    (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
    Vpcs []GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpc
    (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
    Zones []GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceZone
    (List) The zone this virtual network interface resides in. Nested scheme for zone:
    accessTags List<String>
    (Array of Strings) Access management tags associated for the virtual network interface.
    allowIpSpoofing Boolean
    (Boolean) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    autoDelete Boolean
    (Boolean) Indicates whether this virtual network interface will be automatically deleted whentarget is deleted.
    createdAt String
    (String) The date and time that the virtual network interface was created.
    crn String
    (String) The CRN for this VPC.
    enableInfrastructureNat Boolean
    (Boolean) If true:- The VPC infrastructure performs any needed NAT operations.- floating_ips must not have more than one floating IP.If false:- Packets are passed unchanged to/from the virtual network interface, allowing the workload to perform any needed NAT operations.- allow_ip_spoofing must be false.- If the virtual network interface is attached: - The target resource_type must be bare_metal_server_network_attachment. - The target interface_type must not be hipersocket.
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    ips List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIp>
    (List) The reserved IPs bound to this virtual network interface.May be empty when lifecycle_state is pending. Nested schema for ips:
    lifecycleState String
    (String) The lifecycle state of the virtual network interface.
    macAddress String
    (String) The MAC address of the virtual network interface. May be absent if lifecycle_state is pending.
    name String
    (String) The globally unique name for this zone.
    primaryIps List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIp>
    (List) The reserved IP for this virtual network interface.May be absent when lifecycle_state is pending. Nested scheme for primary_ip:
    protocolStateFilteringMode String
    (String) The protocol state filtering mode to use for this virtual network interface.
    resourceGroups List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceResourceGroup>
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    resourceType String
    (String) The resource type.
    securityGroups List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroup>
    (List) The security groups for this virtual network interface. Nested scheme for security_groups:
    subnets List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnet>
    (List) The associated subnet. Nested scheme for subnet:
    tags List<String>
    (Array of Strings) The tags associated with the virtual netork interface.
    targets List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTarget>
    (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
    vpcs List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpc>
    (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
    zones List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceZone>
    (List) The zone this virtual network interface resides in. Nested scheme for zone:
    accessTags string[]
    (Array of Strings) Access management tags associated for the virtual network interface.
    allowIpSpoofing boolean
    (Boolean) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    autoDelete boolean
    (Boolean) Indicates whether this virtual network interface will be automatically deleted whentarget is deleted.
    createdAt string
    (String) The date and time that the virtual network interface was created.
    crn string
    (String) The CRN for this VPC.
    enableInfrastructureNat boolean
    (Boolean) If true:- The VPC infrastructure performs any needed NAT operations.- floating_ips must not have more than one floating IP.If false:- Packets are passed unchanged to/from the virtual network interface, allowing the workload to perform any needed NAT operations.- allow_ip_spoofing must be false.- If the virtual network interface is attached: - The target resource_type must be bare_metal_server_network_attachment. - The target interface_type must not be hipersocket.
    href string
    (String) The URL for this zone.
    id string
    (String) The unique identifier for this VPC.
    ips GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIp[]
    (List) The reserved IPs bound to this virtual network interface.May be empty when lifecycle_state is pending. Nested schema for ips:
    lifecycleState string
    (String) The lifecycle state of the virtual network interface.
    macAddress string
    (String) The MAC address of the virtual network interface. May be absent if lifecycle_state is pending.
    name string
    (String) The globally unique name for this zone.
    primaryIps GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIp[]
    (List) The reserved IP for this virtual network interface.May be absent when lifecycle_state is pending. Nested scheme for primary_ip:
    protocolStateFilteringMode string
    (String) The protocol state filtering mode to use for this virtual network interface.
    resourceGroups GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceResourceGroup[]
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    resourceType string
    (String) The resource type.
    securityGroups GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroup[]
    (List) The security groups for this virtual network interface. Nested scheme for security_groups:
    subnets GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnet[]
    (List) The associated subnet. Nested scheme for subnet:
    tags string[]
    (Array of Strings) The tags associated with the virtual netork interface.
    targets GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTarget[]
    (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
    vpcs GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpc[]
    (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
    zones GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceZone[]
    (List) The zone this virtual network interface resides in. Nested scheme for zone:
    access_tags Sequence[str]
    (Array of Strings) Access management tags associated for the virtual network interface.
    allow_ip_spoofing bool
    (Boolean) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    auto_delete bool
    (Boolean) Indicates whether this virtual network interface will be automatically deleted whentarget is deleted.
    created_at str
    (String) The date and time that the virtual network interface was created.
    crn str
    (String) The CRN for this VPC.
    enable_infrastructure_nat bool
    (Boolean) If true:- The VPC infrastructure performs any needed NAT operations.- floating_ips must not have more than one floating IP.If false:- Packets are passed unchanged to/from the virtual network interface, allowing the workload to perform any needed NAT operations.- allow_ip_spoofing must be false.- If the virtual network interface is attached: - The target resource_type must be bare_metal_server_network_attachment. - The target interface_type must not be hipersocket.
    href str
    (String) The URL for this zone.
    id str
    (String) The unique identifier for this VPC.
    ips Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIp]
    (List) The reserved IPs bound to this virtual network interface.May be empty when lifecycle_state is pending. Nested schema for ips:
    lifecycle_state str
    (String) The lifecycle state of the virtual network interface.
    mac_address str
    (String) The MAC address of the virtual network interface. May be absent if lifecycle_state is pending.
    name str
    (String) The globally unique name for this zone.
    primary_ips Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIp]
    (List) The reserved IP for this virtual network interface.May be absent when lifecycle_state is pending. Nested scheme for primary_ip:
    protocol_state_filtering_mode str
    (String) The protocol state filtering mode to use for this virtual network interface.
    resource_groups Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceResourceGroup]
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    resource_type str
    (String) The resource type.
    security_groups Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroup]
    (List) The security groups for this virtual network interface. Nested scheme for security_groups:
    subnets Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnet]
    (List) The associated subnet. Nested scheme for subnet:
    tags Sequence[str]
    (Array of Strings) The tags associated with the virtual netork interface.
    targets Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTarget]
    (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
    vpcs Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpc]
    (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
    zones Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceZone]
    (List) The zone this virtual network interface resides in. Nested scheme for zone:
    accessTags List<String>
    (Array of Strings) Access management tags associated for the virtual network interface.
    allowIpSpoofing Boolean
    (Boolean) Indicates whether source IP spoofing is allowed on this interface. If false, source IP spoofing is prevented on this interface. If true, source IP spoofing is allowed on this interface.
    autoDelete Boolean
    (Boolean) Indicates whether this virtual network interface will be automatically deleted whentarget is deleted.
    createdAt String
    (String) The date and time that the virtual network interface was created.
    crn String
    (String) The CRN for this VPC.
    enableInfrastructureNat Boolean
    (Boolean) If true:- The VPC infrastructure performs any needed NAT operations.- floating_ips must not have more than one floating IP.If false:- Packets are passed unchanged to/from the virtual network interface, allowing the workload to perform any needed NAT operations.- allow_ip_spoofing must be false.- If the virtual network interface is attached: - The target resource_type must be bare_metal_server_network_attachment. - The target interface_type must not be hipersocket.
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    ips List<Property Map>
    (List) The reserved IPs bound to this virtual network interface.May be empty when lifecycle_state is pending. Nested schema for ips:
    lifecycleState String
    (String) The lifecycle state of the virtual network interface.
    macAddress String
    (String) The MAC address of the virtual network interface. May be absent if lifecycle_state is pending.
    name String
    (String) The globally unique name for this zone.
    primaryIps List<Property Map>
    (List) The reserved IP for this virtual network interface.May be absent when lifecycle_state is pending. Nested scheme for primary_ip:
    protocolStateFilteringMode String
    (String) The protocol state filtering mode to use for this virtual network interface.
    resourceGroups List<Property Map>
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    resourceType String
    (String) The resource type.
    securityGroups List<Property Map>
    (List) The security groups for this virtual network interface. Nested scheme for security_groups:
    subnets List<Property Map>
    (List) The associated subnet. Nested scheme for subnet:
    tags List<String>
    (Array of Strings) The tags associated with the virtual netork interface.
    targets List<Property Map>
    (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
    vpcs List<Property Map>
    (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
    zones List<Property Map>
    (List) The zone this virtual network interface resides in. Nested scheme for zone:

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIp

    Address 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 List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    ResourceType string
    (String) The resource type.
    Address 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 []GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIpDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    ResourceType string
    (String) The resource type.
    address 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 List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.
    resourceType String
    (String) The resource type.
    address 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 GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIpDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href string
    (String) The URL for this zone.
    id string
    (String) The unique identifier for this VPC.
    name string
    (String) The globally unique name for this zone.
    resourceType string
    (String) The resource type.
    address 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 Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIpDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href str
    (String) The URL for this zone.
    id str
    (String) The unique identifier for this VPC.
    name str
    (String) The globally unique name for this zone.
    resource_type str
    (String) The resource type.
    address 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 List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.
    resourceType String
    (String) The resource type.

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceIpDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIp

    Address 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 List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    ResourceType string
    (String) The resource type.
    Address 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 []GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIpDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    ResourceType string
    (String) The resource type.
    address 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 List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.
    resourceType String
    (String) The resource type.
    address 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 GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIpDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href string
    (String) The URL for this zone.
    id string
    (String) The unique identifier for this VPC.
    name string
    (String) The globally unique name for this zone.
    resourceType string
    (String) The resource type.
    address 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 Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIpDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href str
    (String) The URL for this zone.
    id str
    (String) The unique identifier for this VPC.
    name str
    (String) The globally unique name for this zone.
    resource_type str
    (String) The resource type.
    address 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 List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.
    resourceType String
    (String) The resource type.

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfacePrimaryIpDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceResourceGroup

    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.
    href string
    (String) The URL for this zone.
    id string
    (String) The unique identifier for this VPC.
    name string
    (String) The globally unique name for this zone.
    href str
    (String) The URL for this zone.
    id str
    (String) The unique identifier for this VPC.
    name str
    (String) The globally unique name for this zone.
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroup

    Crn string
    (String) The CRN for this VPC.
    Deleteds List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroupDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    Crn string
    (String) The CRN for this VPC.
    Deleteds []GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroupDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    crn String
    (String) The CRN for this VPC.
    deleteds List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroupDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.
    crn string
    (String) The CRN for this VPC.
    deleteds GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroupDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href string
    (String) The URL for this zone.
    id string
    (String) The unique identifier for this VPC.
    name string
    (String) The globally unique name for this zone.
    crn str
    (String) The CRN for this VPC.
    deleteds Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroupDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href str
    (String) The URL for this zone.
    id str
    (String) The unique identifier for this VPC.
    name str
    (String) The globally unique name for this zone.
    crn String
    (String) The CRN for this VPC.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSecurityGroupDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnet

    Crn string
    (String) The CRN for this VPC.
    Deleteds List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    ResourceType string
    (String) The resource type.
    Crn string
    (String) The CRN for this VPC.
    Deleteds []GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnetDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    ResourceType string
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.
    deleteds List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.
    resourceType String
    (String) The resource type.
    crn string
    (String) The CRN for this VPC.
    deleteds GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnetDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href string
    (String) The URL for this zone.
    id string
    (String) The unique identifier for this VPC.
    name string
    (String) The globally unique name for this zone.
    resourceType string
    (String) The resource type.
    crn str
    (String) The CRN for this VPC.
    deleteds Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnetDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href str
    (String) The URL for this zone.
    id str
    (String) The unique identifier for this VPC.
    name str
    (String) The globally unique name for this zone.
    resource_type str
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.
    resourceType String
    (String) The resource type.

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceSubnetDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTarget

    Deleteds List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTargetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    ResourceType string
    (String) The resource type.
    Deleteds []GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTargetDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    ResourceType string
    (String) The resource type.
    deleteds List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTargetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.
    resourceType String
    (String) The resource type.
    deleteds GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTargetDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href string
    (String) The URL for this zone.
    id string
    (String) The unique identifier for this VPC.
    name string
    (String) The globally unique name for this zone.
    resourceType string
    (String) The resource type.
    deleteds Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTargetDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href str
    (String) The URL for this zone.
    id str
    (String) The unique identifier for this VPC.
    name str
    (String) The globally unique name for this zone.
    resource_type str
    (String) The resource type.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.
    resourceType String
    (String) The resource type.

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceTargetDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpc

    Crn string
    (String) The CRN for this VPC.
    Deleteds List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpcDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    ResourceType string
    (String) The resource type.
    Crn string
    (String) The CRN for this VPC.
    Deleteds []GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpcDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    (String) The globally unique name for this zone.
    ResourceType string
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.
    deleteds List<GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpcDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.
    resourceType String
    (String) The resource type.
    crn string
    (String) The CRN for this VPC.
    deleteds GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpcDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href string
    (String) The URL for this zone.
    id string
    (String) The unique identifier for this VPC.
    name string
    (String) The globally unique name for this zone.
    resourceType string
    (String) The resource type.
    crn str
    (String) The CRN for this VPC.
    deleteds Sequence[GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpcDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href str
    (String) The URL for this zone.
    id str
    (String) The unique identifier for this VPC.
    name str
    (String) The globally unique name for this zone.
    resource_type str
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested scheme for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    (String) The globally unique name for this zone.
    resourceType String
    (String) The resource type.

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceVpcDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsVirtualNetworkInterfacesVirtualNetworkInterfaceZone

    Href string
    (String) The URL for this zone.
    Name string
    (String) The globally unique name for this zone.
    Href string
    (String) The URL for this zone.
    Name string
    (String) The globally unique name for this zone.
    href String
    (String) The URL for this zone.
    name String
    (String) The globally unique name for this zone.
    href string
    (String) The URL for this zone.
    name string
    (String) The globally unique name for this zone.
    href str
    (String) The URL for this zone.
    name str
    (String) The globally unique name for this zone.
    href String
    (String) The URL for this zone.
    name String
    (String) The globally unique name for this zone.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud