RosManagedKubernetesClusterProps
Properties for defining a RosManagedKubernetesCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-managedkubernetescluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new RosManagedKubernetesClusterProps {
object Name,
object VpcId,
object Addons = null,
object CloudMonitorFlags = null,
object ClusterSpec = null,
object ContainerCidr = null,
object ControlPlaneLogComponents = null,
object ControlPlaneLogProject = null,
object ControlPlaneLogTtl = null,
object DeleteOptions = null,
object DeletionProtection = null,
object EncryptionProviderKey = null,
object EndpointPublicAccess = null,
object FormatDisk = null,
object IsEnterpriseSecurityGroup = null,
object KeepInstanceName = null,
object KeyPair = null,
object KubernetesVersion = null,
object LoadBalancerSpec = null,
object LoginPassword = null,
object NodeCidrMask = null,
object NodeNameMode = null,
object NodePools = null,
object OsType = null,
object Platform = null,
object PodVswitchIds = null,
object ProxyMode = null,
object ResourceGroupId = null,
object Runtime = null,
object SecurityGroupId = null,
object SecurityHardeningOs = null,
object ServiceCidr = null,
object SnatEntry = null,
object SocEnabled = null,
TagsProperty[] Tags = null,
object Taint = null,
object TimeoutMins = null,
object UserData = null,
object ZoneIds = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
VpcId |
object |
No description. |
Addons |
object |
No description. |
CloudMonitorFlags |
object |
No description. |
ClusterSpec |
object |
No description. |
ContainerCidr |
object |
No description. |
ControlPlaneLogComponents |
object |
No description. |
ControlPlaneLogProject |
object |
No description. |
ControlPlaneLogTtl |
object |
No description. |
DeleteOptions |
object |
No description. |
DeletionProtection |
object |
No description. |
EncryptionProviderKey |
object |
No description. |
EndpointPublicAccess |
object |
No description. |
FormatDisk |
object |
No description. |
IsEnterpriseSecurityGroup |
object |
No description. |
KeepInstanceName |
object |
No description. |
KeyPair |
object |
No description. |
KubernetesVersion |
object |
No description. |
LoadBalancerSpec |
object |
No description. |
LoginPassword |
object |
No description. |
NodeCidrMask |
object |
No description. |
NodeNameMode |
object |
No description. |
NodePools |
object |
No description. |
OsType |
object |
No description. |
Platform |
object |
No description. |
PodVswitchIds |
object |
No description. |
ProxyMode |
object |
No description. |
ResourceGroupId |
object |
No description. |
Runtime |
object |
No description. |
SecurityGroupId |
object |
No description. |
SecurityHardeningOs |
object |
No description. |
ServiceCidr |
object |
No description. |
SnatEntry |
object |
No description. |
SocEnabled |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
Taint |
object |
No description. |
TimeoutMins |
object |
No description. |
UserData |
object |
No description. |
ZoneIds |
object |
No description. |
Name
Required
public object Name { get; set; }
- Type: object
VpcId
Required
public object VpcId { get; set; }
- Type: object
Addons
Optional
public object Addons { get; set; }
- Type: object
CloudMonitorFlags
Optional
public object CloudMonitorFlags { get; set; }
- Type: object
ClusterSpec
Optional
public object ClusterSpec { get; set; }
- Type: object
ContainerCidr
Optional
public object ContainerCidr { get; set; }
- Type: object
ControlPlaneLogComponents
Optional
public object ControlPlaneLogComponents { get; set; }
- Type: object
ControlPlaneLogProject
Optional
public object ControlPlaneLogProject { get; set; }
- Type: object
ControlPlaneLogTtl
Optional
public object ControlPlaneLogTtl { get; set; }
- Type: object
DeleteOptions
Optional
public object DeleteOptions { get; set; }
- Type: object
DeletionProtection
Optional
public object DeletionProtection { get; set; }
- Type: object
EncryptionProviderKey
Optional
public object EncryptionProviderKey { get; set; }
- Type: object
EndpointPublicAccess
Optional
public object EndpointPublicAccess { get; set; }
- Type: object
FormatDisk
Optional
public object FormatDisk { get; set; }
- Type: object
IsEnterpriseSecurityGroup
Optional
public object IsEnterpriseSecurityGroup { get; set; }
- Type: object
KeepInstanceName
Optional
public object KeepInstanceName { get; set; }
- Type: object
KeyPair
Optional
public object KeyPair { get; set; }
- Type: object
KubernetesVersion
Optional
public object KubernetesVersion { get; set; }
- Type: object
LoadBalancerSpec
Optional
public object LoadBalancerSpec { get; set; }
- Type: object
LoginPassword
Optional
public object LoginPassword { get; set; }
- Type: object
NodeCidrMask
Optional
public object NodeCidrMask { get; set; }
- Type: object
NodeNameMode
Optional
public object NodeNameMode { get; set; }
- Type: object
NodePools
Optional
public object NodePools { get; set; }
- Type: object
OsType
Optional
public object OsType { get; set; }
- Type: object
Platform
Optional
public object Platform { get; set; }
- Type: object
PodVswitchIds
Optional
public object PodVswitchIds { get; set; }
- Type: object
ProxyMode
Optional
public object ProxyMode { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Runtime
Optional
public object Runtime { get; set; }
- Type: object
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object
SecurityHardeningOs
Optional
public object SecurityHardeningOs { get; set; }
- Type: object
ServiceCidr
Optional
public object ServiceCidr { get; set; }
- Type: object
SnatEntry
Optional
public object SnatEntry { get; set; }
- Type: object
SocEnabled
Optional
public object SocEnabled { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Taint
Optional
public object Taint { get; set; }
- Type: object
TimeoutMins
Optional
public object TimeoutMins { get; set; }
- Type: object
UserData
Optional
public object UserData { get; set; }
- Type: object
ZoneIds
Optional
public object ZoneIds { get; set; }
- Type: object