1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getCceClustersV3
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

opentelekomcloud.getCceClustersV3

Explore with Pulumi AI

opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

Up-to-date reference of API arguments for CCE cluster you can get at documentation portal

Use this data source to get a list of CCE clusters.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as opentelekomcloud from "@pulumi/opentelekomcloud";

const config = new pulumi.Config();
const clusterName = config.requireObject("clusterName");
const clusters = opentelekomcloud.getCceClustersV3({
    name: clusterName,
    status: "Available",
});
Copy
import pulumi
import pulumi_opentelekomcloud as opentelekomcloud

config = pulumi.Config()
cluster_name = config.require_object("clusterName")
clusters = opentelekomcloud.get_cce_clusters_v3(name=cluster_name,
    status="Available")
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/opentelekomcloud/opentelekomcloud"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi/config"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		cfg := config.New(ctx, "")
		clusterName := cfg.RequireObject("clusterName")
		_, err := opentelekomcloud.GetCceClustersV3(ctx, &opentelekomcloud.GetCceClustersV3Args{
			Name:   pulumi.StringRef(clusterName),
			Status: pulumi.StringRef("Available"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Opentelekomcloud = Pulumi.Opentelekomcloud;

return await Deployment.RunAsync(() => 
{
    var config = new Config();
    var clusterName = config.RequireObject<dynamic>("clusterName");
    var clusters = Opentelekomcloud.GetCceClustersV3.Invoke(new()
    {
        Name = clusterName,
        Status = "Available",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.opentelekomcloud.OpentelekomcloudFunctions;
import com.pulumi.opentelekomcloud.inputs.GetCceClustersV3Args;
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 config = ctx.config();
        final var clusterName = config.get("clusterName");
        final var clusters = OpentelekomcloudFunctions.getCceClustersV3(GetCceClustersV3Args.builder()
            .name(clusterName)
            .status("Available")
            .build());

    }
}
Copy
configuration:
  clusterName:
    type: dynamic
variables:
  clusters:
    fn::invoke:
      function: opentelekomcloud:getCceClustersV3
      arguments:
        name: ${clusterName}
        status: Available
Copy

Using getCceClustersV3

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 getCceClustersV3(args: GetCceClustersV3Args, opts?: InvokeOptions): Promise<GetCceClustersV3Result>
function getCceClustersV3Output(args: GetCceClustersV3OutputArgs, opts?: InvokeOptions): Output<GetCceClustersV3Result>
Copy
def get_cce_clusters_v3(cluster_id: Optional[str] = None,
                        cluster_type: Optional[str] = None,
                        enterprise_project_id: Optional[str] = None,
                        id: Optional[str] = None,
                        name: Optional[str] = None,
                        region: Optional[str] = None,
                        status: Optional[str] = None,
                        vpc_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetCceClustersV3Result
def get_cce_clusters_v3_output(cluster_id: Optional[pulumi.Input[str]] = None,
                        cluster_type: Optional[pulumi.Input[str]] = None,
                        enterprise_project_id: Optional[pulumi.Input[str]] = None,
                        id: Optional[pulumi.Input[str]] = None,
                        name: Optional[pulumi.Input[str]] = None,
                        region: Optional[pulumi.Input[str]] = None,
                        status: Optional[pulumi.Input[str]] = None,
                        vpc_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetCceClustersV3Result]
Copy
func GetCceClustersV3(ctx *Context, args *GetCceClustersV3Args, opts ...InvokeOption) (*GetCceClustersV3Result, error)
func GetCceClustersV3Output(ctx *Context, args *GetCceClustersV3OutputArgs, opts ...InvokeOption) GetCceClustersV3ResultOutput
Copy

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

public static class GetCceClustersV3 
{
    public static Task<GetCceClustersV3Result> InvokeAsync(GetCceClustersV3Args args, InvokeOptions? opts = null)
    public static Output<GetCceClustersV3Result> Invoke(GetCceClustersV3InvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCceClustersV3Result> getCceClustersV3(GetCceClustersV3Args args, InvokeOptions options)
public static Output<GetCceClustersV3Result> getCceClustersV3(GetCceClustersV3Args args, InvokeOptions options)
Copy
fn::invoke:
  function: opentelekomcloud:index/getCceClustersV3:getCceClustersV3
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ClusterId string
Specifies the ID of the cluster.
ClusterType string
Specifies the type of the cluster. Possible values: VirtualMachine, BareMetal.
EnterpriseProjectId string
Specifies the enterprise project ID of the cluster.
Id string
The ID of the cluster.
Name string
Specifies the name of the cluster.
Region string
Specifies the region in which to obtain the CCE clusters. If omitted, the provider-level region will be used.
Status string
Specifies the status of the cluster.
VpcId string
Specifies the VPC ID to which the cluster belongs.
ClusterId string
Specifies the ID of the cluster.
ClusterType string
Specifies the type of the cluster. Possible values: VirtualMachine, BareMetal.
EnterpriseProjectId string
Specifies the enterprise project ID of the cluster.
Id string
The ID of the cluster.
Name string
Specifies the name of the cluster.
Region string
Specifies the region in which to obtain the CCE clusters. If omitted, the provider-level region will be used.
Status string
Specifies the status of the cluster.
VpcId string
Specifies the VPC ID to which the cluster belongs.
clusterId String
Specifies the ID of the cluster.
clusterType String
Specifies the type of the cluster. Possible values: VirtualMachine, BareMetal.
enterpriseProjectId String
Specifies the enterprise project ID of the cluster.
id String
The ID of the cluster.
name String
Specifies the name of the cluster.
region String
Specifies the region in which to obtain the CCE clusters. If omitted, the provider-level region will be used.
status String
Specifies the status of the cluster.
vpcId String
Specifies the VPC ID to which the cluster belongs.
clusterId string
Specifies the ID of the cluster.
clusterType string
Specifies the type of the cluster. Possible values: VirtualMachine, BareMetal.
enterpriseProjectId string
Specifies the enterprise project ID of the cluster.
id string
The ID of the cluster.
name string
Specifies the name of the cluster.
region string
Specifies the region in which to obtain the CCE clusters. If omitted, the provider-level region will be used.
status string
Specifies the status of the cluster.
vpcId string
Specifies the VPC ID to which the cluster belongs.
cluster_id str
Specifies the ID of the cluster.
cluster_type str
Specifies the type of the cluster. Possible values: VirtualMachine, BareMetal.
enterprise_project_id str
Specifies the enterprise project ID of the cluster.
id str
The ID of the cluster.
name str
Specifies the name of the cluster.
region str
Specifies the region in which to obtain the CCE clusters. If omitted, the provider-level region will be used.
status str
Specifies the status of the cluster.
vpc_id str
Specifies the VPC ID to which the cluster belongs.
clusterId String
Specifies the ID of the cluster.
clusterType String
Specifies the type of the cluster. Possible values: VirtualMachine, BareMetal.
enterpriseProjectId String
Specifies the enterprise project ID of the cluster.
id String
The ID of the cluster.
name String
Specifies the name of the cluster.
region String
Specifies the region in which to obtain the CCE clusters. If omitted, the provider-level region will be used.
status String
Specifies the status of the cluster.
vpcId String
Specifies the VPC ID to which the cluster belongs.

getCceClustersV3 Result

The following output properties are available:

Clusters List<GetCceClustersV3Cluster>
Indicates a list of CCE clusters found. Structure is documented below.
Id string
The ID of the cluster.
Ids List<string>
Indicates a list of IDs of all CCE clusters found.
Region string
ClusterId string
ClusterType string
The type of the cluster. Possible values: VirtualMachine, ARM64.
EnterpriseProjectId string
The enterprise project ID of the CCE cluster.
Name string
The user name.
Status string
The status of the cluster.
VpcId string
The vpc ID of the cluster.
Clusters []GetCceClustersV3Cluster
Indicates a list of CCE clusters found. Structure is documented below.
Id string
The ID of the cluster.
Ids []string
Indicates a list of IDs of all CCE clusters found.
Region string
ClusterId string
ClusterType string
The type of the cluster. Possible values: VirtualMachine, ARM64.
EnterpriseProjectId string
The enterprise project ID of the CCE cluster.
Name string
The user name.
Status string
The status of the cluster.
VpcId string
The vpc ID of the cluster.
clusters List<GetCceClustersV3Cluster>
Indicates a list of CCE clusters found. Structure is documented below.
id String
The ID of the cluster.
ids List<String>
Indicates a list of IDs of all CCE clusters found.
region String
clusterId String
clusterType String
The type of the cluster. Possible values: VirtualMachine, ARM64.
enterpriseProjectId String
The enterprise project ID of the CCE cluster.
name String
The user name.
status String
The status of the cluster.
vpcId String
The vpc ID of the cluster.
clusters GetCceClustersV3Cluster[]
Indicates a list of CCE clusters found. Structure is documented below.
id string
The ID of the cluster.
ids string[]
Indicates a list of IDs of all CCE clusters found.
region string
clusterId string
clusterType string
The type of the cluster. Possible values: VirtualMachine, ARM64.
enterpriseProjectId string
The enterprise project ID of the CCE cluster.
name string
The user name.
status string
The status of the cluster.
vpcId string
The vpc ID of the cluster.
clusters Sequence[GetCceClustersV3Cluster]
Indicates a list of CCE clusters found. Structure is documented below.
id str
The ID of the cluster.
ids Sequence[str]
Indicates a list of IDs of all CCE clusters found.
region str
cluster_id str
cluster_type str
The type of the cluster. Possible values: VirtualMachine, ARM64.
enterprise_project_id str
The enterprise project ID of the CCE cluster.
name str
The user name.
status str
The status of the cluster.
vpc_id str
The vpc ID of the cluster.
clusters List<Property Map>
Indicates a list of CCE clusters found. Structure is documented below.
id String
The ID of the cluster.
ids List<String>
Indicates a list of IDs of all CCE clusters found.
region String
clusterId String
clusterType String
The type of the cluster. Possible values: VirtualMachine, ARM64.
enterpriseProjectId String
The enterprise project ID of the CCE cluster.
name String
The user name.
status String
The status of the cluster.
vpcId String
The vpc ID of the cluster.

Supporting Types

GetCceClustersV3Cluster

AuthenticationMode This property is required. string
The authentication mode of the cluster, possible values are x509 and rbac. Defaults to rbac.
BillingMode This property is required. double
The charging mode of the cluster.
CertificateClusters This property is required. List<GetCceClustersV3ClusterCertificateCluster>
The certificate clusters. Structure is documented below.
CertificateUsers This property is required. List<GetCceClustersV3ClusterCertificateUser>
The certificate users. Structure is documented below.
ClusterType This property is required. string
Specifies the type of the cluster. Possible values: VirtualMachine, BareMetal.
ClusterVersion This property is required. string
The version of the cluster.
ContainerNetworkCidr This property is required. string
The container network segment.
ContainerNetworkType This property is required. string
The container network type: overlay_l2 , underlay_ipvlan, vpc-router or eni.
Description This property is required. string
The description of the cluster.
Endpoints This property is required. List<GetCceClustersV3ClusterEndpoint>
The access addresses of kube-apiserver in the cluster. Structure is documented below.
EniSubnetCidr This property is required. string
The ENI network segment.
EniSubnetId This property is required. string
The IPv4 subnet ID of the subnet where the ENI resides.
EnterpriseProjectId This property is required. string
Specifies the enterprise project ID of the cluster.
FlavorId This property is required. string
The specification of the cluster.
Id This property is required. string
The ID of the cluster.
KubeConfigRaw This property is required. string
The raw Kubernetes config to be used by kubectl and other compatible tools.
Masters This property is required. List<GetCceClustersV3ClusterMaster>
The advanced configuration of master nodes. Structure is documented below.
Name This property is required. string
Specifies the name of the cluster.
SecurityGroupId This property is required. string
The security group ID of the cluster.
ServiceNetworkCidr This property is required. string
The service network segment.
Status This property is required. string
Specifies the status of the cluster.
SubnetId This property is required. string
The ID of the subnet used to create the node.
VpcId This property is required. string
Specifies the VPC ID to which the cluster belongs.
AuthenticationMode This property is required. string
The authentication mode of the cluster, possible values are x509 and rbac. Defaults to rbac.
BillingMode This property is required. float64
The charging mode of the cluster.
CertificateClusters This property is required. []GetCceClustersV3ClusterCertificateCluster
The certificate clusters. Structure is documented below.
CertificateUsers This property is required. []GetCceClustersV3ClusterCertificateUser
The certificate users. Structure is documented below.
ClusterType This property is required. string
Specifies the type of the cluster. Possible values: VirtualMachine, BareMetal.
ClusterVersion This property is required. string
The version of the cluster.
ContainerNetworkCidr This property is required. string
The container network segment.
ContainerNetworkType This property is required. string
The container network type: overlay_l2 , underlay_ipvlan, vpc-router or eni.
Description This property is required. string
The description of the cluster.
Endpoints This property is required. []GetCceClustersV3ClusterEndpoint
The access addresses of kube-apiserver in the cluster. Structure is documented below.
EniSubnetCidr This property is required. string
The ENI network segment.
EniSubnetId This property is required. string
The IPv4 subnet ID of the subnet where the ENI resides.
EnterpriseProjectId This property is required. string
Specifies the enterprise project ID of the cluster.
FlavorId This property is required. string
The specification of the cluster.
Id This property is required. string
The ID of the cluster.
KubeConfigRaw This property is required. string
The raw Kubernetes config to be used by kubectl and other compatible tools.
Masters This property is required. []GetCceClustersV3ClusterMaster
The advanced configuration of master nodes. Structure is documented below.
Name This property is required. string
Specifies the name of the cluster.
SecurityGroupId This property is required. string
The security group ID of the cluster.
ServiceNetworkCidr This property is required. string
The service network segment.
Status This property is required. string
Specifies the status of the cluster.
SubnetId This property is required. string
The ID of the subnet used to create the node.
VpcId This property is required. string
Specifies the VPC ID to which the cluster belongs.
authenticationMode This property is required. String
The authentication mode of the cluster, possible values are x509 and rbac. Defaults to rbac.
billingMode This property is required. Double
The charging mode of the cluster.
certificateClusters This property is required. List<GetCceClustersV3ClusterCertificateCluster>
The certificate clusters. Structure is documented below.
certificateUsers This property is required. List<GetCceClustersV3ClusterCertificateUser>
The certificate users. Structure is documented below.
clusterType This property is required. String
Specifies the type of the cluster. Possible values: VirtualMachine, BareMetal.
clusterVersion This property is required. String
The version of the cluster.
containerNetworkCidr This property is required. String
The container network segment.
containerNetworkType This property is required. String
The container network type: overlay_l2 , underlay_ipvlan, vpc-router or eni.
description This property is required. String
The description of the cluster.
endpoints This property is required. List<GetCceClustersV3ClusterEndpoint>
The access addresses of kube-apiserver in the cluster. Structure is documented below.
eniSubnetCidr This property is required. String
The ENI network segment.
eniSubnetId This property is required. String
The IPv4 subnet ID of the subnet where the ENI resides.
enterpriseProjectId This property is required. String
Specifies the enterprise project ID of the cluster.
flavorId This property is required. String
The specification of the cluster.
id This property is required. String
The ID of the cluster.
kubeConfigRaw This property is required. String
The raw Kubernetes config to be used by kubectl and other compatible tools.
masters This property is required. List<GetCceClustersV3ClusterMaster>
The advanced configuration of master nodes. Structure is documented below.
name This property is required. String
Specifies the name of the cluster.
securityGroupId This property is required. String
The security group ID of the cluster.
serviceNetworkCidr This property is required. String
The service network segment.
status This property is required. String
Specifies the status of the cluster.
subnetId This property is required. String
The ID of the subnet used to create the node.
vpcId This property is required. String
Specifies the VPC ID to which the cluster belongs.
authenticationMode This property is required. string
The authentication mode of the cluster, possible values are x509 and rbac. Defaults to rbac.
billingMode This property is required. number
The charging mode of the cluster.
certificateClusters This property is required. GetCceClustersV3ClusterCertificateCluster[]
The certificate clusters. Structure is documented below.
certificateUsers This property is required. GetCceClustersV3ClusterCertificateUser[]
The certificate users. Structure is documented below.
clusterType This property is required. string
Specifies the type of the cluster. Possible values: VirtualMachine, BareMetal.
clusterVersion This property is required. string
The version of the cluster.
containerNetworkCidr This property is required. string
The container network segment.
containerNetworkType This property is required. string
The container network type: overlay_l2 , underlay_ipvlan, vpc-router or eni.
description This property is required. string
The description of the cluster.
endpoints This property is required. GetCceClustersV3ClusterEndpoint[]
The access addresses of kube-apiserver in the cluster. Structure is documented below.
eniSubnetCidr This property is required. string
The ENI network segment.
eniSubnetId This property is required. string
The IPv4 subnet ID of the subnet where the ENI resides.
enterpriseProjectId This property is required. string
Specifies the enterprise project ID of the cluster.
flavorId This property is required. string
The specification of the cluster.
id This property is required. string
The ID of the cluster.
kubeConfigRaw This property is required. string
The raw Kubernetes config to be used by kubectl and other compatible tools.
masters This property is required. GetCceClustersV3ClusterMaster[]
The advanced configuration of master nodes. Structure is documented below.
name This property is required. string
Specifies the name of the cluster.
securityGroupId This property is required. string
The security group ID of the cluster.
serviceNetworkCidr This property is required. string
The service network segment.
status This property is required. string
Specifies the status of the cluster.
subnetId This property is required. string
The ID of the subnet used to create the node.
vpcId This property is required. string
Specifies the VPC ID to which the cluster belongs.
authentication_mode This property is required. str
The authentication mode of the cluster, possible values are x509 and rbac. Defaults to rbac.
billing_mode This property is required. float
The charging mode of the cluster.
certificate_clusters This property is required. Sequence[GetCceClustersV3ClusterCertificateCluster]
The certificate clusters. Structure is documented below.
certificate_users This property is required. Sequence[GetCceClustersV3ClusterCertificateUser]
The certificate users. Structure is documented below.
cluster_type This property is required. str
Specifies the type of the cluster. Possible values: VirtualMachine, BareMetal.
cluster_version This property is required. str
The version of the cluster.
container_network_cidr This property is required. str
The container network segment.
container_network_type This property is required. str
The container network type: overlay_l2 , underlay_ipvlan, vpc-router or eni.
description This property is required. str
The description of the cluster.
endpoints This property is required. Sequence[GetCceClustersV3ClusterEndpoint]
The access addresses of kube-apiserver in the cluster. Structure is documented below.
eni_subnet_cidr This property is required. str
The ENI network segment.
eni_subnet_id This property is required. str
The IPv4 subnet ID of the subnet where the ENI resides.
enterprise_project_id This property is required. str
Specifies the enterprise project ID of the cluster.
flavor_id This property is required. str
The specification of the cluster.
id This property is required. str
The ID of the cluster.
kube_config_raw This property is required. str
The raw Kubernetes config to be used by kubectl and other compatible tools.
masters This property is required. Sequence[GetCceClustersV3ClusterMaster]
The advanced configuration of master nodes. Structure is documented below.
name This property is required. str
Specifies the name of the cluster.
security_group_id This property is required. str
The security group ID of the cluster.
service_network_cidr This property is required. str
The service network segment.
status This property is required. str
Specifies the status of the cluster.
subnet_id This property is required. str
The ID of the subnet used to create the node.
vpc_id This property is required. str
Specifies the VPC ID to which the cluster belongs.
authenticationMode This property is required. String
The authentication mode of the cluster, possible values are x509 and rbac. Defaults to rbac.
billingMode This property is required. Number
The charging mode of the cluster.
certificateClusters This property is required. List<Property Map>
The certificate clusters. Structure is documented below.
certificateUsers This property is required. List<Property Map>
The certificate users. Structure is documented below.
clusterType This property is required. String
Specifies the type of the cluster. Possible values: VirtualMachine, BareMetal.
clusterVersion This property is required. String
The version of the cluster.
containerNetworkCidr This property is required. String
The container network segment.
containerNetworkType This property is required. String
The container network type: overlay_l2 , underlay_ipvlan, vpc-router or eni.
description This property is required. String
The description of the cluster.
endpoints This property is required. List<Property Map>
The access addresses of kube-apiserver in the cluster. Structure is documented below.
eniSubnetCidr This property is required. String
The ENI network segment.
eniSubnetId This property is required. String
The IPv4 subnet ID of the subnet where the ENI resides.
enterpriseProjectId This property is required. String
Specifies the enterprise project ID of the cluster.
flavorId This property is required. String
The specification of the cluster.
id This property is required. String
The ID of the cluster.
kubeConfigRaw This property is required. String
The raw Kubernetes config to be used by kubectl and other compatible tools.
masters This property is required. List<Property Map>
The advanced configuration of master nodes. Structure is documented below.
name This property is required. String
Specifies the name of the cluster.
securityGroupId This property is required. String
The security group ID of the cluster.
serviceNetworkCidr This property is required. String
The service network segment.
status This property is required. String
Specifies the status of the cluster.
subnetId This property is required. String
The ID of the subnet used to create the node.
vpcId This property is required. String
Specifies the VPC ID to which the cluster belongs.

GetCceClustersV3ClusterCertificateCluster

CertificateAuthorityData This property is required. string
The certificate data.
Name This property is required. string
Specifies the name of the cluster.
Server This property is required. string
The server IP address.
CertificateAuthorityData This property is required. string
The certificate data.
Name This property is required. string
Specifies the name of the cluster.
Server This property is required. string
The server IP address.
certificateAuthorityData This property is required. String
The certificate data.
name This property is required. String
Specifies the name of the cluster.
server This property is required. String
The server IP address.
certificateAuthorityData This property is required. string
The certificate data.
name This property is required. string
Specifies the name of the cluster.
server This property is required. string
The server IP address.
certificate_authority_data This property is required. str
The certificate data.
name This property is required. str
Specifies the name of the cluster.
server This property is required. str
The server IP address.
certificateAuthorityData This property is required. String
The certificate data.
name This property is required. String
Specifies the name of the cluster.
server This property is required. String
The server IP address.

GetCceClustersV3ClusterCertificateUser

ClientCertificateData This property is required. string
The client certificate data.
ClientKeyData This property is required. string
The client key data.
Name This property is required. string
Specifies the name of the cluster.
ClientCertificateData This property is required. string
The client certificate data.
ClientKeyData This property is required. string
The client key data.
Name This property is required. string
Specifies the name of the cluster.
clientCertificateData This property is required. String
The client certificate data.
clientKeyData This property is required. String
The client key data.
name This property is required. String
Specifies the name of the cluster.
clientCertificateData This property is required. string
The client certificate data.
clientKeyData This property is required. string
The client key data.
name This property is required. string
Specifies the name of the cluster.
client_certificate_data This property is required. str
The client certificate data.
client_key_data This property is required. str
The client key data.
name This property is required. str
Specifies the name of the cluster.
clientCertificateData This property is required. String
The client certificate data.
clientKeyData This property is required. String
The client key data.
name This property is required. String
Specifies the name of the cluster.

GetCceClustersV3ClusterEndpoint

Type This property is required. string
The type of the cluster access address.

  • Internal: The user's subnet access address.
  • External: The public network access address.
Url This property is required. string
The URL of the cluster access address.
Type This property is required. string
The type of the cluster access address.

  • Internal: The user's subnet access address.
  • External: The public network access address.
Url This property is required. string
The URL of the cluster access address.
type This property is required. String
The type of the cluster access address.

  • Internal: The user's subnet access address.
  • External: The public network access address.
url This property is required. String
The URL of the cluster access address.
type This property is required. string
The type of the cluster access address.

  • Internal: The user's subnet access address.
  • External: The public network access address.
url This property is required. string
The URL of the cluster access address.
type This property is required. str
The type of the cluster access address.

  • Internal: The user's subnet access address.
  • External: The public network access address.
url This property is required. str
The URL of the cluster access address.
type This property is required. String
The type of the cluster access address.

  • Internal: The user's subnet access address.
  • External: The public network access address.
url This property is required. String
The URL of the cluster access address.

GetCceClustersV3ClusterMaster

AvailabilityZone This property is required. string
The availability zone (AZ) of the master node.
AvailabilityZone This property is required. string
The availability zone (AZ) of the master node.
availabilityZone This property is required. String
The availability zone (AZ) of the master node.
availabilityZone This property is required. string
The availability zone (AZ) of the master node.
availability_zone This property is required. str
The availability zone (AZ) of the master node.
availabilityZone This property is required. String
The availability zone (AZ) of the master node.

Package Details

Repository
opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
License
Notes
This Pulumi package is based on the opentelekomcloud Terraform Provider.
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud