1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsInstanceClusterNetworkAttachment
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

ibm.getIsInstanceClusterNetworkAttachment

Explore with Pulumi AI

Provides a read-only data source to retrieve information about an InstanceClusterNetworkAttachment. 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 isInstanceClusterNetworkAttachment = ibm.getIsInstanceClusterNetworkAttachment({
    instanceId: ibm_is_instance_cluster_network_attachment.is_instance_cluster_network_attachment_instance.instance_id,
    instanceClusterNetworkAttachmentId: ibm_is_instance_cluster_network_attachment.is_instance_cluster_network_attachment_instance.instance_cluster_network_attachment_id,
});
Copy
import pulumi
import pulumi_ibm as ibm

is_instance_cluster_network_attachment = ibm.get_is_instance_cluster_network_attachment(instance_id=ibm_is_instance_cluster_network_attachment["is_instance_cluster_network_attachment_instance"]["instance_id"],
    instance_cluster_network_attachment_id=ibm_is_instance_cluster_network_attachment["is_instance_cluster_network_attachment_instance"]["instance_cluster_network_attachment_id"])
Copy
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.LookupIsInstanceClusterNetworkAttachment(ctx, &ibm.LookupIsInstanceClusterNetworkAttachmentArgs{
			InstanceId:                         ibm_is_instance_cluster_network_attachment.Is_instance_cluster_network_attachment_instance.Instance_id,
			InstanceClusterNetworkAttachmentId: ibm_is_instance_cluster_network_attachment.Is_instance_cluster_network_attachment_instance.Instance_cluster_network_attachment_id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;

return await Deployment.RunAsync(() => 
{
    var isInstanceClusterNetworkAttachment = Ibm.GetIsInstanceClusterNetworkAttachment.Invoke(new()
    {
        InstanceId = ibm_is_instance_cluster_network_attachment.Is_instance_cluster_network_attachment_instance.Instance_id,
        InstanceClusterNetworkAttachmentId = ibm_is_instance_cluster_network_attachment.Is_instance_cluster_network_attachment_instance.Instance_cluster_network_attachment_id,
    });

});
Copy
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.GetIsInstanceClusterNetworkAttachmentArgs;
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 isInstanceClusterNetworkAttachment = IbmFunctions.getIsInstanceClusterNetworkAttachment(GetIsInstanceClusterNetworkAttachmentArgs.builder()
            .instanceId(ibm_is_instance_cluster_network_attachment.is_instance_cluster_network_attachment_instance().instance_id())
            .instanceClusterNetworkAttachmentId(ibm_is_instance_cluster_network_attachment.is_instance_cluster_network_attachment_instance().instance_cluster_network_attachment_id())
            .build());

    }
}
Copy
variables:
  isInstanceClusterNetworkAttachment:
    fn::invoke:
      function: ibm:getIsInstanceClusterNetworkAttachment
      arguments:
        instanceId: ${ibm_is_instance_cluster_network_attachment.is_instance_cluster_network_attachment_instance.instance_id}
        instanceClusterNetworkAttachmentId: ${ibm_is_instance_cluster_network_attachment.is_instance_cluster_network_attachment_instance.instance_cluster_network_attachment_id}
Copy

