Class GetKubernetesClustersClusterResult
Inheritance
System.Object
GetKubernetesClustersClusterResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetKubernetesClustersClusterResult
Fields
View Source
AvailabilityZone
The ID of availability zone.
Declaration
public readonly string AvailabilityZone
Field Value
| Type |
Description |
| System.String |
|
View Source
ClusterNetworkType
Declaration
public readonly string ClusterNetworkType
Field Value
| Type |
Description |
| System.String |
|
View Source
Connections
Map of kubernetes cluster connection information. It contains several attributes to Block Connections.
Declaration
public readonly GetKubernetesClustersClusterConnectionsResult Connections
Field Value
View Source
Id
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
ImageId
Declaration
public readonly string ImageId
Field Value
| Type |
Description |
| System.String |
|
View Source
KeyName
The keypair of ssh login cluster node, you have to create it first.
Declaration
public readonly string KeyName
Field Value
| Type |
Description |
| System.String |
|
View Source
LogConfigs
A list of one element containing information about the associated log store. It contains the following attributes:
Declaration
public readonly ImmutableArray<GetKubernetesClustersClusterLogConfigResult> LogConfigs
Field Value
View Source
MasterAutoRenew
Declaration
public readonly bool MasterAutoRenew
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
MasterAutoRenewPeriod
Declaration
public readonly int MasterAutoRenewPeriod
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
MasterDiskCategory
The system disk category of master node.
Declaration
public readonly string MasterDiskCategory
Field Value
| Type |
Description |
| System.String |
|
View Source
MasterDiskSize
The system disk size of master node.
Declaration
public readonly int MasterDiskSize
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
MasterInstanceChargeType
Declaration
public readonly string MasterInstanceChargeType
Field Value
| Type |
Description |
| System.String |
|
View Source
MasterInstanceTypes
The instance type of master node.
Declaration
public readonly ImmutableArray<string> MasterInstanceTypes
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
MasterNodes
List of cluster master nodes. It contains several attributes to Block Nodes.
Declaration
public readonly ImmutableArray<GetKubernetesClustersClusterMasterNodeResult> MasterNodes
Field Value
View Source
MasterPeriod
Declaration
public readonly int MasterPeriod
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
MasterPeriodUnit
Declaration
public readonly string MasterPeriodUnit
Field Value
| Type |
Description |
| System.String |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
NatGatewayId
The ID of nat gateway used to launch kubernetes cluster.
Declaration
public readonly string NatGatewayId
Field Value
| Type |
Description |
| System.String |
|
View Source
NodeCidrMask
The network mask used on pods for each node.
Declaration
public readonly int NodeCidrMask
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
PodCidr
Declaration
public readonly string PodCidr
Field Value
| Type |
Description |
| System.String |
|
View Source
SecurityGroupId
The ID of security group where the current cluster worker node is located.
Declaration
public readonly string SecurityGroupId
Field Value
| Type |
Description |
| System.String |
|
View Source
ServiceCidr
Declaration
public readonly string ServiceCidr
Field Value
| Type |
Description |
| System.String |
|
View Source
SlbInternetEnabled
Whether internet load balancer for API Server is created
Declaration
public readonly bool SlbInternetEnabled
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
VpcId
The ID of VPC where the current cluster is located.
Declaration
public readonly string VpcId
Field Value
| Type |
Description |
| System.String |
|
View Source
VswitchIds
The ID of VSwitches where the current cluster is located.
Declaration
public readonly ImmutableArray<string> VswitchIds
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
WorkerAutoRenew
Declaration
public readonly bool WorkerAutoRenew
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
WorkerAutoRenewPeriod
Declaration
public readonly int WorkerAutoRenewPeriod
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
WorkerDataDiskCategory
The data disk size of worker node.
Declaration
public readonly string WorkerDataDiskCategory
Field Value
| Type |
Description |
| System.String |
|
View Source
WorkerDataDiskSize
The data disk category of worker node.
Declaration
public readonly int WorkerDataDiskSize
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
WorkerDiskCategory
The system disk category of worker node.
Declaration
public readonly string WorkerDiskCategory
Field Value
| Type |
Description |
| System.String |
|
View Source
WorkerDiskSize
The system disk size of worker node.
Declaration
public readonly int WorkerDiskSize
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
WorkerInstanceChargeType
Declaration
public readonly string WorkerInstanceChargeType
Field Value
| Type |
Description |
| System.String |
|
View Source
WorkerInstanceTypes
The instance type of worker node.
Declaration
public readonly ImmutableArray<string> WorkerInstanceTypes
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
WorkerNodes
List of cluster worker nodes. It contains several attributes to Block Nodes.
Declaration
public readonly ImmutableArray<GetKubernetesClustersClusterWorkerNodeResult> WorkerNodes
Field Value
View Source
WorkerNumbers
The ECS instance node number in the current container cluster.
Declaration
public readonly ImmutableArray<int> WorkerNumbers
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.Int32> |
|
View Source
WorkerPeriod
Declaration
public readonly int WorkerPeriod
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
WorkerPeriodUnit
Declaration
public readonly string WorkerPeriodUnit
Field Value
| Type |
Description |
| System.String |
|