RosManagedEdgeKubernetesClusterProps
Properties for defining a RosManagedEdgeKubernetesCluster.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-managededgekubernetescluster
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcs"
&alicloudroscdkcs.RosManagedEdgeKubernetesClusterProps {
Name: interface{},
Addons: interface{},
CloudMonitorFlags: interface{},
ClusterSpec: interface{},
ContainerCidr: interface{},
DeletionProtection: interface{},
EncryptionProviderKey: interface{},
EndpointPublicAccess: interface{},
IpStack: interface{},
IsEnterpriseSecurityGroup: interface{},
KeyPair: interface{},
KubernetesVersion: interface{},
LoginPassword: interface{},
MaintenanceWindow: interface{},
NodeCidrMask: interface{},
NodePools: interface{},
Profile: interface{},
ProxyMode: interface{},
ResourceGroupId: interface{},
RrsaConfig: interface{},
ServiceCidr: interface{},
SnatEntry: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkcs.RosManagedEdgeKubernetesCluster.TagsProperty,
TimeoutMins: interface{},
VpcId: interface{},
VSwitchIds: interface{},
ZoneIds: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Name | interface{} | No description. |
Addons | interface{} | No description. |
CloudMonitorFlags | interface{} | No description. |
ClusterSpec | interface{} | No description. |
ContainerCidr | interface{} | No description. |
DeletionProtection | interface{} | No description. |
EncryptionProviderKey | interface{} | No description. |
EndpointPublicAccess | interface{} | No description. |
IpStack | interface{} | No description. |
IsEnterpriseSecurityGroup | interface{} | No description. |
KeyPair | interface{} | No description. |
KubernetesVersion | interface{} | No description. |
LoginPassword | interface{} | No description. |
MaintenanceWindow | interface{} | No description. |
NodeCidrMask | interface{} | No description. |
NodePools | interface{} | No description. |
Profile | interface{} | No description. |
ProxyMode | interface{} | No description. |
ResourceGroupId | interface{} | No description. |
RrsaConfig | interface{} | No description. |
ServiceCidr | interface{} | No description. |
SnatEntry | interface{} | No description. |
Tags | *[]TagsProperty | No description. |
TimeoutMins | interface{} | No description. |
VpcId | interface{} | No description. |
VSwitchIds | interface{} | No description. |
ZoneIds | interface{} | No description. |
NameRequired
Name interface{}
- Type: interface{}
AddonsOptional
Addons interface{}
- Type: interface{}
CloudMonitorFlagsOptional
CloudMonitorFlags interface{}
- Type: interface{}
ClusterSpecOptional
ClusterSpec interface{}
- Type: interface{}
ContainerCidrOptional
ContainerCidr interface{}
- Type: interface{}
DeletionProtectionOptional
DeletionProtection interface{}
- Type: interface{}
EncryptionProviderKeyOptional
EncryptionProviderKey interface{}
- Type: interface{}
EndpointPublicAccessOptional
EndpointPublicAccess interface{}
- Type: interface{}
IpStackOptional
IpStack interface{}
- Type: interface{}
IsEnterpriseSecurityGroupOptional
IsEnterpriseSecurityGroup interface{}
- Type: interface{}
KeyPairOptional
KeyPair interface{}
- Type: interface{}
KubernetesVersionOptional
KubernetesVersion interface{}
- Type: interface{}
LoginPasswordOptional
LoginPassword interface{}
- Type: interface{}
MaintenanceWindowOptional
MaintenanceWindow interface{}
- Type: interface{}
NodeCidrMaskOptional
NodeCidrMask interface{}
- Type: interface{}
NodePoolsOptional
NodePools interface{}
- Type: interface{}
ProfileOptional
Profile interface{}
- Type: interface{}
ProxyModeOptional
ProxyMode interface{}
- Type: interface{}
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
RrsaConfigOptional
RrsaConfig interface{}
- Type: interface{}
ServiceCidrOptional
ServiceCidr interface{}
- Type: interface{}
SnatEntryOptional
SnatEntry interface{}
- Type: interface{}
TagsOptional
Tags *[]TagsProperty
- Type: *[]TagsProperty
TimeoutMinsOptional
TimeoutMins interface{}
- Type: interface{}
VpcIdOptional
VpcId interface{}
- Type: interface{}
VSwitchIdsOptional
VSwitchIds interface{}
- Type: interface{}
ZoneIdsOptional
ZoneIds interface{}
- Type: interface{}