ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getIsInstanceClusterNetworkAttachments
Explore with Pulumi AI
Provides a read-only data source to retrieve information about an InstanceClusterNetworkAttachmentCollection. 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 isInstanceClusterNetworkAttachments = ibm.getIsInstanceClusterNetworkAttachments({
instanceId: ibm_is_instance_cluster_network_attachment.is_instance_cluster_network_attachment_instance.instance_id,
});
import pulumi
import pulumi_ibm as ibm
is_instance_cluster_network_attachments = ibm.get_is_instance_cluster_network_attachments(instance_id=ibm_is_instance_cluster_network_attachment["is_instance_cluster_network_attachment_instance"]["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.GetIsInstanceClusterNetworkAttachments(ctx, &ibm.GetIsInstanceClusterNetworkAttachmentsArgs{
InstanceId: ibm_is_instance_cluster_network_attachment.Is_instance_cluster_network_attachment_instance.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 isInstanceClusterNetworkAttachments = Ibm.GetIsInstanceClusterNetworkAttachments.Invoke(new()
{
InstanceId = ibm_is_instance_cluster_network_attachment.Is_instance_cluster_network_attachment_instance.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.GetIsInstanceClusterNetworkAttachmentsArgs;
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 isInstanceClusterNetworkAttachments = IbmFunctions.getIsInstanceClusterNetworkAttachments(GetIsInstanceClusterNetworkAttachmentsArgs.builder()
.instanceId(ibm_is_instance_cluster_network_attachment.is_instance_cluster_network_attachment_instance().instance_id())
.build());
}
}
variables:
isInstanceClusterNetworkAttachments:
fn::invoke:
function: ibm:getIsInstanceClusterNetworkAttachments
arguments:
instanceId: ${ibm_is_instance_cluster_network_attachment.is_instance_cluster_network_attachment_instance.instance_id}
Using getIsInstanceClusterNetworkAttachments
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 getIsInstanceClusterNetworkAttachments(args: GetIsInstanceClusterNetworkAttachmentsArgs, opts?: InvokeOptions): Promise<GetIsInstanceClusterNetworkAttachmentsResult>
function getIsInstanceClusterNetworkAttachmentsOutput(args: GetIsInstanceClusterNetworkAttachmentsOutputArgs, opts?: InvokeOptions): Output<GetIsInstanceClusterNetworkAttachmentsResult>
def get_is_instance_cluster_network_attachments(id: Optional[str] = None,
instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsInstanceClusterNetworkAttachmentsResult
def get_is_instance_cluster_network_attachments_output(id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsInstanceClusterNetworkAttachmentsResult]
func GetIsInstanceClusterNetworkAttachments(ctx *Context, args *GetIsInstanceClusterNetworkAttachmentsArgs, opts ...InvokeOption) (*GetIsInstanceClusterNetworkAttachmentsResult, error)
func GetIsInstanceClusterNetworkAttachmentsOutput(ctx *Context, args *GetIsInstanceClusterNetworkAttachmentsOutputArgs, opts ...InvokeOption) GetIsInstanceClusterNetworkAttachmentsResultOutput
> Note: This function is named GetIsInstanceClusterNetworkAttachments
in the Go SDK.
public static class GetIsInstanceClusterNetworkAttachments
{
public static Task<GetIsInstanceClusterNetworkAttachmentsResult> InvokeAsync(GetIsInstanceClusterNetworkAttachmentsArgs args, InvokeOptions? opts = null)
public static Output<GetIsInstanceClusterNetworkAttachmentsResult> Invoke(GetIsInstanceClusterNetworkAttachmentsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsInstanceClusterNetworkAttachmentsResult> getIsInstanceClusterNetworkAttachments(GetIsInstanceClusterNetworkAttachmentsArgs args, InvokeOptions options)
public static Output<GetIsInstanceClusterNetworkAttachmentsResult> getIsInstanceClusterNetworkAttachments(GetIsInstanceClusterNetworkAttachmentsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsInstanceClusterNetworkAttachments:getIsInstanceClusterNetworkAttachments
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Id This property is required. string - The virtual server instance identifier.
- Id string
- (String) The unique identifier for this instance cluster network attachment.
- Instance
Id This property is required. string - The virtual server instance identifier.
- Id string
- (String) The unique identifier for this instance cluster network attachment.
- instance
Id This property is required. String - The virtual server instance identifier.
- id String
- (String) The unique identifier for this instance cluster network attachment.
- instance
Id This property is required. string - The virtual server instance identifier.
- id string
- (String) The unique identifier for this instance cluster network attachment.
- instance_
id This property is required. str - The virtual server instance identifier.
- id str
- (String) The unique identifier for this instance cluster network attachment.
- instance
Id This property is required. String - The virtual server instance identifier.
- id String
- (String) The unique identifier for this instance cluster network attachment.
getIsInstanceClusterNetworkAttachments Result
The following output properties are available:
- Cluster
Network List<GetAttachments Is Instance Cluster Network Attachments Cluster Network Attachment> - (List) A page of ordered cluster network attachments (sorted based on the
before
property) for the instance. A cluster network attachment represents a device to which a cluster network interface is attached. Nested schema for cluster_network_attachments: - Id string
- (String) The unique identifier for this instance cluster network attachment.
- Instance
Id string
- Cluster
Network []GetAttachments Is Instance Cluster Network Attachments Cluster Network Attachment - (List) A page of ordered cluster network attachments (sorted based on the
before
property) for the instance. A cluster network attachment represents a device to which a cluster network interface is attached. Nested schema for cluster_network_attachments: - Id string
- (String) The unique identifier for this instance cluster network attachment.
- Instance
Id string
- cluster
Network List<GetAttachments Is Instance Cluster Network Attachments Cluster Network Attachment> - (List) A page of ordered cluster network attachments (sorted based on the
before
property) for the instance. A cluster network attachment represents a device to which a cluster network interface is attached. Nested schema for cluster_network_attachments: - id String
- (String) The unique identifier for this instance cluster network attachment.
- instance
Id String
- cluster
Network GetAttachments Is Instance Cluster Network Attachments Cluster Network Attachment[] - (List) A page of ordered cluster network attachments (sorted based on the
before
property) for the instance. A cluster network attachment represents a device to which a cluster network interface is attached. Nested schema for cluster_network_attachments: - id string
- (String) The unique identifier for this instance cluster network attachment.
- instance
Id string
- cluster_
network_ Sequence[Getattachments Is Instance Cluster Network Attachments Cluster Network Attachment] - (List) A page of ordered cluster network attachments (sorted based on the
before
property) for the instance. A cluster network attachment represents a device to which a cluster network interface is attached. Nested schema for cluster_network_attachments: - id str
- (String) The unique identifier for this instance cluster network attachment.
- instance_
id str
- cluster
Network List<Property Map>Attachments - (List) A page of ordered cluster network attachments (sorted based on the
before
property) for the instance. A cluster network attachment represents a device to which a cluster network interface is attached. Nested schema for cluster_network_attachments: - id String
- (String) The unique identifier for this instance cluster network attachment.
- instance
Id String
Supporting Types
GetIsInstanceClusterNetworkAttachmentsClusterNetworkAttachment
- Befores
This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment Before> - (List) The instance cluster network attachment that is immediately before. If absent, this is thelast instance cluster network attachment.
- Cluster
Network Interfaces This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface> - (List) The cluster network interface for this instance cluster network attachment. Nested schema for cluster_network_interface:
- 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 instance cluster network attachment.
- Lifecycle
Reasons This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment Lifecycle Reason> - (List) The reasons for the current
lifecycle_state
(if any). - Lifecycle
State This property is required. string - (String) The lifecycle state of the instance cluster network attachment.
- 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.
- Resource
Type This property is required. string - (String) The resource type.
- Befores
This property is required. []GetIs Instance Cluster Network Attachments Cluster Network Attachment Before - (List) The instance cluster network attachment that is immediately before. If absent, this is thelast instance cluster network attachment.
- Cluster
Network Interfaces This property is required. []GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface - (List) The cluster network interface for this instance cluster network attachment. Nested schema for cluster_network_interface:
- 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 instance cluster network attachment.
- Lifecycle
Reasons This property is required. []GetIs Instance Cluster Network Attachments Cluster Network Attachment Lifecycle Reason - (List) The reasons for the current
lifecycle_state
(if any). - Lifecycle
State This property is required. string - (String) The lifecycle state of the instance cluster network attachment.
- 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.
- Resource
Type This property is required. string - (String) The resource type.
- befores
This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment Before> - (List) The instance cluster network attachment that is immediately before. If absent, this is thelast instance cluster network attachment.
- cluster
Network Interfaces This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface> - (List) The cluster network interface for this instance cluster network attachment. Nested schema for cluster_network_interface:
- 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 instance cluster network attachment.
- lifecycle
Reasons This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment Lifecycle Reason> - (List) The reasons for the current
lifecycle_state
(if any). - lifecycle
State This property is required. String - (String) The lifecycle state of the instance cluster network attachment.
- 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.
- resource
Type This property is required. String - (String) The resource type.
- befores
This property is required. GetIs Instance Cluster Network Attachments Cluster Network Attachment Before[] - (List) The instance cluster network attachment that is immediately before. If absent, this is thelast instance cluster network attachment.
- cluster
Network Interfaces This property is required. GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface[] - (List) The cluster network interface for this instance cluster network attachment. Nested schema for cluster_network_interface:
- 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 instance cluster network attachment.
- lifecycle
Reasons This property is required. GetIs Instance Cluster Network Attachments Cluster Network Attachment Lifecycle Reason[] - (List) The reasons for the current
lifecycle_state
(if any). - lifecycle
State This property is required. string - (String) The lifecycle state of the instance cluster network attachment.
- 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.
- resource
Type This property is required. string - (String) The resource type.
- befores
This property is required. Sequence[GetIs Instance Cluster Network Attachments Cluster Network Attachment Before] - (List) The instance cluster network attachment that is immediately before. If absent, this is thelast instance cluster network attachment.
- cluster_
network_ interfaces This property is required. Sequence[GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface] - (List) The cluster network interface for this instance cluster network attachment. Nested schema for cluster_network_interface:
- 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 instance cluster network attachment.
- lifecycle_
reasons This property is required. Sequence[GetIs Instance Cluster Network Attachments Cluster Network Attachment Lifecycle Reason] - (List) The reasons for the current
lifecycle_state
(if any). - lifecycle_
state This property is required. str - (String) The lifecycle state of the instance cluster network attachment.
- 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.
- befores
This property is required. List<Property Map> - (List) The instance cluster network attachment that is immediately before. If absent, this is thelast instance cluster network attachment.
- cluster
Network Interfaces This property is required. List<Property Map> - (List) The cluster network interface for this instance cluster network attachment. Nested schema for cluster_network_interface:
- 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 instance cluster network attachment.
- lifecycle
Reasons This property is required. List<Property Map> - (List) The reasons for the current
lifecycle_state
(if any). - lifecycle
State This property is required. String - (String) The lifecycle state of the instance cluster network attachment.
- 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.
- resource
Type This property is required. String - (String) The resource type.
GetIsInstanceClusterNetworkAttachmentsClusterNetworkAttachmentBefore
- 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 instance cluster network attachment.
- 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.
- Resource
Type 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 instance cluster network attachment.
- 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.
- Resource
Type 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 instance cluster network attachment.
- 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.
- resource
Type 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 instance cluster network attachment.
- 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.
- resource
Type 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 instance cluster network attachment.
- 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 instance cluster network attachment.
- 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.
- resource
Type This property is required. String - (String) The resource type.
GetIsInstanceClusterNetworkAttachmentsClusterNetworkAttachmentClusterNetworkInterface
- Deleteds
This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Deleted> - (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 instance cluster network attachment.
- 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.
- Primary
Ips This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Primary Ip> - (List) The primary IP for this cluster network interface. Nested schema for primary_ip:
- Resource
Type This property is required. string - (String) The resource type.
- Subnets
This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Subnet> - (List)
- Deleteds
This property is required. []GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Deleted - (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 instance cluster network attachment.
- 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.
- Primary
Ips This property is required. []GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Primary Ip - (List) The primary IP for this cluster network interface. Nested schema for primary_ip:
- Resource
Type This property is required. string - (String) The resource type.
- Subnets
This property is required. []GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Subnet - (List)
- deleteds
This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Deleted> - (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 instance cluster network attachment.
- 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.
- primary
Ips This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Primary Ip> - (List) The primary IP for this cluster network interface. Nested schema for primary_ip:
- resource
Type This property is required. String - (String) The resource type.
- subnets
This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Subnet> - (List)
- deleteds
This property is required. GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Deleted[] - (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 instance cluster network attachment.
- 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.
- primary
Ips This property is required. GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Primary Ip[] - (List) The primary IP for this cluster network interface. Nested schema for primary_ip:
- resource
Type This property is required. string - (String) The resource type.
- subnets
This property is required. GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Subnet[] - (List)
- deleteds
This property is required. Sequence[GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Deleted] - (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 instance cluster network attachment.
- 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[GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Primary Ip] - (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[GetIs Instance Cluster Network Attachments Cluster Network Attachment Cluster Network Interface Subnet] - (List)
- 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 instance cluster network attachment.
- 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.
- primary
Ips This property is required. List<Property Map> - (List) The primary IP for this cluster network interface. Nested schema for primary_ip:
- resource
Type This property is required. String - (String) The resource type.
- subnets
This property is required. List<Property Map> - (List)
GetIsInstanceClusterNetworkAttachmentsClusterNetworkAttachmentClusterNetworkInterfaceDeleted
- More
Info This property is required. string - (String) Link to documentation about the reason for this lifecycle state.
- More
Info This property is required. string - (String) Link to documentation about the reason for this lifecycle state.
- more
Info This property is required. String - (String) Link to documentation about the reason for this lifecycle state.
- more
Info 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.
- more
Info This property is required. String - (String) Link to documentation about the reason for this lifecycle state.
GetIsInstanceClusterNetworkAttachmentsClusterNetworkAttachmentClusterNetworkInterfacePrimaryIp
- 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<GetIs Instance Cluster Network Attachments Cluster Network Attachment 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
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 instance cluster network attachment.
- 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.
- Resource
Type 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. []GetIs Instance Cluster Network Attachments Cluster Network Attachment 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
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 instance cluster network attachment.
- 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.
- Resource
Type 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<GetIs Instance Cluster Network Attachments Cluster Network Attachment 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
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 instance cluster network attachment.
- 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.
- resource
Type 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. GetIs Instance Cluster Network Attachments Cluster Network Attachment 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
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 instance cluster network attachment.
- 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.
- resource
Type 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[GetIs Instance Cluster Network Attachments Cluster Network Attachment 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
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 instance cluster network attachment.
- 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 instance cluster network attachment.
- 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.
- resource
Type This property is required. String - (String) The resource type.
GetIsInstanceClusterNetworkAttachmentsClusterNetworkAttachmentClusterNetworkInterfacePrimaryIpDeleted
- More
Info This property is required. string - (String) Link to documentation about the reason for this lifecycle state.
- More
Info This property is required. string - (String) Link to documentation about the reason for this lifecycle state.
- more
Info This property is required. String - (String) Link to documentation about the reason for this lifecycle state.
- more
Info 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.
- more
Info This property is required. String - (String) Link to documentation about the reason for this lifecycle state.
GetIsInstanceClusterNetworkAttachmentsClusterNetworkAttachmentClusterNetworkInterfaceSubnet
- Deleteds
This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment 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
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 instance cluster network attachment.
- 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.
- Resource
Type This property is required. string - (String) The resource type.
- Deleteds
This property is required. []GetIs Instance Cluster Network Attachments Cluster Network Attachment 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
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 instance cluster network attachment.
- 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.
- Resource
Type This property is required. string - (String) The resource type.
- deleteds
This property is required. List<GetIs Instance Cluster Network Attachments Cluster Network Attachment 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
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 instance cluster network attachment.
- 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.
- resource
Type This property is required. String - (String) The resource type.
- deleteds
This property is required. GetIs Instance Cluster Network Attachments Cluster Network Attachment 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
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 instance cluster network attachment.
- 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.
- resource
Type This property is required. string - (String) The resource type.
- deleteds
This property is required. Sequence[GetIs Instance Cluster Network Attachments Cluster Network Attachment 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
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 instance cluster network attachment.
- 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 instance cluster network attachment.
- 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.
- resource
Type This property is required. String - (String) The resource type.
GetIsInstanceClusterNetworkAttachmentsClusterNetworkAttachmentClusterNetworkInterfaceSubnetDeleted
- More
Info This property is required. string - (String) Link to documentation about the reason for this lifecycle state.
- More
Info This property is required. string - (String) Link to documentation about the reason for this lifecycle state.
- more
Info This property is required. String - (String) Link to documentation about the reason for this lifecycle state.
- more
Info 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.
- more
Info This property is required. String - (String) Link to documentation about the reason for this lifecycle state.
GetIsInstanceClusterNetworkAttachmentsClusterNetworkAttachmentLifecycleReason
- 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.
- More
Info 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.
- More
Info 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.
- more
Info 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.
- more
Info 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.
- more
Info 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.