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 EndpointPublicAccess = null,
    object IsEnterpriseSecurityGroup = null,
    object KeyPair = null,
    object LoginPassword = null,
    object NodeCidrMask = 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 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.
EndpointPublicAccess object No description.
IsEnterpriseSecurityGroup object No description.
KeyPair object No description.
LoginPassword object No description.
NodeCidrMask 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.
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

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

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

ZoneIdsOptional

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