Skip to content

RosManagedEdgeKubernetesClusterProps

Properties for defining a RosManagedEdgeKubernetesCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-managededgekubernetescluster

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new RosManagedEdgeKubernetesClusterProps {
    object Name,
    object Addons = null,
    object CloudMonitorFlags = null,
    object ClusterSpec = null,
    object ContainerCidr = null,
    object DeletionProtection = null,
    object EncryptionProviderKey = null,
    object EndpointPublicAccess = null,
    object IpStack = null,
    object IsEnterpriseSecurityGroup = null,
    object KeyPair = null,
    object KubernetesVersion = null,
    object LoginPassword = null,
    object MaintenanceWindow = null,
    object NodeCidrMask = null,
    object NodePools = null,
    object Profile = null,
    object ProxyMode = null,
    object ResourceGroupId = null,
    object RrsaConfig = null,
    object ServiceCidr = null,
    object SnatEntry = null,
    TagsProperty[] Tags = null,
    object TimeoutMins = null,
    object VpcId = null,
    object VSwitchIds = null,
    object ZoneIds = null
};

Properties

Name Type Description
Name object No description.
Addons object No description.
CloudMonitorFlags object No description.
ClusterSpec object No description.
ContainerCidr object No description.
DeletionProtection object No description.
EncryptionProviderKey object No description.
EndpointPublicAccess object No description.
IpStack object No description.
IsEnterpriseSecurityGroup object No description.
KeyPair object No description.
KubernetesVersion object No description.
LoginPassword object No description.
MaintenanceWindow object No description.
NodeCidrMask object No description.
NodePools object No description.
Profile object No description.
ProxyMode object No description.
ResourceGroupId object No description.
RrsaConfig object No description.
ServiceCidr object No description.
SnatEntry object No description.
Tags TagsProperty[] No description.
TimeoutMins object No description.
VpcId object No description.
VSwitchIds object No description.
ZoneIds object No description.

NameRequired

public object Name { get; set; }
  • Type: object

AddonsOptional

public object Addons { get; set; }
  • Type: object

CloudMonitorFlagsOptional

public object CloudMonitorFlags { get; set; }
  • Type: object

ClusterSpecOptional

public object ClusterSpec { get; set; }
  • Type: object

ContainerCidrOptional

public object ContainerCidr { get; set; }
  • Type: object

DeletionProtectionOptional

public object DeletionProtection { get; set; }
  • Type: object

EncryptionProviderKeyOptional

public object EncryptionProviderKey { get; set; }
  • Type: object

EndpointPublicAccessOptional

public object EndpointPublicAccess { get; set; }
  • Type: object

IpStackOptional

public object IpStack { get; set; }
  • Type: object

IsEnterpriseSecurityGroupOptional

public object IsEnterpriseSecurityGroup { get; set; }
  • Type: object

KeyPairOptional

public object KeyPair { get; set; }
  • Type: object

KubernetesVersionOptional

public object KubernetesVersion { get; set; }
  • Type: object

LoginPasswordOptional

public object LoginPassword { get; set; }
  • Type: object

MaintenanceWindowOptional

public object MaintenanceWindow { get; set; }
  • Type: object

NodeCidrMaskOptional

public object NodeCidrMask { get; set; }
  • Type: object

NodePoolsOptional

public object NodePools { get; set; }
  • Type: object

ProfileOptional

public object Profile { get; set; }
  • Type: object

ProxyModeOptional

public object ProxyMode { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

RrsaConfigOptional

public object RrsaConfig { get; set; }
  • Type: object

ServiceCidrOptional

public object ServiceCidr { get; set; }
  • Type: object

SnatEntryOptional

public object SnatEntry { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }

TimeoutMinsOptional

public object TimeoutMins { get; set; }
  • Type: object

VpcIdOptional

public object VpcId { get; set; }
  • Type: object

VSwitchIdsOptional

public object VSwitchIds { get; set; }
  • Type: object

ZoneIdsOptional

public object ZoneIds { get; set; }
  • Type: object