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

ibm.getIsClusterNetworks

Explore with Pulumi AI

Provides a read-only data source to retrieve information about a ClusterNetworkCollection. 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 isClusterNetworksInstance = ibm.getIsClusterNetworks({});
Copy
import pulumi
import pulumi_ibm as ibm

is_cluster_networks_instance = ibm.get_is_cluster_networks()
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.GetIsClusterNetworks(ctx, &ibm.GetIsClusterNetworksArgs{}, 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 isClusterNetworksInstance = Ibm.GetIsClusterNetworks.Invoke();

});
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.GetIsClusterNetworksArgs;
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 isClusterNetworksInstance = IbmFunctions.getIsClusterNetworks();

    }
}
Copy
variables:
  isClusterNetworksInstance:
    fn::invoke:
      function: ibm:getIsClusterNetworks
      arguments: {}
Copy

Using getIsClusterNetworks

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 getIsClusterNetworks(args: GetIsClusterNetworksArgs, opts?: InvokeOptions): Promise<GetIsClusterNetworksResult>
function getIsClusterNetworksOutput(args: GetIsClusterNetworksOutputArgs, opts?: InvokeOptions): Output<GetIsClusterNetworksResult>
Copy
def get_is_cluster_networks(id: Optional[str] = None,
                            name: Optional[str] = None,
                            resource_group_id: Optional[str] = None,
                            sort: Optional[str] = None,
                            vpc_crn: Optional[str] = None,
                            vpc_id: Optional[str] = None,
                            vpc_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetIsClusterNetworksResult
def get_is_cluster_networks_output(id: Optional[pulumi.Input[str]] = None,
                            name: Optional[pulumi.Input[str]] = None,
                            resource_group_id: Optional[pulumi.Input[str]] = None,
                            sort: Optional[pulumi.Input[str]] = None,
                            vpc_crn: Optional[pulumi.Input[str]] = None,
                            vpc_id: Optional[pulumi.Input[str]] = None,
                            vpc_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetIsClusterNetworksResult]
Copy
func GetIsClusterNetworks(ctx *Context, args *GetIsClusterNetworksArgs, opts ...InvokeOption) (*GetIsClusterNetworksResult, error)
func GetIsClusterNetworksOutput(ctx *Context, args *GetIsClusterNetworksOutputArgs, opts ...InvokeOption) GetIsClusterNetworksResultOutput
Copy

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

public static class GetIsClusterNetworks 
{
    public static Task<GetIsClusterNetworksResult> InvokeAsync(GetIsClusterNetworksArgs args, InvokeOptions? opts = null)
    public static Output<GetIsClusterNetworksResult> Invoke(GetIsClusterNetworksInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIsClusterNetworksResult> getIsClusterNetworks(GetIsClusterNetworksArgs args, InvokeOptions options)
public static Output<GetIsClusterNetworksResult> getIsClusterNetworks(GetIsClusterNetworksArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getIsClusterNetworks:getIsClusterNetworks
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
(String) The unique identifier for this VPC.
Name string
Filters the collection to resources with a name property matching the exact specified name.
ResourceGroupId string
Filters the collection to resources with a resource_group.id property matching the specified identifier.
Sort string
Sorts the returned collection by the specified property name in ascending order. A - may be prepended to the name to sort in descending order. For example, the value -created_at sorts the collection by the created_at property in descending order, and the value name sorts it by the name property in ascending order.
VpcCrn string
Filters the collection to cluster networks with a vpc.crn property matching the specified CRN.
VpcId string
Filters the collection to cluster networks with a vpc.id property matching the specified id.
VpcName string
Filters the collection to cluster networks with a vpc.name property matching the specified name.
Id string
(String) The unique identifier for this VPC.
Name string
Filters the collection to resources with a name property matching the exact specified name.
ResourceGroupId string
Filters the collection to resources with a resource_group.id property matching the specified identifier.
Sort string
Sorts the returned collection by the specified property name in ascending order. A - may be prepended to the name to sort in descending order. For example, the value -created_at sorts the collection by the created_at property in descending order, and the value name sorts it by the name property in ascending order.
VpcCrn string
Filters the collection to cluster networks with a vpc.crn property matching the specified CRN.
VpcId string
Filters the collection to cluster networks with a vpc.id property matching the specified id.
VpcName string
Filters the collection to cluster networks with a vpc.name property matching the specified name.
id String
(String) The unique identifier for this VPC.
name String
Filters the collection to resources with a name property matching the exact specified name.
resourceGroupId String
Filters the collection to resources with a resource_group.id property matching the specified identifier.
sort String
Sorts the returned collection by the specified property name in ascending order. A - may be prepended to the name to sort in descending order. For example, the value -created_at sorts the collection by the created_at property in descending order, and the value name sorts it by the name property in ascending order.
vpcCrn String
Filters the collection to cluster networks with a vpc.crn property matching the specified CRN.
vpcId String
Filters the collection to cluster networks with a vpc.id property matching the specified id.
vpcName String
Filters the collection to cluster networks with a vpc.name property matching the specified name.
id string
(String) The unique identifier for this VPC.
name string
Filters the collection to resources with a name property matching the exact specified name.
resourceGroupId string
Filters the collection to resources with a resource_group.id property matching the specified identifier.
sort string
Sorts the returned collection by the specified property name in ascending order. A - may be prepended to the name to sort in descending order. For example, the value -created_at sorts the collection by the created_at property in descending order, and the value name sorts it by the name property in ascending order.
vpcCrn string
Filters the collection to cluster networks with a vpc.crn property matching the specified CRN.
vpcId string
Filters the collection to cluster networks with a vpc.id property matching the specified id.
vpcName string
Filters the collection to cluster networks with a vpc.name property matching the specified name.
id str
(String) The unique identifier for this VPC.
name str
Filters the collection to resources with a name property matching the exact specified name.
resource_group_id str
Filters the collection to resources with a resource_group.id property matching the specified identifier.
sort str
Sorts the returned collection by the specified property name in ascending order. A - may be prepended to the name to sort in descending order. For example, the value -created_at sorts the collection by the created_at property in descending order, and the value name sorts it by the name property in ascending order.
vpc_crn str
Filters the collection to cluster networks with a vpc.crn property matching the specified CRN.
vpc_id str
Filters the collection to cluster networks with a vpc.id property matching the specified id.
vpc_name str
Filters the collection to cluster networks with a vpc.name property matching the specified name.
id String
(String) The unique identifier for this VPC.
name String
Filters the collection to resources with a name property matching the exact specified name.
resourceGroupId String
Filters the collection to resources with a resource_group.id property matching the specified identifier.
sort String
Sorts the returned collection by the specified property name in ascending order. A - may be prepended to the name to sort in descending order. For example, the value -created_at sorts the collection by the created_at property in descending order, and the value name sorts it by the name property in ascending order.
vpcCrn String
Filters the collection to cluster networks with a vpc.crn property matching the specified CRN.
vpcId String
Filters the collection to cluster networks with a vpc.id property matching the specified id.
vpcName String
Filters the collection to cluster networks with a vpc.name property matching the specified name.

getIsClusterNetworks Result

The following output properties are available:

ClusterNetworks List<GetIsClusterNetworksClusterNetwork>
(List) A page of cluster networks.
Id string
(String) The unique identifier for this VPC.
Name string
(String) The globally unique name for this zone.
ResourceGroupId string
Sort string
VpcCrn string
VpcId string
VpcName string
ClusterNetworks []GetIsClusterNetworksClusterNetwork
(List) A page of cluster networks.
Id string
(String) The unique identifier for this VPC.
Name string
(String) The globally unique name for this zone.
ResourceGroupId string
Sort string
VpcCrn string
VpcId string
VpcName string
clusterNetworks List<GetIsClusterNetworksClusterNetwork>
(List) A page of cluster networks.
id String
(String) The unique identifier for this VPC.
name String
(String) The globally unique name for this zone.
resourceGroupId String
sort String
vpcCrn String
vpcId String
vpcName String
clusterNetworks GetIsClusterNetworksClusterNetwork[]
(List) A page of cluster networks.
id string
(String) The unique identifier for this VPC.
name string
(String) The globally unique name for this zone.
resourceGroupId string
sort string
vpcCrn string
vpcId string
vpcName string
cluster_networks Sequence[GetIsClusterNetworksClusterNetwork]
(List) A page of cluster networks.
id str
(String) The unique identifier for this VPC.
name str
(String) The globally unique name for this zone.
resource_group_id str
sort str
vpc_crn str
vpc_id str
vpc_name str
clusterNetworks List<Property Map>
(List) A page of cluster networks.
id String
(String) The unique identifier for this VPC.
name String
(String) The globally unique name for this zone.
resourceGroupId String
sort String
vpcCrn String
vpcId String
vpcName String

Supporting Types

GetIsClusterNetworksClusterNetwork

CreatedAt This property is required. string
(String) The date and time that the cluster network was created.
Crn This property is required. string
(String) The CRN for this VPC.
Href This property is required. string
(String) The URL for this zone.
Id This property is required. string
(String) The unique identifier for this VPC.
LifecycleReasons This property is required. List<GetIsClusterNetworksClusterNetworkLifecycleReason>
(List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
LifecycleState This property is required. string
(String) The lifecycle state of the cluster network.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
Profiles This property is required. List<GetIsClusterNetworksClusterNetworkProfile>
(List) The profile for this cluster network. Nested schema for profile:
ResourceGroups This property is required. List<GetIsClusterNetworksClusterNetworkResourceGroup>
(List) The resource group for this cluster network. Nested schema for resource_group:
ResourceType This property is required. string
(String) The resource type.
SubnetPrefixes This property is required. List<GetIsClusterNetworksClusterNetworkSubnetPrefix>
(List) The IP address ranges available for subnets for this cluster network. Nested schema for subnet_prefixes:
Vpcs This property is required. List<GetIsClusterNetworksClusterNetworkVpc>
(List) The VPC this cluster network resides in. Nested schema for vpc:
Zones This property is required. List<GetIsClusterNetworksClusterNetworkZone>
(List) The zone this cluster network resides in. Nested schema for zone:
CreatedAt This property is required. string
(String) The date and time that the cluster network was created.
Crn This property is required. string
(String) The CRN for this VPC.
Href This property is required. string
(String) The URL for this zone.
Id This property is required. string
(String) The unique identifier for this VPC.
LifecycleReasons This property is required. []GetIsClusterNetworksClusterNetworkLifecycleReason
(List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
LifecycleState This property is required. string
(String) The lifecycle state of the cluster network.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
Profiles This property is required. []GetIsClusterNetworksClusterNetworkProfile
(List) The profile for this cluster network. Nested schema for profile:
ResourceGroups This property is required. []GetIsClusterNetworksClusterNetworkResourceGroup
(List) The resource group for this cluster network. Nested schema for resource_group:
ResourceType This property is required. string
(String) The resource type.
SubnetPrefixes This property is required. []GetIsClusterNetworksClusterNetworkSubnetPrefix
(List) The IP address ranges available for subnets for this cluster network. Nested schema for subnet_prefixes:
Vpcs This property is required. []GetIsClusterNetworksClusterNetworkVpc
(List) The VPC this cluster network resides in. Nested schema for vpc:
Zones This property is required. []GetIsClusterNetworksClusterNetworkZone
(List) The zone this cluster network resides in. Nested schema for zone:
createdAt This property is required. String
(String) The date and time that the cluster network was created.
crn This property is required. String
(String) The CRN for this VPC.
href This property is required. String
(String) The URL for this zone.
id This property is required. String
(String) The unique identifier for this VPC.
lifecycleReasons This property is required. List<GetIsClusterNetworksClusterNetworkLifecycleReason>
(List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
lifecycleState This property is required. String
(String) The lifecycle state of the cluster network.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
profiles This property is required. List<GetIsClusterNetworksClusterNetworkProfile>
(List) The profile for this cluster network. Nested schema for profile:
resourceGroups This property is required. List<GetIsClusterNetworksClusterNetworkResourceGroup>
(List) The resource group for this cluster network. Nested schema for resource_group:
resourceType This property is required. String
(String) The resource type.
subnetPrefixes This property is required. List<GetIsClusterNetworksClusterNetworkSubnetPrefix>
(List) The IP address ranges available for subnets for this cluster network. Nested schema for subnet_prefixes:
vpcs This property is required. List<GetIsClusterNetworksClusterNetworkVpc>
(List) The VPC this cluster network resides in. Nested schema for vpc:
zones This property is required. List<GetIsClusterNetworksClusterNetworkZone>
(List) The zone this cluster network resides in. Nested schema for zone:
createdAt This property is required. string
(String) The date and time that the cluster network was created.
crn This property is required. string
(String) The CRN for this VPC.
href This property is required. string
(String) The URL for this zone.
id This property is required. string
(String) The unique identifier for this VPC.
lifecycleReasons This property is required. GetIsClusterNetworksClusterNetworkLifecycleReason[]
(List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
lifecycleState This property is required. string
(String) The lifecycle state of the cluster network.
name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
profiles This property is required. GetIsClusterNetworksClusterNetworkProfile[]
(List) The profile for this cluster network. Nested schema for profile:
resourceGroups This property is required. GetIsClusterNetworksClusterNetworkResourceGroup[]
(List) The resource group for this cluster network. Nested schema for resource_group:
resourceType This property is required. string
(String) The resource type.
subnetPrefixes This property is required. GetIsClusterNetworksClusterNetworkSubnetPrefix[]
(List) The IP address ranges available for subnets for this cluster network. Nested schema for subnet_prefixes:
vpcs This property is required. GetIsClusterNetworksClusterNetworkVpc[]
(List) The VPC this cluster network resides in. Nested schema for vpc:
zones This property is required. GetIsClusterNetworksClusterNetworkZone[]
(List) The zone this cluster network resides in. Nested schema for zone:
created_at This property is required. str
(String) The date and time that the cluster network was created.
crn This property is required. str
(String) The CRN for this VPC.
href This property is required. str
(String) The URL for this zone.
id This property is required. str
(String) The unique identifier for this VPC.
lifecycle_reasons This property is required. Sequence[GetIsClusterNetworksClusterNetworkLifecycleReason]
(List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
lifecycle_state This property is required. str
(String) The lifecycle state of the cluster network.
name This property is required. str
Filters the collection to resources with a name property matching the exact specified name.
profiles This property is required. Sequence[GetIsClusterNetworksClusterNetworkProfile]
(List) The profile for this cluster network. Nested schema for profile:
resource_groups This property is required. Sequence[GetIsClusterNetworksClusterNetworkResourceGroup]
(List) The resource group for this cluster network. Nested schema for resource_group:
resource_type This property is required. str
(String) The resource type.
subnet_prefixes This property is required. Sequence[GetIsClusterNetworksClusterNetworkSubnetPrefix]
(List) The IP address ranges available for subnets for this cluster network. Nested schema for subnet_prefixes:
vpcs This property is required. Sequence[GetIsClusterNetworksClusterNetworkVpc]
(List) The VPC this cluster network resides in. Nested schema for vpc:
zones This property is required. Sequence[GetIsClusterNetworksClusterNetworkZone]
(List) The zone this cluster network resides in. Nested schema for zone:
createdAt This property is required. String
(String) The date and time that the cluster network was created.
crn This property is required. String
(String) The CRN for this VPC.
href This property is required. String
(String) The URL for this zone.
id This property is required. String
(String) The unique identifier for this VPC.
lifecycleReasons This property is required. List<Property Map>
(List) The reasons for the current lifecycle_state (if any). Nested schema for lifecycle_reasons:
lifecycleState This property is required. String
(String) The lifecycle state of the cluster network.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
profiles This property is required. List<Property Map>
(List) The profile for this cluster network. Nested schema for profile:
resourceGroups This property is required. List<Property Map>
(List) The resource group for this cluster network. Nested schema for resource_group:
resourceType This property is required. String
(String) The resource type.
subnetPrefixes This property is required. List<Property Map>
(List) The IP address ranges available for subnets for this cluster network. Nested schema for subnet_prefixes:
vpcs This property is required. List<Property Map>
(List) The VPC this cluster network resides in. Nested schema for vpc:
zones This property is required. List<Property Map>
(List) The zone this cluster network resides in. Nested schema for zone:

GetIsClusterNetworksClusterNetworkLifecycleReason

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 deleted resources.
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 deleted resources.
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 deleted resources.
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 deleted resources.
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 deleted resources.
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 deleted resources.

GetIsClusterNetworksClusterNetworkProfile

Href This property is required. string
(String) The URL for this zone.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
ResourceType This property is required. string
(String) The resource type.
Href This property is required. string
(String) The URL for this zone.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
ResourceType This property is required. string
(String) The resource type.
href This property is required. String
(String) The URL for this zone.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
resourceType This property is required. String
(String) The resource type.
href This property is required. string
(String) The URL for this zone.
name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
resourceType This property is required. string
(String) The resource type.
href This property is required. str
(String) The URL for this zone.
name This property is required. str
Filters the collection to resources with a name property matching the exact specified name.
resource_type This property is required. str
(String) The resource type.
href This property is required. String
(String) The URL for this zone.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
resourceType This property is required. String
(String) The resource type.

GetIsClusterNetworksClusterNetworkResourceGroup

Href This property is required. string
(String) The URL for this zone.
Id This property is required. string
(String) The unique identifier for this VPC.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
Href This property is required. string
(String) The URL for this zone.
Id This property is required. string
(String) The unique identifier for this VPC.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
href This property is required. String
(String) The URL for this zone.
id This property is required. String
(String) The unique identifier for this VPC.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
href This property is required. string
(String) The URL for this zone.
id This property is required. string
(String) The unique identifier for this VPC.
name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
href This property is required. str
(String) The URL for this zone.
id This property is required. str
(String) The unique identifier for this VPC.
name This property is required. str
Filters the collection to resources with a name property matching the exact specified name.
href This property is required. String
(String) The URL for this zone.
id This property is required. String
(String) The unique identifier for this VPC.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.

GetIsClusterNetworksClusterNetworkSubnetPrefix

AllocationPolicy This property is required. string
(String) The allocation policy for this subnet prefix:- auto: Subnets created by total count in this cluster network can use this prefix.
Cidr This property is required. string
(String) The CIDR block for this prefix.
AllocationPolicy This property is required. string
(String) The allocation policy for this subnet prefix:- auto: Subnets created by total count in this cluster network can use this prefix.
Cidr This property is required. string
(String) The CIDR block for this prefix.
allocationPolicy This property is required. String
(String) The allocation policy for this subnet prefix:- auto: Subnets created by total count in this cluster network can use this prefix.
cidr This property is required. String
(String) The CIDR block for this prefix.
allocationPolicy This property is required. string
(String) The allocation policy for this subnet prefix:- auto: Subnets created by total count in this cluster network can use this prefix.
cidr This property is required. string
(String) The CIDR block for this prefix.
allocation_policy This property is required. str
(String) The allocation policy for this subnet prefix:- auto: Subnets created by total count in this cluster network can use this prefix.
cidr This property is required. str
(String) The CIDR block for this prefix.
allocationPolicy This property is required. String
(String) The allocation policy for this subnet prefix:- auto: Subnets created by total count in this cluster network can use this prefix.
cidr This property is required. String
(String) The CIDR block for this prefix.

GetIsClusterNetworksClusterNetworkVpc

Crn This property is required. string
(String) The CRN for this VPC.
Deleteds This property is required. List<GetIsClusterNetworksClusterNetworkVpcDeleted>
(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 zone.
Id This property is required. string
(String) The unique identifier for this VPC.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
ResourceType This property is required. string
(String) The resource type.
Crn This property is required. string
(String) The CRN for this VPC.
Deleteds This property is required. []GetIsClusterNetworksClusterNetworkVpcDeleted
(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 zone.
Id This property is required. string
(String) The unique identifier for this VPC.
Name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
ResourceType This property is required. string
(String) The resource type.
crn This property is required. String
(String) The CRN for this VPC.
deleteds This property is required. List<GetIsClusterNetworksClusterNetworkVpcDeleted>
(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 zone.
id This property is required. String
(String) The unique identifier for this VPC.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
resourceType This property is required. String
(String) The resource type.
crn This property is required. string
(String) The CRN for this VPC.
deleteds This property is required. GetIsClusterNetworksClusterNetworkVpcDeleted[]
(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 zone.
id This property is required. string
(String) The unique identifier for this VPC.
name This property is required. string
Filters the collection to resources with a name property matching the exact specified name.
resourceType This property is required. string
(String) The resource type.
crn This property is required. str
(String) The CRN for this VPC.
deleteds This property is required. Sequence[GetIsClusterNetworksClusterNetworkVpcDeleted]
(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 zone.
id This property is required. str
(String) The unique identifier for this VPC.
name This property is required. str
Filters the collection to resources with a name property matching the exact specified name.
resource_type This property is required. str
(String) The resource type.
crn This property is required. String
(String) The CRN for this VPC.
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 zone.
id This property is required. String
(String) The unique identifier for this VPC.
name This property is required. String
Filters the collection to resources with a name property matching the exact specified name.
resourceType This property is required. String
(String) The resource type.

GetIsClusterNetworksClusterNetworkVpcDeleted

MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
MoreInfo This property is required. string
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.
moreInfo This property is required. string
(String) Link to documentation about deleted resources.
more_info This property is required. str
(String) Link to documentation about deleted resources.
moreInfo This property is required. String
(String) Link to documentation about deleted resources.

GetIsClusterNetworksClusterNetworkZone

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

Package Details

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