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 DeleteOptions = 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. |
DeleteOptions |
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. |
NameRequired
public object Name { get; set; }
- Type: object
AddonsOptional
public object Addons { get; set; }
- Type: object
ClusterSpecOptional
public object ClusterSpec { get; set; }
- Type: object
DeleteOptionsOptional
public object DeleteOptions { get; set; }
- Type: object
DeletionProtectionOptional
public object DeletionProtection { get; set; }
- Type: object
EndpointPublicAccessOptional
public object EndpointPublicAccess { get; set; }
- Type: object
KubernetesVersionOptional
public object KubernetesVersion { get; set; }
- Type: object
PrivateZoneOptional
public object PrivateZone { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SecurityGroupIdOptional
public object SecurityGroupId { get; set; }
- Type: object
ServiceCidrOptional
public object ServiceCidr { get; set; }
- Type: object
ServiceDiscoveryTypesOptional
public object ServiceDiscoveryTypes { get; set; }
- Type: object
SnatEntryOptional
public object SnatEntry { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TimeZoneOptional
public object TimeZone { get; set; }
- Type: object
VpcIdOptional
public object VpcId { get; set; }
- Type: object
VSwitchIdsOptional
public object VSwitchIds { get; set; }
- Type: object
ZoneIdOptional
public object ZoneId { get; set; }
- Type: object