RosASKClusterProps
Properties for defining a RosASKCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-askcluster
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcs"
&alicloudroscdkcs.RosASKClusterProps {
Name: interface{},
Addons: interface{},
ClusterSpec: interface{},
DeleteOptions: interface{},
DeletionProtection: interface{},
EndpointPublicAccess: interface{},
KubernetesVersion: interface{},
PrivateZone: interface{},
ResourceGroupId: interface{},
SecurityGroupId: interface{},
ServiceCidr: interface{},
ServiceDiscoveryTypes: interface{},
SnatEntry: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkcs.RosASKCluster.TagsProperty,
TimeZone: interface{},
VpcId: interface{},
VSwitchIds: interface{},
ZoneId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Name |
interface{} |
No description. |
Addons |
interface{} |
No description. |
ClusterSpec |
interface{} |
No description. |
DeleteOptions |
interface{} |
No description. |
DeletionProtection |
interface{} |
No description. |
EndpointPublicAccess |
interface{} |
No description. |
KubernetesVersion |
interface{} |
No description. |
PrivateZone |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
SecurityGroupId |
interface{} |
No description. |
ServiceCidr |
interface{} |
No description. |
ServiceDiscoveryTypes |
interface{} |
No description. |
SnatEntry |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
TimeZone |
interface{} |
No description. |
VpcId |
interface{} |
No description. |
VSwitchIds |
interface{} |
No description. |
ZoneId |
interface{} |
No description. |
Name
Required
Name interface{}
- Type: interface{}
Addons
Optional
Addons interface{}
- Type: interface{}
ClusterSpec
Optional
ClusterSpec interface{}
- Type: interface{}
DeleteOptions
Optional
DeleteOptions interface{}
- Type: interface{}
DeletionProtection
Optional
DeletionProtection interface{}
- Type: interface{}
EndpointPublicAccess
Optional
EndpointPublicAccess interface{}
- Type: interface{}
KubernetesVersion
Optional
KubernetesVersion interface{}
- Type: interface{}
PrivateZone
Optional
PrivateZone interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
SecurityGroupId
Optional
SecurityGroupId interface{}
- Type: interface{}
ServiceCidr
Optional
ServiceCidr interface{}
- Type: interface{}
ServiceDiscoveryTypes
Optional
ServiceDiscoveryTypes interface{}
- Type: interface{}
SnatEntry
Optional
SnatEntry interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
TimeZone
Optional
TimeZone interface{}
- Type: interface{}
VpcId
Optional
VpcId interface{}
- Type: interface{}
VSwitchIds
Optional
VSwitchIds interface{}
- Type: interface{}
ZoneId
Optional
ZoneId interface{}
- Type: interface{}