RosASKClusterProps
Properties for defining a RosASKCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-askcluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new RosASKClusterProps {
object Name,
object Addons = null,
object ClusterSpec = null,
object DeletionProtection = null,
object EndpointPublicAccess = null,
object KubernetesVersion = null,
object PrivateZone = null,
object ResourceGroupId = null,
object SecurityGroupId = null,
object ServiceCidr = null,
object ServiceDiscoveryTypes = null,
object SnatEntry = null,
TagsProperty[] Tags = null,
object TimeZone = null,
object VpcId = null,
object VSwitchIds = null,
object ZoneId = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
Addons |
object |
No description. |
ClusterSpec |
object |
No description. |
DeletionProtection |
object |
No description. |
EndpointPublicAccess |
object |
No description. |
KubernetesVersion |
object |
No description. |
PrivateZone |
object |
No description. |
ResourceGroupId |
object |
No description. |
SecurityGroupId |
object |
No description. |
ServiceCidr |
object |
No description. |
ServiceDiscoveryTypes |
object |
No description. |
SnatEntry |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
TimeZone |
object |
No description. |
VpcId |
object |
No description. |
VSwitchIds |
object |
No description. |
ZoneId |
object |
No description. |
Name
Required
public object Name { get; set; }
- Type: object
Addons
Optional
public object Addons { get; set; }
- Type: object
ClusterSpec
Optional
public object ClusterSpec { get; set; }
- Type: object
DeletionProtection
Optional
public object DeletionProtection { get; set; }
- Type: object
EndpointPublicAccess
Optional
public object EndpointPublicAccess { get; set; }
- Type: object
KubernetesVersion
Optional
public object KubernetesVersion { get; set; }
- Type: object
PrivateZone
Optional
public object PrivateZone { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object
ServiceCidr
Optional
public object ServiceCidr { get; set; }
- Type: object
ServiceDiscoveryTypes
Optional
public object ServiceDiscoveryTypes { get; set; }
- Type: object
SnatEntry
Optional
public object SnatEntry { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TimeZone
Optional
public object TimeZone { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchIds
Optional
public object VSwitchIds { get; set; }
- Type: object
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object