Skip to content

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.

NameRequired

Name interface{}
  • Type: interface{}

AddonsOptional

Addons interface{}
  • Type: interface{}

ClusterSpecOptional

ClusterSpec interface{}
  • Type: interface{}

DeleteOptionsOptional

DeleteOptions interface{}
  • Type: interface{}

DeletionProtectionOptional

DeletionProtection interface{}
  • Type: interface{}

EndpointPublicAccessOptional

EndpointPublicAccess interface{}
  • Type: interface{}

KubernetesVersionOptional

KubernetesVersion interface{}
  • Type: interface{}

PrivateZoneOptional

PrivateZone interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

ServiceCidrOptional

ServiceCidr interface{}
  • Type: interface{}

ServiceDiscoveryTypesOptional

ServiceDiscoveryTypes interface{}
  • Type: interface{}

SnatEntryOptional

SnatEntry interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TimeZoneOptional

TimeZone interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdsOptional

VSwitchIds interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}