ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getIsClusterNetworkInterface
Explore with Pulumi AI
Provides a read-only data source to retrieve information about a ClusterNetworkInterface. 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 isClusterNetworkInterfaceInstance = ibm.getIsClusterNetworkInterface({
clusterNetworkId: ibm_is_cluster_network.is_cluster_network_instance.id,
clusterNetworkInterfaceId: ibm_is_cluster_network_interface.is_cluster_network_interface_instance.cluster_network_interface_id,
});
import pulumi
import pulumi_ibm as ibm
is_cluster_network_interface_instance = ibm.get_is_cluster_network_interface(cluster_network_id=ibm_is_cluster_network["is_cluster_network_instance"]["id"],
cluster_network_interface_id=ibm_is_cluster_network_interface["is_cluster_network_interface_instance"]["cluster_network_interface_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.LookupIsClusterNetworkInterface(ctx, &ibm.LookupIsClusterNetworkInterfaceArgs{
ClusterNetworkId: ibm_is_cluster_network.Is_cluster_network_instance.Id,
ClusterNetworkInterfaceId: ibm_is_cluster_network_interface.Is_cluster_network_interface_instance.Cluster_network_interface_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 isClusterNetworkInterfaceInstance = Ibm.GetIsClusterNetworkInterface.Invoke(new()
{
ClusterNetworkId = ibm_is_cluster_network.Is_cluster_network_instance.Id,
ClusterNetworkInterfaceId = ibm_is_cluster_network_interface.Is_cluster_network_interface_instance.Cluster_network_interface_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.GetIsClusterNetworkInterfaceArgs;
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 isClusterNetworkInterfaceInstance = IbmFunctions.getIsClusterNetworkInterface(GetIsClusterNetworkInterfaceArgs.builder()
.clusterNetworkId(ibm_is_cluster_network.is_cluster_network_instance().id())
.clusterNetworkInterfaceId(ibm_is_cluster_network_interface.is_cluster_network_interface_instance().cluster_network_interface_id())
.build());
}
}
variables:
isClusterNetworkInterfaceInstance:
fn::invoke:
function: ibm:getIsClusterNetworkInterface
arguments:
clusterNetworkId: ${ibm_is_cluster_network.is_cluster_network_instance.id}
clusterNetworkInterfaceId: ${ibm_is_cluster_network_interface.is_cluster_network_interface_instance.cluster_network_interface_id}
Using getIsClusterNetworkInterface
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 getIsClusterNetworkInterface(args: GetIsClusterNetworkInterfaceArgs, opts?: InvokeOptions): Promise<GetIsClusterNetworkInterfaceResult>
function getIsClusterNetworkInterfaceOutput(args: GetIsClusterNetworkInterfaceOutputArgs, opts?: InvokeOptions): Output<GetIsClusterNetworkInterfaceResult>
def get_is_cluster_network_interface(cluster_network_id: Optional[str] = None,
cluster_network_interface_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsClusterNetworkInterfaceResult
def get_is_cluster_network_interface_output(cluster_network_id: Optional[pulumi.Input[str]] = None,
cluster_network_interface_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsClusterNetworkInterfaceResult]
func LookupIsClusterNetworkInterface(ctx *Context, args *LookupIsClusterNetworkInterfaceArgs, opts ...InvokeOption) (*LookupIsClusterNetworkInterfaceResult, error)
func LookupIsClusterNetworkInterfaceOutput(ctx *Context, args *LookupIsClusterNetworkInterfaceOutputArgs, opts ...InvokeOption) LookupIsClusterNetworkInterfaceResultOutput
> Note: This function is named LookupIsClusterNetworkInterface
in the Go SDK.
public static class GetIsClusterNetworkInterface
{
public static Task<GetIsClusterNetworkInterfaceResult> InvokeAsync(GetIsClusterNetworkInterfaceArgs args, InvokeOptions? opts = null)
public static Output<GetIsClusterNetworkInterfaceResult> Invoke(GetIsClusterNetworkInterfaceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsClusterNetworkInterfaceResult> getIsClusterNetworkInterface(GetIsClusterNetworkInterfaceArgs args, InvokeOptions options)
public static Output<GetIsClusterNetworkInterfaceResult> getIsClusterNetworkInterface(GetIsClusterNetworkInterfaceArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsClusterNetworkInterface:getIsClusterNetworkInterface
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Network stringId - The cluster network identifier.
- Cluster
Network stringInterface Id - The cluster network interface identifier.
- Id string
- (String) The unique identifier for this VPC.
- Cluster
Network stringId - The cluster network identifier.
- Cluster
Network stringInterface Id - The cluster network interface identifier.
- Id string
- (String) The unique identifier for this VPC.
- cluster
Network StringId - The cluster network identifier.
- cluster
Network StringInterface Id - The cluster network interface identifier.
- id String
- (String) The unique identifier for this VPC.
- cluster
Network stringId - The cluster network identifier.
- cluster
Network stringInterface Id - The cluster network interface identifier.
- id string
- (String) The unique identifier for this VPC.
- cluster_
network_ strid - The cluster network identifier.
- cluster_
network_ strinterface_ id - The cluster network interface identifier.
- id str
- (String) The unique identifier for this VPC.
- cluster
Network StringId - The cluster network identifier.
- cluster
Network StringInterface Id - The cluster network interface identifier.
- id String
- (String) The unique identifier for this VPC.
getIsClusterNetworkInterface Result
The following output properties are available:
- Allow
Ip boolSpoofing - (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. Iftrue
, 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. - Cluster
Network stringId - Cluster
Network stringInterface Id - Created
At string - (String) The date and time that the cluster network interface was created.
- Enable
Infrastructure boolNat - (Boolean) If
true
:- The VPC infrastructure performs any needed NAT operations.-floating_ips
must not have more than one floating IP.Iffalse
:- 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.
- Lifecycle
Reasons List<GetIs Cluster Network Interface Lifecycle Reason> - (List) The reasons for the current
lifecycle_state
(if any). Nested schema for lifecycle_reasons: - Lifecycle
State string - (String) The lifecycle state of the cluster network interface.
- Mac
Address string - (String) The MAC address of the cluster network interface. May be absent if
lifecycle_state
ispending
. - Name string
- (String) The globally unique name for this zone.
- Primary
Ips List<GetIs Cluster Network Interface Primary Ip> - (List) The cluster network subnet reserved IP for this cluster network interface. Nested schema for primary_ip:
- Resource
Type string - (String) The resource type.
- Subnets
List<Get
Is Cluster Network Interface Subnet> - (List) Nested schema for subnet:
- Targets
List<Get
Is Cluster Network Interface Target> - (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<Get
Is Cluster Network Interface Vpc> - (List) The VPC this cluster network interface resides in. Nested schema for vpc:
- Zones
List<Get
Is Cluster Network Interface Zone> - (List) The zone this cluster network interface resides in. Nested schema for zone:
- Allow
Ip boolSpoofing - (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. Iftrue
, 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. - Cluster
Network stringId - Cluster
Network stringInterface Id - Created
At string - (String) The date and time that the cluster network interface was created.
- Enable
Infrastructure boolNat - (Boolean) If
true
:- The VPC infrastructure performs any needed NAT operations.-floating_ips
must not have more than one floating IP.Iffalse
:- 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.
- Lifecycle
Reasons []GetIs Cluster Network Interface Lifecycle Reason - (List) The reasons for the current
lifecycle_state
(if any). Nested schema for lifecycle_reasons: - Lifecycle
State string - (String) The lifecycle state of the cluster network interface.
- Mac
Address string - (String) The MAC address of the cluster network interface. May be absent if
lifecycle_state
ispending
. - Name string
- (String) The globally unique name for this zone.
- Primary
Ips []GetIs Cluster Network Interface Primary Ip - (List) The cluster network subnet reserved IP for this cluster network interface. Nested schema for primary_ip:
- Resource
Type string - (String) The resource type.
- Subnets
[]Get
Is Cluster Network Interface Subnet - (List) Nested schema for subnet:
- Targets
[]Get
Is Cluster Network Interface Target - (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
[]Get
Is Cluster Network Interface Vpc - (List) The VPC this cluster network interface resides in. Nested schema for vpc:
- Zones
[]Get
Is Cluster Network Interface Zone - (List) The zone this cluster network interface resides in. Nested schema for zone:
- allow
Ip BooleanSpoofing - (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. Iftrue
, source IP spoofing is allowed on this cluster network interface. - auto
Delete Boolean - (Boolean) Indicates whether this cluster network interface will be automatically deleted when
target
is deleted. - cluster
Network StringId - cluster
Network StringInterface Id - created
At String - (String) The date and time that the cluster network interface was created.
- enable
Infrastructure BooleanNat - (Boolean) If
true
:- The VPC infrastructure performs any needed NAT operations.-floating_ips
must not have more than one floating IP.Iffalse
:- 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.
- lifecycle
Reasons List<GetIs Cluster Network Interface Lifecycle Reason> - (List) The reasons for the current
lifecycle_state
(if any). Nested schema for lifecycle_reasons: - lifecycle
State String - (String) The lifecycle state of the cluster network interface.
- mac
Address String - (String) The MAC address of the cluster network interface. May be absent if
lifecycle_state
ispending
. - name String
- (String) The globally unique name for this zone.
- primary
Ips List<GetIs Cluster Network Interface Primary Ip> - (List) The cluster network subnet reserved IP for this cluster network interface. Nested schema for primary_ip:
- resource
Type String - (String) The resource type.
- subnets
List<Get
Is Cluster Network Interface Subnet> - (List) Nested schema for subnet:
- targets
List<Get
Is Cluster Network Interface Target> - (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<Get
Is Cluster Network Interface Vpc> - (List) The VPC this cluster network interface resides in. Nested schema for vpc:
- zones
List<Get
Is Cluster Network Interface Zone> - (List) The zone this cluster network interface resides in. Nested schema for zone:
- allow
Ip booleanSpoofing - (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. Iftrue
, source IP spoofing is allowed on this cluster network interface. - auto
Delete boolean - (Boolean) Indicates whether this cluster network interface will be automatically deleted when
target
is deleted. - cluster
Network stringId - cluster
Network stringInterface Id - created
At string - (String) The date and time that the cluster network interface was created.
- enable
Infrastructure booleanNat - (Boolean) If
true
:- The VPC infrastructure performs any needed NAT operations.-floating_ips
must not have more than one floating IP.Iffalse
:- 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.
- lifecycle
Reasons GetIs Cluster Network Interface Lifecycle Reason[] - (List) The reasons for the current
lifecycle_state
(if any). Nested schema for lifecycle_reasons: - lifecycle
State string - (String) The lifecycle state of the cluster network interface.
- mac
Address string - (String) The MAC address of the cluster network interface. May be absent if
lifecycle_state
ispending
. - name string
- (String) The globally unique name for this zone.
- primary
Ips GetIs Cluster Network Interface Primary Ip[] - (List) The cluster network subnet reserved IP for this cluster network interface. Nested schema for primary_ip:
- resource
Type string - (String) The resource type.
- subnets
Get
Is Cluster Network Interface Subnet[] - (List) Nested schema for subnet:
- targets
Get
Is Cluster Network Interface Target[] - (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
Get
Is Cluster Network Interface Vpc[] - (List) The VPC this cluster network interface resides in. Nested schema for vpc:
- zones
Get
Is Cluster Network Interface Zone[] - (List) The zone this cluster network interface resides in. Nested schema for zone:
- allow_
ip_ boolspoofing - (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. Iftrue
, 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. - cluster_
network_ strid - cluster_
network_ strinterface_ id - created_
at str - (String) The date and time that the cluster network interface was created.
- enable_
infrastructure_ boolnat - (Boolean) If
true
:- The VPC infrastructure performs any needed NAT operations.-floating_ips
must not have more than one floating IP.Iffalse
:- 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[GetIs Cluster Network Interface Lifecycle Reason] - (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 if
lifecycle_state
ispending
. - name str
- (String) The globally unique name for this zone.
- primary_
ips Sequence[GetIs Cluster Network Interface Primary Ip] - (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[Get
Is Cluster Network Interface Subnet] - (List) Nested schema for subnet:
- targets
Sequence[Get
Is Cluster Network Interface Target] - (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[Get
Is Cluster Network Interface Vpc] - (List) The VPC this cluster network interface resides in. Nested schema for vpc:
- zones
Sequence[Get
Is Cluster Network Interface Zone] - (List) The zone this cluster network interface resides in. Nested schema for zone:
- allow
Ip BooleanSpoofing - (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. Iftrue
, source IP spoofing is allowed on this cluster network interface. - auto
Delete Boolean - (Boolean) Indicates whether this cluster network interface will be automatically deleted when
target
is deleted. - cluster
Network StringId - cluster
Network StringInterface Id - created
At String - (String) The date and time that the cluster network interface was created.
- enable
Infrastructure BooleanNat - (Boolean) If
true
:- The VPC infrastructure performs any needed NAT operations.-floating_ips
must not have more than one floating IP.Iffalse
:- 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.
- lifecycle
Reasons List<Property Map> - (List) The reasons for the current
lifecycle_state
(if any). Nested schema for lifecycle_reasons: - lifecycle
State String - (String) The lifecycle state of the cluster network interface.
- mac
Address String - (String) The MAC address of the cluster network interface. May be absent if
lifecycle_state
ispending
. - name String
- (String) The globally unique name for this zone.
- primary
Ips List<Property Map> - (List) The cluster network subnet reserved IP for this cluster network interface. Nested schema for primary_ip:
- resource
Type 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:
Supporting Types
GetIsClusterNetworkInterfaceLifecycleReason
- 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.
- More
Info 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.
- More
Info 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.
- more
Info 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.
- more
Info 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.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsClusterNetworkInterfacePrimaryIp
- 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<Get
Is Cluster Network Interface Primary Ip Deleted> - (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
- (String) The globally unique name for this zone.
- Resource
Type 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
[]Get
Is Cluster Network Interface Primary Ip Deleted - (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
- (String) The globally unique name for this zone.
- Resource
Type 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<Get
Is Cluster Network Interface Primary Ip Deleted> - (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
- (String) The globally unique name for this zone.
- resource
Type 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
Get
Is Cluster Network Interface Primary Ip Deleted[] - (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
- (String) The globally unique name for this zone.
- resource
Type 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[Get
Is Cluster Network Interface Primary Ip Deleted] - (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
- (String) The globally unique name for this zone.
- 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
- (String) The globally unique name for this zone.
- resource
Type String - (String) The resource type.
GetIsClusterNetworkInterfacePrimaryIpDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsClusterNetworkInterfaceSubnet
- Deleteds
List<Get
Is Cluster Network Interface Subnet Deleted> - (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
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- Deleteds
[]Get
Is Cluster Network Interface Subnet Deleted - (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
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- deleteds
List<Get
Is Cluster Network Interface Subnet Deleted> - (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
- (String) The globally unique name for this zone.
- resource
Type String - (String) The resource type.
- deleteds
Get
Is Cluster Network Interface Subnet Deleted[] - (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
- (String) The globally unique name for this zone.
- resource
Type string - (String) The resource type.
- deleteds
Sequence[Get
Is Cluster Network Interface Subnet Deleted] - (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
- (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 schema 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.
- resource
Type String - (String) The resource type.
GetIsClusterNetworkInterfaceSubnetDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsClusterNetworkInterfaceTarget
- 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.
- Resource
Type string - (String) The resource type.
- 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.
- Resource
Type string - (String) The resource type.
- 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.
- resource
Type String - (String) The resource type.
- 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.
- resource
Type string - (String) The resource type.
- 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.
- 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.
- resource
Type String - (String) The resource type.
GetIsClusterNetworkInterfaceVpc
- Crn string
- (String) The CRN for this VPC.
- Deleteds
List<Get
Is Cluster Network Interface Vpc Deleted> - (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
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN for this VPC.
- Deleteds
[]Get
Is Cluster Network Interface Vpc Deleted - (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
- (String) The globally unique name for this zone.
- Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN for this VPC.
- deleteds
List<Get
Is Cluster Network Interface Vpc Deleted> - (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
- (String) The globally unique name for this zone.
- resource
Type String - (String) The resource type.
- crn string
- (String) The CRN for this VPC.
- deleteds
Get
Is Cluster Network Interface Vpc Deleted[] - (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
- (String) The globally unique name for this zone.
- resource
Type string - (String) The resource type.
- crn str
- (String) The CRN for this VPC.
- deleteds
Sequence[Get
Is Cluster Network Interface Vpc Deleted] - (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
- (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 schema 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.
- resource
Type String - (String) The resource type.
GetIsClusterNetworkInterfaceVpcDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsClusterNetworkInterfaceZone
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.