RosClusterProps
Properties for defining a RosCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-acs-cluster
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkacs"
&alicloudroscdkacs.RosClusterProps {
Name: interface{},
Addons: interface{},
ClusterSpec: interface{},
DeletionProtection: interface{},
EndpointPublicAccess: interface{},
IpStack: interface{},
KubernetesVersion: interface{},
LoadBalancerSpec: interface{},
LoggingType: interface{},
MaintenanceWindow: interface{},
PodVSwitchIds: interface{},
ResourceGroupId: interface{},
ServiceCidr: interface{},
ServiceDiscoveryTypes: interface{},
SlsProjectName: interface{},
SnatEntry: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkacs.RosCluster.TagsProperty,
TimeZone: interface{},
VpcId: interface{},
VSwitchIds: interface{},
ZoneIds: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Name |
interface{} |
No description. |
Addons |
interface{} |
No description. |
ClusterSpec |
interface{} |
No description. |
DeletionProtection |
interface{} |
No description. |
EndpointPublicAccess |
interface{} |
No description. |
IpStack |
interface{} |
No description. |
KubernetesVersion |
interface{} |
No description. |
LoadBalancerSpec |
interface{} |
No description. |
LoggingType |
interface{} |
No description. |
MaintenanceWindow |
interface{} |
No description. |
PodVSwitchIds |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
ServiceCidr |
interface{} |
No description. |
ServiceDiscoveryTypes |
interface{} |
No description. |
SlsProjectName |
interface{} |
No description. |
SnatEntry |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
TimeZone |
interface{} |
No description. |
VpcId |
interface{} |
No description. |
VSwitchIds |
interface{} |
No description. |
ZoneIds |
interface{} |
No description. |
Name
Required
Name interface{}
- Type: interface{}
Addons
Optional
Addons interface{}
- Type: interface{}
ClusterSpec
Optional
ClusterSpec interface{}
- Type: interface{}
DeletionProtection
Optional
DeletionProtection interface{}
- Type: interface{}
EndpointPublicAccess
Optional
EndpointPublicAccess interface{}
- Type: interface{}
IpStack
Optional
IpStack interface{}
- Type: interface{}
KubernetesVersion
Optional
KubernetesVersion interface{}
- Type: interface{}
LoadBalancerSpec
Optional
LoadBalancerSpec interface{}
- Type: interface{}
LoggingType
Optional
LoggingType interface{}
- Type: interface{}
MaintenanceWindow
Optional
MaintenanceWindow interface{}
- Type: interface{}
PodVSwitchIds
Optional
PodVSwitchIds interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
ServiceCidr
Optional
ServiceCidr interface{}
- Type: interface{}
ServiceDiscoveryTypes
Optional
ServiceDiscoveryTypes interface{}
- Type: interface{}
SlsProjectName
Optional
SlsProjectName 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{}
ZoneIds
Optional
ZoneIds interface{}
- Type: interface{}