RosClusterProps
Properties for defining a RosCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-acs-cluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Acs;
new RosClusterProps {
object Name,
object Addons = null,
object ClusterSpec = null,
object DeletionProtection = null,
object EndpointPublicAccess = null,
object IpStack = null,
object KubernetesVersion = null,
object LoadBalancerSpec = null,
object LoggingType = null,
object MaintenanceWindow = null,
object PodVSwitchIds = null,
object ResourceGroupId = null,
object ServiceCidr = null,
object ServiceDiscoveryTypes = null,
object SlsProjectName = 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. |
IpStack |
object |
No description. |
KubernetesVersion |
object |
No description. |
LoadBalancerSpec |
object |
No description. |
LoggingType |
object |
No description. |
MaintenanceWindow |
object |
No description. |
PodVSwitchIds |
object |
No description. |
ResourceGroupId |
object |
No description. |
ServiceCidr |
object |
No description. |
ServiceDiscoveryTypes |
object |
No description. |
SlsProjectName |
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
IpStack
Optional
public object IpStack { get; set; }
- Type: object
KubernetesVersion
Optional
public object KubernetesVersion { get; set; }
- Type: object
LoadBalancerSpec
Optional
public object LoadBalancerSpec { get; set; }
- Type: object
LoggingType
Optional
public object LoggingType { get; set; }
- Type: object
MaintenanceWindow
Optional
public object MaintenanceWindow { get; set; }
- Type: object
PodVSwitchIds
Optional
public object PodVSwitchIds { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
ServiceCidr
Optional
public object ServiceCidr { get; set; }
- Type: object
ServiceDiscoveryTypes
Optional
public object ServiceDiscoveryTypes { get; set; }
- Type: object
SlsProjectName
Optional
public object SlsProjectName { 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