RosManagedEdgeKubernetesClusterProps
Properties for defining a RosManagedEdgeKubernetesCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-managededgekubernetescluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new RosManagedEdgeKubernetesClusterProps {
object Name,
object NumOfNodes,
object Addons = null,
object AutoRenew = null,
object AutoRenewPeriod = null,
object ChargeType = null,
object CloudMonitorFlags = null,
object ClusterSpec = null,
object ContainerCidr = null,
object DeletionProtection = null,
object DisableRollback = null,
object EndpointPublicAccess = null,
object IsEnterpriseSecurityGroup = null,
object KeyPair = null,
object LoginPassword = null,
object NodeCidrMask = null,
object Period = null,
object PeriodUnit = null,
object Profile = null,
object ProxyMode = null,
object ResourceGroupId = null,
object ServiceCidr = null,
object SnatEntry = null,
TagsProperty[] Tags = null,
object TimeoutMins = null,
object VpcId = null,
object VSwitchIds = null,
object WorkerDataDisk = null,
object WorkerDataDiskCategory = null,
object WorkerDataDisks = null,
object WorkerDataDiskSize = null,
object WorkerInstanceTypes = null,
object WorkerSystemDiskCategory = null,
object WorkerSystemDiskSize = null,
object ZoneIds = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
NumOfNodes |
object |
No description. |
Addons |
object |
No description. |
AutoRenew |
object |
No description. |
AutoRenewPeriod |
object |
No description. |
ChargeType |
object |
No description. |
CloudMonitorFlags |
object |
No description. |
ClusterSpec |
object |
No description. |
ContainerCidr |
object |
No description. |
DeletionProtection |
object |
No description. |
DisableRollback |
object |
No description. |
EndpointPublicAccess |
object |
No description. |
IsEnterpriseSecurityGroup |
object |
No description. |
KeyPair |
object |
No description. |
LoginPassword |
object |
No description. |
NodeCidrMask |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
Profile |
object |
No description. |
ProxyMode |
object |
No description. |
ResourceGroupId |
object |
No description. |
ServiceCidr |
object |
No description. |
SnatEntry |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
TimeoutMins |
object |
No description. |
VpcId |
object |
No description. |
VSwitchIds |
object |
No description. |
WorkerDataDisk |
object |
No description. |
WorkerDataDiskCategory |
object |
No description. |
WorkerDataDisks |
object |
No description. |
WorkerDataDiskSize |
object |
No description. |
WorkerInstanceTypes |
object |
No description. |
WorkerSystemDiskCategory |
object |
No description. |
WorkerSystemDiskSize |
object |
No description. |
ZoneIds |
object |
No description. |
Name
Required
public object Name { get; set; }
- Type: object
NumOfNodes
Required
public object NumOfNodes { get; set; }
- Type: object
Addons
Optional
public object Addons { get; set; }
- Type: object
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
AutoRenewPeriod
Optional
public object AutoRenewPeriod { get; set; }
- Type: object
ChargeType
Optional
public object ChargeType { 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
DeletionProtection
Optional
public object DeletionProtection { get; set; }
- Type: object
DisableRollback
Optional
public object DisableRollback { get; set; }
- Type: object
EndpointPublicAccess
Optional
public object EndpointPublicAccess { get; set; }
- Type: object
IsEnterpriseSecurityGroup
Optional
public object IsEnterpriseSecurityGroup { get; set; }
- Type: object
KeyPair
Optional
public object KeyPair { get; set; }
- Type: object
LoginPassword
Optional
public object LoginPassword { get; set; }
- Type: object
NodeCidrMask
Optional
public object NodeCidrMask { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodUnit
Optional
public object PeriodUnit { get; set; }
- Type: object
Profile
Optional
public object Profile { get; set; }
- Type: object
ProxyMode
Optional
public object ProxyMode { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
ServiceCidr
Optional
public object ServiceCidr { get; set; }
- Type: object
SnatEntry
Optional
public object SnatEntry { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TimeoutMins
Optional
public object TimeoutMins { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchIds
Optional
public object VSwitchIds { get; set; }
- Type: object
WorkerDataDisk
Optional
public object WorkerDataDisk { get; set; }
- Type: object
WorkerDataDiskCategory
Optional
public object WorkerDataDiskCategory { get; set; }
- Type: object
WorkerDataDisks
Optional
public object WorkerDataDisks { get; set; }
- Type: object
WorkerDataDiskSize
Optional
public object WorkerDataDiskSize { get; set; }
- Type: object
WorkerInstanceTypes
Optional
public object WorkerInstanceTypes { get; set; }
- Type: object
WorkerSystemDiskCategory
Optional
public object WorkerSystemDiskCategory { get; set; }
- Type: object
WorkerSystemDiskSize
Optional
public object WorkerSystemDiskSize { get; set; }
- Type: object
ZoneIds
Optional
public object ZoneIds { get; set; }
- Type: object