Using getIsInstanceClusterNetworkAttachment

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 getIsInstanceClusterNetworkAttachment(args: GetIsInstanceClusterNetworkAttachmentArgs, opts?: InvokeOptions): Promise<GetIsInstanceClusterNetworkAttachmentResult>
function getIsInstanceClusterNetworkAttachmentOutput(args: GetIsInstanceClusterNetworkAttachmentOutputArgs, opts?: InvokeOptions): Output<GetIsInstanceClusterNetworkAttachmentResult>
Copy
def get_is_instance_cluster_network_attachment(id: Optional[str] = None,
                                               instance_cluster_network_attachment_id: Optional[str] = None,
                                               instance_id: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetIsInstanceClusterNetworkAttachmentResult
def get_is_instance_cluster_network_attachment_output(id: Optional[pulumi.Input[str]] = None,
                                               instance_cluster_network_attachment_id: Optional[pulumi.Input[str]] = None,
                                               instance_id: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetIsInstanceClusterNetworkAttachmentResult]
Copy
func LookupIsInstanceClusterNetworkAttachment(ctx *Context, args *LookupIsInstanceClusterNetworkAttachmentArgs, opts ...InvokeOption) (*LookupIsInstanceClusterNetworkAttachmentResult, error)
func LookupIsInstanceClusterNetworkAttachmentOutput(ctx *Context, args *LookupIsInstanceClusterNetworkAttachmentOutputArgs, opts ...InvokeOption) LookupIsInstanceClusterNetworkAttachmentResultOutput
Copy

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

public static class GetIsInstanceClusterNetworkAttachment 
{
    public static Task<GetIsInstanceClusterNetworkAttachmentResult> InvokeAsync(GetIsInstanceClusterNetworkAttachmentArgs args, InvokeOptions? opts = null)
    public static Output<GetIsInstanceClusterNetworkAttachmentResult> Invoke(GetIsInstanceClusterNetworkAttachmentInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIsInstanceClusterNetworkAttachmentResult> getIsInstanceClusterNetworkAttachment(GetIsInstanceClusterNetworkAttachmentArgs args, InvokeOptions options)
public static Output<GetIsInstanceClusterNetworkAttachmentResult> getIsInstanceClusterNetworkAttachment(GetIsInstanceClusterNetworkAttachmentArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getIsInstanceClusterNetworkAttachment:getIsInstanceClusterNetworkAttachment
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

InstanceClusterNetworkAttachmentId This property is required. string
The instance cluster network attachment identifier.
InstanceId This property is required. string
The virtual server instance identifier.
Id string
(String) The unique identifier for this cluster network subnet.
InstanceClusterNetworkAttachmentId This property is required. string
The instance cluster network attachment identifier.
InstanceId This property is required. string
The virtual server instance identifier.
Id string
(String) The unique identifier for this cluster network subnet.
instanceClusterNetworkAttachmentId This property is required. String
The instance cluster network attachment identifier.
instanceId This property is required. String
The virtual server instance identifier.
id String
(String) The unique identifier for this cluster network subnet.
instanceClusterNetworkAttachmentId This property is required. string
The instance cluster network attachment identifier.
instanceId This property is required. string
The virtual server instance identifier.
id string
(String) The unique identifier for this cluster network subnet.
instance_cluster_network_attachment_id This property is required. str
The instance cluster network attachment identifier.
instance_id This property is required. str
The virtual server instance identifier.
id str
(String) The unique identifier for this cluster network subnet.
instanceClusterNetworkAttachmentId This property is required. String
The instance cluster network attachment identifier.
instanceId This property is required. String
The virtual server instance identifier.
id String
(String) The unique identifier for this cluster network subnet.

getIsInstanceClusterNetworkAttachment Result

The following output properties are available:

Befores List<GetIsInstanceClusterNetworkAttachmentBefore>
(List) The instance cluster network attachment that is immediately before. If absent, this is thelast instance cluster network attachment. Nested schema for before:
ClusterNetworkInterfaces List<GetIsInstanceClusterNetworkAttachmentClusterNetworkInterface>
(List) The cluster network interface for this instance cluster network attachment. Nested schema for cluster_network_interface:
Href string
(String) The URL for this instance cluster network attachment.
Id string
(String) The unique identifier for this cluster network subnet.
InstanceClusterNetworkAttachmentId string
InstanceId string
LifecycleReasons List<GetIsInstanceClusterNetworkAttachmentLifecycleReason>
(List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
LifecycleState string
(String) The lifecycle state of the instance cluster network attachment.
Name string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
ResourceType string
(String) The resource type.
Befores []GetIsInstanceClusterNetworkAttachmentBefore
(List) The instance cluster network attachment that is immediately before. If absent, this is thelast instance cluster network attachment. Nested schema for before:
ClusterNetworkInterfaces []GetIsInstanceClusterNetworkAttachmentClusterNetworkInterface
(List) The cluster network interface for this instance cluster network attachment. Nested schema for cluster_network_interface:
Href string
(String) The URL for this instance cluster network attachment.
Id string
(String) The unique identifier for this cluster network subnet.
InstanceClusterNetworkAttachmentId string
InstanceId string
LifecycleReasons []GetIsInstanceClusterNetworkAttachmentLifecycleReason
(List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
LifecycleState string
(String) The lifecycle state of the instance cluster network attachment.
Name string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
ResourceType string
(String) The resource type.
befores List<GetIsInstanceClusterNetworkAttachmentBefore>
(List) The instance cluster network attachment that is immediately before. If absent, this is thelast instance cluster network attachment. Nested schema for before:
clusterNetworkInterfaces List<GetIsInstanceClusterNetworkAttachmentClusterNetworkInterface>
(List) The cluster network interface for this instance cluster network attachment. Nested schema for cluster_network_interface:
href String
(String) The URL for this instance cluster network attachment.
id String
(String) The unique identifier for this cluster network subnet.
instanceClusterNetworkAttachmentId String
instanceId String
lifecycleReasons List<GetIsInstanceClusterNetworkAttachmentLifecycleReason>
(List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
lifecycleState String
(String) The lifecycle state of the instance cluster network attachment.
name String
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resourceType String
(String) The resource type.
befores GetIsInstanceClusterNetworkAttachmentBefore[]
(List) The instance cluster network attachment that is immediately before. If absent, this is thelast instance cluster network attachment. Nested schema for before:
clusterNetworkInterfaces GetIsInstanceClusterNetworkAttachmentClusterNetworkInterface[]
(List) The cluster network interface for this instance cluster network attachment. Nested schema for cluster_network_interface:
href string
(String) The URL for this instance cluster network attachment.
id string
(String) The unique identifier for this cluster network subnet.
instanceClusterNetworkAttachmentId string
instanceId string
lifecycleReasons GetIsInstanceClusterNetworkAttachmentLifecycleReason[]
(List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
lifecycleState string
(String) The lifecycle state of the instance cluster network attachment.
name string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resourceType string
(String) The resource type.
befores Sequence[GetIsInstanceClusterNetworkAttachmentBefore]
(List) The instance cluster network attachment that is immediately before. If absent, this is thelast instance cluster network attachment. Nested schema for before:
cluster_network_interfaces Sequence[GetIsInstanceClusterNetworkAttachmentClusterNetworkInterface]
(List) The cluster network interface for this instance cluster network attachment. Nested schema for cluster_network_interface:
href str
(String) The URL for this instance cluster network attachment.
id str
(String) The unique identifier for this cluster network subnet.
instance_cluster_network_attachment_id str
instance_id str
lifecycle_reasons Sequence[GetIsInstanceClusterNetworkAttachmentLifecycleReason]
(List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
lifecycle_state str
(String) The lifecycle state of the instance cluster network attachment.
name str
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resource_type str
(String) The resource type.
befores List<Property Map>
(List) The instance cluster network attachment that is immediately before. If absent, this is thelast instance cluster network attachment. Nested schema for before:
clusterNetworkInterfaces List<Property Map>
(List) The cluster network interface for this instance cluster network attachment. Nested schema for cluster_network_interface:
href String
(String) The URL for this instance cluster network attachment.
id String
(String) The unique identifier for this cluster network subnet.
instanceClusterNetworkAttachmentId String
instanceId String
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 instance cluster network attachment.
name String
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resourceType String
(String) The resource type.

Supporting Types

GetIsInstanceClusterNetworkAttachmentBefore

Href This property is required. string
(String) The URL for this instance cluster network attachment.
Id This property is required. string
(String) The unique identifier for this cluster network subnet.
Name This property is required. string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
ResourceType This property is required. string
(String) The resource type.
Href This property is required. string
(String) The URL for this instance cluster network attachment.
Id This property is required. string
(String) The unique identifier for this cluster network subnet.
Name This property is required. string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
ResourceType This property is required. string
(String) The resource type.
href This property is required. String
(String) The URL for this instance cluster network attachment.
id This property is required. String
(String) The unique identifier for this cluster network subnet.
name This property is required. String
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resourceType This property is required. String
(String) The resource type.
href This property is required. string
(String) The URL for this instance cluster network attachment.
id This property is required. string
(String) The unique identifier for this cluster network subnet.
name This property is required. string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resourceType This property is required. string
(String) The resource type.
href This property is required. str
(String) The URL for this instance cluster network attachment.
id This property is required. str
(String) The unique identifier for this cluster network subnet.
name This property is required. str
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resource_type This property is required. str
(String) The resource type.
href This property is required. String
(String) The URL for this instance cluster network attachment.
id This property is required. String
(String) The unique identifier for this cluster network subnet.
name This property is required. String
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resourceType This property is required. String
(String) The resource type.

GetIsInstanceClusterNetworkAttachmentClusterNetworkInterface

Deleteds This property is required. List<GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this instance cluster network attachment.
Id This property is required. string
(String) The unique identifier for this cluster network subnet.
Name This property is required. string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
PrimaryIps This property is required. List<GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfacePrimaryIp>
(List) The primary IP for this cluster network interface. Nested schema for primary_ip:
ResourceType This property is required. string
(String) The resource type.
Subnets This property is required. List<GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceSubnet>
(List) Nested schema for subnet:
Deleteds This property is required. []GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceDeleted
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this instance cluster network attachment.
Id This property is required. string
(String) The unique identifier for this cluster network subnet.
Name This property is required. string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
PrimaryIps This property is required. []GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfacePrimaryIp
(List) The primary IP for this cluster network interface. Nested schema for primary_ip:
ResourceType This property is required. string
(String) The resource type.
Subnets This property is required. []GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceSubnet
(List) Nested schema for subnet:
deleteds This property is required. List<GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this instance cluster network attachment.
id This property is required. String
(String) The unique identifier for this cluster network subnet.
name This property is required. String
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
primaryIps This property is required. List<GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfacePrimaryIp>
(List) The primary IP for this cluster network interface. Nested schema for primary_ip:
resourceType This property is required. String
(String) The resource type.
subnets This property is required. List<GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceSubnet>
(List) Nested schema for subnet:
deleteds This property is required. GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceDeleted[]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. string
(String) The URL for this instance cluster network attachment.
id This property is required. string
(String) The unique identifier for this cluster network subnet.
name This property is required. string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
primaryIps This property is required. GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfacePrimaryIp[]
(List) The primary IP for this cluster network interface. Nested schema for primary_ip:
resourceType This property is required. string
(String) The resource type.
subnets This property is required. GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceSubnet[]
(List) Nested schema for subnet:
deleteds This property is required. Sequence[GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceDeleted]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. str
(String) The URL for this instance cluster network attachment.
id This property is required. str
(String) The unique identifier for this cluster network subnet.
name This property is required. str
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
primary_ips This property is required. Sequence[GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfacePrimaryIp]
(List) The primary IP for this cluster network interface. Nested schema for primary_ip:
resource_type This property is required. str
(String) The resource type.
subnets This property is required. Sequence[GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceSubnet]
(List) Nested schema for subnet:
deleteds This property is required. List<Property Map>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this instance cluster network attachment.
id This property is required. String
(String) The unique identifier for this cluster network subnet.
name This property is required. String
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
primaryIps This property is required. List<Property Map>
(List) The primary IP for this cluster network interface. Nested schema for primary_ip:
resourceType This property is required. String
(String) The resource type.
subnets This property is required. List<Property Map>
(List) Nested schema for subnet:

GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceDeleted

MoreInfo This property is required. string
(String) Link to documentation about the reason for this lifecycle state.
MoreInfo This property is required. string
(String) Link to documentation about the reason for this lifecycle state.
moreInfo This property is required. String
(String) Link to documentation about the reason for this lifecycle state.
moreInfo This property is required. string
(String) Link to documentation about the reason for this lifecycle state.
more_info This property is required. str
(String) Link to documentation about the reason for this lifecycle state.
moreInfo This property is required. String
(String) Link to documentation about the reason for this lifecycle state.

GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfacePrimaryIp

Address This property is required. 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 This property is required. List<GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfacePrimaryIpDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this instance cluster network attachment.
Id This property is required. string
(String) The unique identifier for this cluster network subnet.
Name This property is required. string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
ResourceType This property is required. string
(String) The resource type.
Address This property is required. 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 This property is required. []GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfacePrimaryIpDeleted
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this instance cluster network attachment.
Id This property is required. string
(String) The unique identifier for this cluster network subnet.
Name This property is required. string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
ResourceType This property is required. string
(String) The resource type.
address This property is required. 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 This property is required. List<GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfacePrimaryIpDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this instance cluster network attachment.
id This property is required. String
(String) The unique identifier for this cluster network subnet.
name This property is required. String
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resourceType This property is required. String
(String) The resource type.
address This property is required. 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 This property is required. GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfacePrimaryIpDeleted[]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. string
(String) The URL for this instance cluster network attachment.
id This property is required. string
(String) The unique identifier for this cluster network subnet.
name This property is required. string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resourceType This property is required. string
(String) The resource type.
address This property is required. 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 This property is required. Sequence[GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfacePrimaryIpDeleted]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. str
(String) The URL for this instance cluster network attachment.
id This property is required. str
(String) The unique identifier for this cluster network subnet.
name This property is required. str
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resource_type This property is required. str
(String) The resource type.
address This property is required. 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 This property is required. List<Property Map>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this instance cluster network attachment.
id This property is required. String
(String) The unique identifier for this cluster network subnet.
name This property is required. String
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resourceType This property is required. String
(String) The resource type.

GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfacePrimaryIpDeleted

MoreInfo This property is required. string
(String) Link to documentation about the reason for this lifecycle state.
MoreInfo This property is required. string
(String) Link to documentation about the reason for this lifecycle state.
moreInfo This property is required. String
(String) Link to documentation about the reason for this lifecycle state.
moreInfo This property is required. string
(String) Link to documentation about the reason for this lifecycle state.
more_info This property is required. str
(String) Link to documentation about the reason for this lifecycle state.
moreInfo This property is required. String
(String) Link to documentation about the reason for this lifecycle state.

GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceSubnet

Deleteds This property is required. List<GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceSubnetDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this instance cluster network attachment.
Id This property is required. string
(String) The unique identifier for this cluster network subnet.
Name This property is required. string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
ResourceType This property is required. string
(String) The resource type.
Deleteds This property is required. []GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceSubnetDeleted
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
Href This property is required. string
(String) The URL for this instance cluster network attachment.
Id This property is required. string
(String) The unique identifier for this cluster network subnet.
Name This property is required. string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
ResourceType This property is required. string
(String) The resource type.
deleteds This property is required. List<GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceSubnetDeleted>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this instance cluster network attachment.
id This property is required. String
(String) The unique identifier for this cluster network subnet.
name This property is required. String
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resourceType This property is required. String
(String) The resource type.
deleteds This property is required. GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceSubnetDeleted[]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. string
(String) The URL for this instance cluster network attachment.
id This property is required. string
(String) The unique identifier for this cluster network subnet.
name This property is required. string
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resourceType This property is required. string
(String) The resource type.
deleteds This property is required. Sequence[GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceSubnetDeleted]
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. str
(String) The URL for this instance cluster network attachment.
id This property is required. str
(String) The unique identifier for this cluster network subnet.
name This property is required. str
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resource_type This property is required. str
(String) The resource type.
deleteds This property is required. List<Property Map>
(List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
href This property is required. String
(String) The URL for this instance cluster network attachment.
id This property is required. String
(String) The unique identifier for this cluster network subnet.
name This property is required. String
(String) The name for this instance cluster network attachment. The name is unique across all network attachments for the instance.
resourceType This property is required. String
(String) The resource type.

GetIsInstanceClusterNetworkAttachmentClusterNetworkInterfaceSubnetDeleted

MoreInfo This property is required. string
(String) Link to documentation about the reason for this lifecycle state.
MoreInfo This property is required. string
(String) Link to documentation about the reason for this lifecycle state.
moreInfo This property is required. String
(String) Link to documentation about the reason for this lifecycle state.
moreInfo This property is required. string
(String) Link to documentation about the reason for this lifecycle state.
more_info This property is required. str
(String) Link to documentation about the reason for this lifecycle state.
moreInfo This property is required. String
(String) Link to documentation about the reason for this lifecycle state.

GetIsInstanceClusterNetworkAttachmentLifecycleReason

Code This property is required. 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 This property is required. string
(String) An explanation of the reason for this lifecycle state.
MoreInfo This property is required. string
(String) Link to documentation about the reason for this lifecycle state.
Code This property is required. 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 This property is required. string
(String) An explanation of the reason for this lifecycle state.
MoreInfo This property is required. string
(String) Link to documentation about the reason for this lifecycle state.
code This property is required. 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 This property is required. String
(String) An explanation of the reason for this lifecycle state.
moreInfo This property is required. String
(String) Link to documentation about the reason for this lifecycle state.
code This property is required. 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 This property is required. string
(String) An explanation of the reason for this lifecycle state.
moreInfo This property is required. string
(String) Link to documentation about the reason for this lifecycle state.
code This property is required. 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 This property is required. str
(String) An explanation of the reason for this lifecycle state.
more_info This property is required. str
(String) Link to documentation about the reason for this lifecycle state.
code This property is required. 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 This property is required. String
(String) An explanation of the reason for this lifecycle state.
moreInfo This property is required. String
(String) Link to documentation about the reason for this lifecycle state.

Package Details

Repository
ibm ibm-cloud/terraform-provider-ibm
License
Notes
This Pulumi package is based on the ibm Terraform Provider.