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

ibm.getIsClusterNetworkInterfaces

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 to retrieve information about a ClusterNetworkInterfaceCollection. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const isClusterNetworkInterfacesInstance = ibm.getIsClusterNetworkInterfaces({
        clusterNetworkId: ibm_is_cluster_network.is_cluster_network_instance.id,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    is_cluster_network_interfaces_instance = ibm.get_is_cluster_network_interfaces(cluster_network_id=ibm_is_cluster_network["is_cluster_network_instance"]["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.GetIsClusterNetworkInterfaces(ctx, &ibm.GetIsClusterNetworkInterfacesArgs{
    			ClusterNetworkId: ibm_is_cluster_network.Is_cluster_network_instance.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var isClusterNetworkInterfacesInstance = Ibm.GetIsClusterNetworkInterfaces.Invoke(new()
        {
            ClusterNetworkId = ibm_is_cluster_network.Is_cluster_network_instance.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetIsClusterNetworkInterfacesArgs;
    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 isClusterNetworkInterfacesInstance = IbmFunctions.getIsClusterNetworkInterfaces(GetIsClusterNetworkInterfacesArgs.builder()
                .clusterNetworkId(ibm_is_cluster_network.is_cluster_network_instance().id())
                .build());
    
        }
    }
    
    variables:
      isClusterNetworkInterfacesInstance:
        fn::invoke:
          function: ibm:getIsClusterNetworkInterfaces
          arguments:
            clusterNetworkId: ${ibm_is_cluster_network.is_cluster_network_instance.id}
    

    Using getIsClusterNetworkInterfaces

    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 getIsClusterNetworkInterfaces(args: GetIsClusterNetworkInterfacesArgs, opts?: InvokeOptions): Promise<GetIsClusterNetworkInterfacesResult>
    function getIsClusterNetworkInterfacesOutput(args: GetIsClusterNetworkInterfacesOutputArgs, opts?: InvokeOptions): Output<GetIsClusterNetworkInterfacesResult>
    def get_is_cluster_network_interfaces(cluster_network_id: Optional[str] = None,
                                          id: Optional[str] = None,
                                          name: Optional[str] = None,
                                          sort: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetIsClusterNetworkInterfacesResult
    def get_is_cluster_network_interfaces_output(cluster_network_id: Optional[pulumi.Input[str]] = None,
                                          id: Optional[pulumi.Input[str]] = None,
                                          name: Optional[pulumi.Input[str]] = None,
                                          sort: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetIsClusterNetworkInterfacesResult]
    func GetIsClusterNetworkInterfaces(ctx *Context, args *GetIsClusterNetworkInterfacesArgs, opts ...InvokeOption) (*GetIsClusterNetworkInterfacesResult, error)
    func GetIsClusterNetworkInterfacesOutput(ctx *Context, args *GetIsClusterNetworkInterfacesOutputArgs, opts ...InvokeOption) GetIsClusterNetworkInterfacesResultOutput

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

    public static class GetIsClusterNetworkInterfaces 
    {
        public static Task<GetIsClusterNetworkInterfacesResult> InvokeAsync(GetIsClusterNetworkInterfacesArgs args, InvokeOptions? opts = null)
        public static Output<GetIsClusterNetworkInterfacesResult> Invoke(GetIsClusterNetworkInterfacesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIsClusterNetworkInterfacesResult> getIsClusterNetworkInterfaces(GetIsClusterNetworkInterfacesArgs args, InvokeOptions options)
    public static Output<GetIsClusterNetworkInterfacesResult> getIsClusterNetworkInterfaces(GetIsClusterNetworkInterfacesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getIsClusterNetworkInterfaces:getIsClusterNetworkInterfaces
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterNetworkId string
    The cluster network identifier.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    Sort string
    Sorts the returned collection by the specified property name in ascending order. A - may be prepended to the name to sort in descending order. For example, the value -created_at sorts the collection by the created_at property in descending order, and the value name sorts it by the name property in ascending order.
    ClusterNetworkId string
    The cluster network identifier.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    Sort string
    Sorts the returned collection by the specified property name in ascending order. A - may be prepended to the name to sort in descending order. For example, the value -created_at sorts the collection by the created_at property in descending order, and the value name sorts it by the name property in ascending order.
    clusterNetworkId String
    The cluster network identifier.
    id String
    (String) The unique identifier for this VPC.
    name String
    Filters the collection to resources with a name property matching the exact specified name.
    sort String
    Sorts the returned collection by the specified property name in ascending order. A - may be prepended to the name to sort in descending order. For example, the value -created_at sorts the collection by the created_at property in descending order, and the value name sorts it by the name property in ascending order.
    clusterNetworkId string
    The cluster network identifier.
    id string
    (String) The unique identifier for this VPC.
    name string
    Filters the collection to resources with a name property matching the exact specified name.
    sort string
    Sorts the returned collection by the specified property name in ascending order. A - may be prepended to the name to sort in descending order. For example, the value -created_at sorts the collection by the created_at property in descending order, and the value name sorts it by the name property in ascending order.
    cluster_network_id str
    The cluster network identifier.
    id str
    (String) The unique identifier for this VPC.
    name str
    Filters the collection to resources with a name property matching the exact specified name.
    sort str
    Sorts the returned collection by the specified property name in ascending order. A - may be prepended to the name to sort in descending order. For example, the value -created_at sorts the collection by the created_at property in descending order, and the value name sorts it by the name property in ascending order.
    clusterNetworkId String
    The cluster network identifier.
    id String
    (String) The unique identifier for this VPC.
    name String
    Filters the collection to resources with a name property matching the exact specified name.
    sort String
    Sorts the returned collection by the specified property name in ascending order. A - may be prepended to the name to sort in descending order. For example, the value -created_at sorts the collection by the created_at property in descending order, and the value name sorts it by the name property in ascending order.

    getIsClusterNetworkInterfaces Result

    The following output properties are available:

    ClusterNetworkId string
    Id string
    (String) The unique identifier for this VPC.
    Interfaces List<GetIsClusterNetworkInterfacesInterface>
    (List) A page of cluster network interfaces. Nested schema for interfaces:
    Name string
    (String) The globally unique name for this zone.
    Sort string
    ClusterNetworkId string
    Id string
    (String) The unique identifier for this VPC.
    Interfaces []GetIsClusterNetworkInterfacesInterface
    (List) A page of cluster network interfaces. Nested schema for interfaces:
    Name string
    (String) The globally unique name for this zone.
    Sort string
    clusterNetworkId String
    id String
    (String) The unique identifier for this VPC.
    interfaces List<GetIsClusterNetworkInterfacesInterface>
    (List) A page of cluster network interfaces. Nested schema for interfaces:
    name String
    (String) The globally unique name for this zone.
    sort String
    clusterNetworkId string
    id string
    (String) The unique identifier for this VPC.
    interfaces GetIsClusterNetworkInterfacesInterface[]
    (List) A page of cluster network interfaces. Nested schema for interfaces:
    name string
    (String) The globally unique name for this zone.
    sort string
    cluster_network_id str
    id str
    (String) The unique identifier for this VPC.
    interfaces Sequence[GetIsClusterNetworkInterfacesInterface]
    (List) A page of cluster network interfaces. Nested schema for interfaces:
    name str
    (String) The globally unique name for this zone.
    sort str
    clusterNetworkId String
    id String
    (String) The unique identifier for this VPC.
    interfaces List<Property Map>
    (List) A page of cluster network interfaces. Nested schema for interfaces:
    name String
    (String) The globally unique name for this zone.
    sort String

    Supporting Types

    GetIsClusterNetworkInterfacesInterface

    AllowIpSpoofing bool
    (Boolean) Indicates whether source IP spoofing is allowed on this cluster network interface. If false, source IP spoofing is prevented on this cluster network interface. If true, source IP spoofing is allowed on this cluster network interface.
    AutoDelete bool
    (Boolean) Indicates whether this cluster network interface will be automatically deleted when target is deleted.
    CreatedAt string
    (String) The date and time that the cluster network interface was created.
    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.
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    LifecycleReasons List<GetIsClusterNetworkInterfacesInterfaceLifecycleReason>
    (List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
    LifecycleState string
    (String) The lifecycle state of the cluster network interface.
    MacAddress string
    (String) The MAC address of the cluster network interface. May be absent iflifecycle_state is pending.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    PrimaryIps List<GetIsClusterNetworkInterfacesInterfacePrimaryIp>
    (List) The cluster network subnet reserved IP for this cluster network interface. Nested schema for primary_ip:
    ResourceType string
    (String) The resource type.
    Subnets List<GetIsClusterNetworkInterfacesInterfaceSubnet>
    (List) Nested schema for subnet:
    Targets List<GetIsClusterNetworkInterfacesInterfaceTarget>
    (List) The target of this cluster network interface.If absent, this cluster network interface is not attached to a target.The resources supported by this property mayexpand in the future. Nested schema for target:
    Vpcs List<GetIsClusterNetworkInterfacesInterfaceVpc>
    (List) The VPC this cluster network interface resides in. Nested schema for vpc:
    Zones List<GetIsClusterNetworkInterfacesInterfaceZone>
    (List) The zone this cluster network interface resides in. Nested schema for zone:
    AllowIpSpoofing bool
    (Boolean) Indicates whether source IP spoofing is allowed on this cluster network interface. If false, source IP spoofing is prevented on this cluster network interface. If true, source IP spoofing is allowed on this cluster network interface.
    AutoDelete bool
    (Boolean) Indicates whether this cluster network interface will be automatically deleted when target is deleted.
    CreatedAt string
    (String) The date and time that the cluster network interface was created.
    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.
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    LifecycleReasons []GetIsClusterNetworkInterfacesInterfaceLifecycleReason
    (List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
    LifecycleState string
    (String) The lifecycle state of the cluster network interface.
    MacAddress string
    (String) The MAC address of the cluster network interface. May be absent iflifecycle_state is pending.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    PrimaryIps []GetIsClusterNetworkInterfacesInterfacePrimaryIp
    (List) The cluster network subnet reserved IP for this cluster network interface. Nested schema for primary_ip:
    ResourceType string
    (String) The resource type.
    Subnets []GetIsClusterNetworkInterfacesInterfaceSubnet
    (List) Nested schema for subnet:
    Targets []GetIsClusterNetworkInterfacesInterfaceTarget
    (List) The target of this cluster network interface.If absent, this cluster network interface is not attached to a target.The resources supported by this property mayexpand in the future. Nested schema for target:
    Vpcs []GetIsClusterNetworkInterfacesInterfaceVpc
    (List) The VPC this cluster network interface resides in. Nested schema for vpc:
    Zones []GetIsClusterNetworkInterfacesInterfaceZone
    (List) The zone this cluster network interface resides in. Nested schema for zone:
    allowIpSpoofing Boolean
    (Boolean) Indicates whether source IP spoofing is allowed on this cluster network interface. If false, source IP spoofing is prevented on this cluster network interface. If true, source IP spoofing is allowed on this cluster network interface.
    autoDelete Boolean
    (Boolean) Indicates whether this cluster network interface will be automatically deleted when target is deleted.
    createdAt String
    (String) The date and time that the cluster network interface was created.
    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.
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    lifecycleReasons List<GetIsClusterNetworkInterfacesInterfaceLifecycleReason>
    (List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
    lifecycleState String
    (String) The lifecycle state of the cluster network interface.
    macAddress String
    (String) The MAC address of the cluster network interface. May be absent iflifecycle_state is pending.
    name String
    Filters the collection to resources with a name property matching the exact specified name.
    primaryIps List<GetIsClusterNetworkInterfacesInterfacePrimaryIp>
    (List) The cluster network subnet reserved IP for this cluster network interface. Nested schema for primary_ip:
    resourceType String
    (String) The resource type.
    subnets List<GetIsClusterNetworkInterfacesInterfaceSubnet>
    (List) Nested schema for subnet:
    targets List<GetIsClusterNetworkInterfacesInterfaceTarget>
    (List) The target of this cluster network interface.If absent, this cluster network interface is not attached to a target.The resources supported by this property mayexpand in the future. Nested schema for target:
    vpcs List<GetIsClusterNetworkInterfacesInterfaceVpc>
    (List) The VPC this cluster network interface resides in. Nested schema for vpc:
    zones List<GetIsClusterNetworkInterfacesInterfaceZone>
    (List) The zone this cluster network interface resides in. Nested schema for zone:
    allowIpSpoofing boolean
    (Boolean) Indicates whether source IP spoofing is allowed on this cluster network interface. If false, source IP spoofing is prevented on this cluster network interface. If true, source IP spoofing is allowed on this cluster network interface.
    autoDelete boolean
    (Boolean) Indicates whether this cluster network interface will be automatically deleted when target is deleted.
    createdAt string
    (String) The date and time that the cluster network interface was created.
    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.
    href string
    (String) The URL for this zone.
    id string
    (String) The unique identifier for this VPC.
    lifecycleReasons GetIsClusterNetworkInterfacesInterfaceLifecycleReason[]
    (List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
    lifecycleState string
    (String) The lifecycle state of the cluster network interface.
    macAddress string
    (String) The MAC address of the cluster network interface. May be absent iflifecycle_state is pending.
    name string
    Filters the collection to resources with a name property matching the exact specified name.
    primaryIps GetIsClusterNetworkInterfacesInterfacePrimaryIp[]
    (List) The cluster network subnet reserved IP for this cluster network interface. Nested schema for primary_ip:
    resourceType string
    (String) The resource type.
    subnets GetIsClusterNetworkInterfacesInterfaceSubnet[]
    (List) Nested schema for subnet:
    targets GetIsClusterNetworkInterfacesInterfaceTarget[]
    (List) The target of this cluster network interface.If absent, this cluster network interface is not attached to a target.The resources supported by this property mayexpand in the future. Nested schema for target:
    vpcs GetIsClusterNetworkInterfacesInterfaceVpc[]
    (List) The VPC this cluster network interface resides in. Nested schema for vpc:
    zones GetIsClusterNetworkInterfacesInterfaceZone[]
    (List) The zone this cluster network interface resides in. Nested schema for zone:
    allow_ip_spoofing bool
    (Boolean) Indicates whether source IP spoofing is allowed on this cluster network interface. If false, source IP spoofing is prevented on this cluster network interface. If true, source IP spoofing is allowed on this cluster network interface.
    auto_delete bool
    (Boolean) Indicates whether this cluster network interface will be automatically deleted when target is deleted.
    created_at str
    (String) The date and time that the cluster network interface was created.
    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.
    href str
    (String) The URL for this zone.
    id str
    (String) The unique identifier for this VPC.
    lifecycle_reasons Sequence[GetIsClusterNetworkInterfacesInterfaceLifecycleReason]
    (List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
    lifecycle_state str
    (String) The lifecycle state of the cluster network interface.
    mac_address str
    (String) The MAC address of the cluster network interface. May be absent iflifecycle_state is pending.
    name str
    Filters the collection to resources with a name property matching the exact specified name.
    primary_ips Sequence[GetIsClusterNetworkInterfacesInterfacePrimaryIp]
    (List) The cluster network subnet reserved IP for this cluster network interface. Nested schema for primary_ip:
    resource_type str
    (String) The resource type.
    subnets Sequence[GetIsClusterNetworkInterfacesInterfaceSubnet]
    (List) Nested schema for subnet:
    targets Sequence[GetIsClusterNetworkInterfacesInterfaceTarget]
    (List) The target of this cluster network interface.If absent, this cluster network interface is not attached to a target.The resources supported by this property mayexpand in the future. Nested schema for target:
    vpcs Sequence[GetIsClusterNetworkInterfacesInterfaceVpc]
    (List) The VPC this cluster network interface resides in. Nested schema for vpc:
    zones Sequence[GetIsClusterNetworkInterfacesInterfaceZone]
    (List) The zone this cluster network interface resides in. Nested schema for zone:
    allowIpSpoofing Boolean
    (Boolean) Indicates whether source IP spoofing is allowed on this cluster network interface. If false, source IP spoofing is prevented on this cluster network interface. If true, source IP spoofing is allowed on this cluster network interface.
    autoDelete Boolean
    (Boolean) Indicates whether this cluster network interface will be automatically deleted when target is deleted.
    createdAt String
    (String) The date and time that the cluster network interface was created.
    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.
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    lifecycleReasons List<Property Map>
    (List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
    lifecycleState String
    (String) The lifecycle state of the cluster network interface.
    macAddress String
    (String) The MAC address of the cluster network interface. May be absent iflifecycle_state is pending.
    name String
    Filters the collection to resources with a name property matching the exact specified name.
    primaryIps List<Property Map>
    (List) The cluster network subnet reserved IP for this cluster network interface. Nested schema for primary_ip:
    resourceType String
    (String) The resource type.
    subnets List<Property Map>
    (List) Nested schema for subnet:
    targets List<Property Map>
    (List) The target of this cluster network interface.If absent, this cluster network interface is not attached to a target.The resources supported by this property mayexpand in the future. Nested schema for target:
    vpcs List<Property Map>
    (List) The VPC this cluster network interface resides in. Nested schema for vpc:
    zones List<Property Map>
    (List) The zone this cluster network interface resides in. Nested schema for zone:

    GetIsClusterNetworkInterfacesInterfaceLifecycleReason

    Code string
    (String) A reason code for this lifecycle state:- internal_error: internal error (contact IBM support)- resource_suspended_by_provider: The resource has been suspended (contact IBM support)The enumerated values for this property mayexpand in the future.
    Message string
    (String) An explanation of the reason for this lifecycle state.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    Code string
    (String) A reason code for this lifecycle state:- internal_error: internal error (contact IBM support)- resource_suspended_by_provider: The resource has been suspended (contact IBM support)The enumerated values for this property mayexpand in the future.
    Message string
    (String) An explanation of the reason for this lifecycle state.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    code String
    (String) A reason code for this lifecycle state:- internal_error: internal error (contact IBM support)- resource_suspended_by_provider: The resource has been suspended (contact IBM support)The enumerated values for this property mayexpand in the future.
    message String
    (String) An explanation of the reason for this lifecycle state.
    moreInfo String
    (String) Link to documentation about deleted resources.
    code string
    (String) A reason code for this lifecycle state:- internal_error: internal error (contact IBM support)- resource_suspended_by_provider: The resource has been suspended (contact IBM support)The enumerated values for this property mayexpand in the future.
    message string
    (String) An explanation of the reason for this lifecycle state.
    moreInfo string
    (String) Link to documentation about deleted resources.
    code str
    (String) A reason code for this lifecycle state:- internal_error: internal error (contact IBM support)- resource_suspended_by_provider: The resource has been suspended (contact IBM support)The enumerated values for this property mayexpand in the future.
    message str
    (String) An explanation of the reason for this lifecycle state.
    more_info str
    (String) Link to documentation about deleted resources.
    code String
    (String) A reason code for this lifecycle state:- internal_error: internal error (contact IBM support)- resource_suspended_by_provider: The resource has been suspended (contact IBM support)The enumerated values for this property mayexpand in the future.
    message String
    (String) An explanation of the reason for this lifecycle state.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsClusterNetworkInterfacesInterfacePrimaryIp

    Address string
    (String) The IP address.If the address is pending allocation, the value will be 0.0.0.0.This property may expand to support IPv6 addresses in the future.
    Deleteds List<GetIsClusterNetworkInterfacesInterfacePrimaryIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    ResourceType string
    (String) The resource type.
    Address string
    (String) The IP address.If the address is pending allocation, the value will be 0.0.0.0.This property may expand to support IPv6 addresses in the future.
    Deleteds []GetIsClusterNetworkInterfacesInterfacePrimaryIpDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    ResourceType string
    (String) The resource type.
    address String
    (String) The IP address.If the address is pending allocation, the value will be 0.0.0.0.This property may expand to support IPv6 addresses in the future.
    deleteds List<GetIsClusterNetworkInterfacesInterfacePrimaryIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    Filters the collection to resources with a name property matching the exact specified name.
    resourceType String
    (String) The resource type.
    address string
    (String) The IP address.If the address is pending allocation, the value will be 0.0.0.0.This property may expand to support IPv6 addresses in the future.
    deleteds GetIsClusterNetworkInterfacesInterfacePrimaryIpDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href string
    (String) The URL for this zone.
    id string
    (String) The unique identifier for this VPC.
    name string
    Filters the collection to resources with a name property matching the exact specified name.
    resourceType string
    (String) The resource type.
    address str
    (String) The IP address.If the address is pending allocation, the value will be 0.0.0.0.This property may expand to support IPv6 addresses in the future.
    deleteds Sequence[GetIsClusterNetworkInterfacesInterfacePrimaryIpDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href str
    (String) The URL for this zone.
    id str
    (String) The unique identifier for this VPC.
    name str
    Filters the collection to resources with a name property matching the exact specified name.
    resource_type str
    (String) The resource type.
    address String
    (String) The IP address.If the address is pending allocation, the value will be 0.0.0.0.This property may expand to support IPv6 addresses in the future.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    Filters the collection to resources with a name property matching the exact specified name.
    resourceType String
    (String) The resource type.

    GetIsClusterNetworkInterfacesInterfacePrimaryIpDeleted

    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.

    GetIsClusterNetworkInterfacesInterfaceSubnet

    Deleteds List<GetIsClusterNetworkInterfacesInterfaceSubnetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    ResourceType string
    (String) The resource type.
    Deleteds []GetIsClusterNetworkInterfacesInterfaceSubnetDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    ResourceType string
    (String) The resource type.
    deleteds List<GetIsClusterNetworkInterfacesInterfaceSubnetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    Filters the collection to resources with a name property matching the exact specified name.
    resourceType String
    (String) The resource type.
    deleteds GetIsClusterNetworkInterfacesInterfaceSubnetDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href string
    (String) The URL for this zone.
    id string
    (String) The unique identifier for this VPC.
    name string
    Filters the collection to resources with a name property matching the exact specified name.
    resourceType string
    (String) The resource type.
    deleteds Sequence[GetIsClusterNetworkInterfacesInterfaceSubnetDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href str
    (String) The URL for this zone.
    id str
    (String) The unique identifier for this VPC.
    name str
    Filters the collection to resources with a name property matching the exact specified name.
    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 schema for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    Filters the collection to resources with a name property matching the exact specified name.
    resourceType String
    (String) The resource type.

    GetIsClusterNetworkInterfacesInterfaceSubnetDeleted

    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.

    GetIsClusterNetworkInterfacesInterfaceTarget

    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    ResourceType string
    (String) The resource type.
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    ResourceType string
    (String) The resource type.
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    Filters the collection to resources with a name property matching the exact specified name.
    resourceType String
    (String) The resource type.
    href string
    (String) The URL for this zone.
    id string
    (String) The unique identifier for this VPC.
    name string
    Filters the collection to resources with a name property matching the exact specified name.
    resourceType string
    (String) The resource type.
    href str
    (String) The URL for this zone.
    id str
    (String) The unique identifier for this VPC.
    name str
    Filters the collection to resources with a name property matching the exact specified name.
    resource_type str
    (String) The resource type.
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    Filters the collection to resources with a name property matching the exact specified name.
    resourceType String
    (String) The resource type.

    GetIsClusterNetworkInterfacesInterfaceVpc

    Crn string
    (String) The CRN for this VPC.
    Deleteds List<GetIsClusterNetworkInterfacesInterfaceVpcDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    ResourceType string
    (String) The resource type.
    Crn string
    (String) The CRN for this VPC.
    Deleteds []GetIsClusterNetworkInterfacesInterfaceVpcDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    Href string
    (String) The URL for this zone.
    Id string
    (String) The unique identifier for this VPC.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    ResourceType string
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.
    deleteds List<GetIsClusterNetworkInterfacesInterfaceVpcDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    Filters the collection to resources with a name property matching the exact specified name.
    resourceType String
    (String) The resource type.
    crn string
    (String) The CRN for this VPC.
    deleteds GetIsClusterNetworkInterfacesInterfaceVpcDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href string
    (String) The URL for this zone.
    id string
    (String) The unique identifier for this VPC.
    name string
    Filters the collection to resources with a name property matching the exact specified name.
    resourceType string
    (String) The resource type.
    crn str
    (String) The CRN for this VPC.
    deleteds Sequence[GetIsClusterNetworkInterfacesInterfaceVpcDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href str
    (String) The URL for this zone.
    id str
    (String) The unique identifier for this VPC.
    name str
    Filters the collection to resources with a name property matching the exact specified name.
    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 schema for deleted:
    href String
    (String) The URL for this zone.
    id String
    (String) The unique identifier for this VPC.
    name String
    Filters the collection to resources with a name property matching the exact specified name.
    resourceType String
    (String) The resource type.

    GetIsClusterNetworkInterfacesInterfaceVpcDeleted

    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.

    GetIsClusterNetworkInterfacesInterfaceZone

    Href string
    (String) The URL for this zone.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    Href string
    (String) The URL for this zone.
    Name string
    Filters the collection to resources with a name property matching the exact specified name.
    href String
    (String) The URL for this zone.
    name String
    Filters the collection to resources with a name property matching the exact specified name.
    href string
    (String) The URL for this zone.
    name string
    Filters the collection to resources with a name property matching the exact specified name.
    href str
    (String) The URL for this zone.
    name str
    Filters the collection to resources with a name property matching the exact specified name.
    href String
    (String) The URL for this zone.
    name String
    Filters the collection to resources with a name property matching the exact specified name.

    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