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

ibm.getIsVirtualNetworkInterface

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 VirtualNetworkInterface. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.

    Using getIsVirtualNetworkInterface

    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 getIsVirtualNetworkInterface(args: GetIsVirtualNetworkInterfaceArgs, opts?: InvokeOptions): Promise<GetIsVirtualNetworkInterfaceResult>
    function getIsVirtualNetworkInterfaceOutput(args: GetIsVirtualNetworkInterfaceOutputArgs, opts?: InvokeOptions): Output<GetIsVirtualNetworkInterfaceResult>
    def get_is_virtual_network_interface(id: Optional[str] = None,
                                         virtual_network_interface: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetIsVirtualNetworkInterfaceResult
    def get_is_virtual_network_interface_output(id: Optional[pulumi.Input[str]] = None,
                                         virtual_network_interface: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetIsVirtualNetworkInterfaceResult]
    func LookupIsVirtualNetworkInterface(ctx *Context, args *LookupIsVirtualNetworkInterfaceArgs, opts ...InvokeOption) (*LookupIsVirtualNetworkInterfaceResult, error)
    func LookupIsVirtualNetworkInterfaceOutput(ctx *Context, args *LookupIsVirtualNetworkInterfaceOutputArgs, opts ...InvokeOption) LookupIsVirtualNetworkInterfaceResultOutput

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

    public static class GetIsVirtualNetworkInterface 
    {
        public static Task<GetIsVirtualNetworkInterfaceResult> InvokeAsync(GetIsVirtualNetworkInterfaceArgs args, InvokeOptions? opts = null)
        public static Output<GetIsVirtualNetworkInterfaceResult> Invoke(GetIsVirtualNetworkInterfaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIsVirtualNetworkInterfaceResult> getIsVirtualNetworkInterface(GetIsVirtualNetworkInterfaceArgs args, InvokeOptions options)
    public static Output<GetIsVirtualNetworkInterfaceResult> getIsVirtualNetworkInterface(GetIsVirtualNetworkInterfaceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getIsVirtualNetworkInterface:getIsVirtualNetworkInterface
      arguments:
        # arguments dictionary

    The following arguments are supported:

    VirtualNetworkInterface string
    The virtual network interface identifier.
    Id string
    (String) The unique identifier for this VPC.
    VirtualNetworkInterface string
    The virtual network interface identifier.
    Id string
    (String) The unique identifier for this VPC.
    virtualNetworkInterface String
    The virtual network interface identifier.
    id String
    (String) The unique identifier for this VPC.
    virtualNetworkInterface string
    The virtual network interface identifier.
    id string
    (String) The unique identifier for this VPC.
    virtual_network_interface str
    The virtual network interface identifier.
    id str
    (String) The unique identifier for this VPC.
    virtualNetworkInterface String
    The virtual network interface identifier.
    id String
    (String) The unique identifier for this VPC.

    getIsVirtualNetworkInterface Result

    The following output properties are available:

    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<GetIsVirtualNetworkInterfaceIp>
    (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<GetIsVirtualNetworkInterfacePrimaryIp>
    (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<GetIsVirtualNetworkInterfaceResourceGroup>
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    ResourceType string
    (String) The resource type.
    SecurityGroups List<GetIsVirtualNetworkInterfaceSecurityGroup>
    (List) The security groups for this virtual network interface. Nested scheme for security_groups:
    Subnets List<GetIsVirtualNetworkInterfaceSubnet>
    (List) The associated subnet. Nested scheme for subnet:
    Tags List<string>
    (Array of Strings) The tags associated with the virtual netork interface.
    Targets List<GetIsVirtualNetworkInterfaceTarget>
    (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
    VirtualNetworkInterface string
    Vpcs List<GetIsVirtualNetworkInterfaceVpc>
    (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
    Zones List<GetIsVirtualNetworkInterfaceZone>
    (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 []GetIsVirtualNetworkInterfaceIpType
    (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 []GetIsVirtualNetworkInterfacePrimaryIp
    (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 []GetIsVirtualNetworkInterfaceResourceGroup
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    ResourceType string
    (String) The resource type.
    SecurityGroups []GetIsVirtualNetworkInterfaceSecurityGroup
    (List) The security groups for this virtual network interface. Nested scheme for security_groups:
    Subnets []GetIsVirtualNetworkInterfaceSubnet
    (List) The associated subnet. Nested scheme for subnet:
    Tags []string
    (Array of Strings) The tags associated with the virtual netork interface.
    Targets []GetIsVirtualNetworkInterfaceTarget
    (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
    VirtualNetworkInterface string
    Vpcs []GetIsVirtualNetworkInterfaceVpc
    (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
    Zones []GetIsVirtualNetworkInterfaceZone
    (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<GetIsVirtualNetworkInterfaceIp>
    (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<GetIsVirtualNetworkInterfacePrimaryIp>
    (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<GetIsVirtualNetworkInterfaceResourceGroup>
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    resourceType String
    (String) The resource type.
    securityGroups List<GetIsVirtualNetworkInterfaceSecurityGroup>
    (List) The security groups for this virtual network interface. Nested scheme for security_groups:
    subnets List<GetIsVirtualNetworkInterfaceSubnet>
    (List) The associated subnet. Nested scheme for subnet:
    tags List<String>
    (Array of Strings) The tags associated with the virtual netork interface.
    targets List<GetIsVirtualNetworkInterfaceTarget>
    (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
    virtualNetworkInterface String
    vpcs List<GetIsVirtualNetworkInterfaceVpc>
    (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
    zones List<GetIsVirtualNetworkInterfaceZone>
    (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 GetIsVirtualNetworkInterfaceIp[]
    (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 GetIsVirtualNetworkInterfacePrimaryIp[]
    (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 GetIsVirtualNetworkInterfaceResourceGroup[]
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    resourceType string
    (String) The resource type.
    securityGroups GetIsVirtualNetworkInterfaceSecurityGroup[]
    (List) The security groups for this virtual network interface. Nested scheme for security_groups:
    subnets GetIsVirtualNetworkInterfaceSubnet[]
    (List) The associated subnet. Nested scheme for subnet:
    tags string[]
    (Array of Strings) The tags associated with the virtual netork interface.
    targets GetIsVirtualNetworkInterfaceTarget[]
    (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
    virtualNetworkInterface string
    vpcs GetIsVirtualNetworkInterfaceVpc[]
    (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
    zones GetIsVirtualNetworkInterfaceZone[]
    (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[GetIsVirtualNetworkInterfaceIp]
    (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[GetIsVirtualNetworkInterfacePrimaryIp]
    (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[GetIsVirtualNetworkInterfaceResourceGroup]
    (List) The resource group for this virtual network interface. Nested scheme for resource_group:
    resource_type str
    (String) The resource type.
    security_groups Sequence[GetIsVirtualNetworkInterfaceSecurityGroup]
    (List) The security groups for this virtual network interface. Nested scheme for security_groups:
    subnets Sequence[GetIsVirtualNetworkInterfaceSubnet]
    (List) The associated subnet. Nested scheme for subnet:
    tags Sequence[str]
    (Array of Strings) The tags associated with the virtual netork interface.
    targets Sequence[GetIsVirtualNetworkInterfaceTarget]
    (List) The target of this virtual network interface.If absent, this virtual network interface is not attached to a target. Nested scheme for target:
    virtual_network_interface str
    vpcs Sequence[GetIsVirtualNetworkInterfaceVpc]
    (List) The VPC this virtual network interface resides in. Nested scheme for vpc:
    zones Sequence[GetIsVirtualNetworkInterfaceZone]
    (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:
    virtualNetworkInterface String
    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:

    Supporting Types

    GetIsVirtualNetworkInterfaceIp

    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<GetIsVirtualNetworkInterfaceIpDeleted>
    (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 []GetIsVirtualNetworkInterfaceIpDeleted
    (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<GetIsVirtualNetworkInterfaceIpDeleted>
    (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 GetIsVirtualNetworkInterfaceIpDeleted[]
    (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[GetIsVirtualNetworkInterfaceIpDeleted]
    (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.

    GetIsVirtualNetworkInterfaceIpDeleted

    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.

    GetIsVirtualNetworkInterfacePrimaryIp

    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<GetIsVirtualNetworkInterfacePrimaryIpDeleted>
    (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 []GetIsVirtualNetworkInterfacePrimaryIpDeleted
    (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<GetIsVirtualNetworkInterfacePrimaryIpDeleted>
    (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 GetIsVirtualNetworkInterfacePrimaryIpDeleted[]
    (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[GetIsVirtualNetworkInterfacePrimaryIpDeleted]
    (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.

    GetIsVirtualNetworkInterfacePrimaryIpDeleted

    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.

    GetIsVirtualNetworkInterfaceResourceGroup

    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.

    GetIsVirtualNetworkInterfaceSecurityGroup

    Crn string
    (String) The CRN for this VPC.
    Deleteds List<GetIsVirtualNetworkInterfaceSecurityGroupDeleted>
    (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 []GetIsVirtualNetworkInterfaceSecurityGroupDeleted
    (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<GetIsVirtualNetworkInterfaceSecurityGroupDeleted>
    (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 GetIsVirtualNetworkInterfaceSecurityGroupDeleted[]
    (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[GetIsVirtualNetworkInterfaceSecurityGroupDeleted]
    (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.

    GetIsVirtualNetworkInterfaceSecurityGroupDeleted

    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.

    GetIsVirtualNetworkInterfaceSubnet

    Crn string
    (String) The CRN for this VPC.
    Deleteds List<GetIsVirtualNetworkInterfaceSubnetDeleted>
    (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 []GetIsVirtualNetworkInterfaceSubnetDeleted
    (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<GetIsVirtualNetworkInterfaceSubnetDeleted>
    (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 GetIsVirtualNetworkInterfaceSubnetDeleted[]
    (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[GetIsVirtualNetworkInterfaceSubnetDeleted]
    (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.

    GetIsVirtualNetworkInterfaceSubnetDeleted

    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.

    GetIsVirtualNetworkInterfaceTarget

    Deleteds List<GetIsVirtualNetworkInterfaceTargetDeleted>
    (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 []GetIsVirtualNetworkInterfaceTargetDeleted
    (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<GetIsVirtualNetworkInterfaceTargetDeleted>
    (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 GetIsVirtualNetworkInterfaceTargetDeleted[]
    (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[GetIsVirtualNetworkInterfaceTargetDeleted]
    (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.

    GetIsVirtualNetworkInterfaceTargetDeleted

    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.

    GetIsVirtualNetworkInterfaceVpc

    Crn string
    (String) The CRN for this VPC.
    Deleteds List<GetIsVirtualNetworkInterfaceVpcDeleted>
    (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 []GetIsVirtualNetworkInterfaceVpcDeleted
    (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<GetIsVirtualNetworkInterfaceVpcDeleted>
    (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 GetIsVirtualNetworkInterfaceVpcDeleted[]
    (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[GetIsVirtualNetworkInterfaceVpcDeleted]
    (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.

    GetIsVirtualNetworkInterfaceVpcDeleted

    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.

    GetIsVirtualNetworkInterfaceZone

    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