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 Addons = null,
object CloudMonitorFlags = null,
object ClusterSpec = null,
object ContainerCidr = null,
object DeletionProtection = null,
object EndpointPublicAccess = null,
object IsEnterpriseSecurityGroup = null,
object KeyPair = null,
object LoginPassword = null,
object NodeCidrMask = 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 ZoneIds = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
Addons |
object |
No description. |
CloudMonitorFlags |
object |
No description. |
ClusterSpec |
object |
No description. |
ContainerCidr |
object |
No description. |
DeletionProtection |
object |
No description. |
EndpointPublicAccess |
object |
No description. |
IsEnterpriseSecurityGroup |
object |
No description. |
KeyPair |
object |
No description. |
LoginPassword |
object |
No description. |
NodeCidrMask |
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. |
ZoneIds |
object |
No description. |
Name
Required
public object Name { 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
DeletionProtection
Optional
public object DeletionProtection { 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
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
ZoneIds
Optional
public object ZoneIds { get; set; }
- Type: object