Skip to content

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{},
    EndpointPublicAccess: interface{},
    IsEnterpriseSecurityGroup: interface{},
    KeyPair: interface{},
    LoginPassword: interface{},
    NodeCidrMask: interface{},
    Profile: interface{},
    ProxyMode: interface{},
    ResourceGroupId: interface{},
    ServiceCidr: interface{},
    SnatEntry: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkcs.RosManagedEdgeKubernetesCluster.TagsProperty,
    TimeoutMins: interface{},
    VpcId: 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.
EndpointPublicAccess interface{} No description.
IsEnterpriseSecurityGroup interface{} No description.
KeyPair interface{} No description.
LoginPassword interface{} No description.
NodeCidrMask interface{} No description.
Profile interface{} No description.
ProxyMode interface{} No description.
ResourceGroupId interface{} No description.
ServiceCidr interface{} No description.
SnatEntry interface{} No description.
Tags *[]TagsProperty No description.
TimeoutMins interface{} No description.
VpcId 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{}

EndpointPublicAccessOptional

EndpointPublicAccess interface{}
  • Type: interface{}

IsEnterpriseSecurityGroupOptional

IsEnterpriseSecurityGroup interface{}
  • Type: interface{}

KeyPairOptional

KeyPair interface{}
  • Type: interface{}

LoginPasswordOptional

LoginPassword interface{}
  • Type: interface{}

NodeCidrMaskOptional

NodeCidrMask interface{}
  • Type: interface{}

ProfileOptional

Profile interface{}
  • Type: interface{}

ProxyModeOptional

ProxyMode interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

ServiceCidrOptional

ServiceCidr interface{}
  • Type: interface{}

SnatEntryOptional

SnatEntry interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TimeoutMinsOptional

TimeoutMins interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

ZoneIdsOptional

ZoneIds interface{}
  • Type: interface{}