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 NumOfNodes,
    object Addons = null,
    object AutoRenew = null,
    object AutoRenewPeriod = null,
    object ChargeType = null,
    object CloudMonitorFlags = null,
    object ClusterSpec = null,
    object ContainerCidr = null,
    object DeletionProtection = null,
    object DisableRollback = null,
    object EndpointPublicAccess = null,
    object IsEnterpriseSecurityGroup = null,
    object KeyPair = null,
    object LoginPassword = null,
    object NodeCidrMask = null,
    object Period = null,
    object PeriodUnit = null,
    object Profile = null,
    object ProxyMode = null,
    object ResourceGroupId = null,
    object ServiceCidr = null,
    object SnatEntry = null,
    TagsProperty[] Tags = null,
    object TimeoutMins = null,
    object VpcId = null,
    object VSwitchIds = null,
    object WorkerDataDisk = null,
    object WorkerDataDiskCategory = null,
    object WorkerDataDisks = null,
    object WorkerDataDiskSize = null,
    object WorkerInstanceTypes = null,
    object WorkerSystemDiskCategory = null,
    object WorkerSystemDiskSize = null,
    object ZoneIds = null
};

Properties

Name Type Description
Name object No description.
NumOfNodes object No description.
Addons object No description.
AutoRenew object No description.
AutoRenewPeriod object No description.
ChargeType object No description.
CloudMonitorFlags object No description.
ClusterSpec object No description.
ContainerCidr object No description.
DeletionProtection object No description.
DisableRollback object No description.
EndpointPublicAccess object No description.
IsEnterpriseSecurityGroup object No description.
KeyPair object No description.
LoginPassword object No description.
NodeCidrMask object No description.
Period object No description.
PeriodUnit object No description.
Profile object No description.
ProxyMode object No description.
ResourceGroupId 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.
WorkerDataDisk object No description.
WorkerDataDiskCategory object No description.
WorkerDataDisks object No description.
WorkerDataDiskSize object No description.
WorkerInstanceTypes object No description.
WorkerSystemDiskCategory object No description.
WorkerSystemDiskSize object No description.
ZoneIds object No description.

NameRequired

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

NumOfNodesRequired

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

AddonsOptional

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

AutoRenewOptional

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

AutoRenewPeriodOptional

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

ChargeTypeOptional

public object ChargeType { 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

DisableRollbackOptional

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

EndpointPublicAccessOptional

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

IsEnterpriseSecurityGroupOptional

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

KeyPairOptional

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

LoginPasswordOptional

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

NodeCidrMaskOptional

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

PeriodOptional

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

PeriodUnitOptional

public object PeriodUnit { 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

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

WorkerDataDiskOptional

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

WorkerDataDiskCategoryOptional

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

WorkerDataDisksOptional

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

WorkerDataDiskSizeOptional

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

WorkerInstanceTypesOptional

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

WorkerSystemDiskCategoryOptional

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

WorkerSystemDiskSizeOptional

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

ZoneIdsOptional

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