Skip to content

CenInstanceProps

Properties for defining a CenInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-ceninstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cen;
new CenInstanceProps {
    object Description = null,
    object Name = null,
    object ProtectionLevel = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
Description object Property description: The description of the instance.
Name object Property name: The name of the instance.
ProtectionLevel object Property protectionLevel: The level of CIDR block overlapping.
ResourceGroupId object Property resourceGroupId: Resource group id.
Tags TagsProperty[] Property tags: Tags to attach to instance.

DescriptionOptional

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

Property description: The description of the instance.

The name can be 2-256 characters in length. It can start with an uppercase letter, lowercase letter, or Chinese character. It can contain numbers, underscores (_), and hyphens (-), but cannot start with http:// or https://.


NameOptional

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

Property name: The name of the instance.

The name can be 2-128 characters in length. It can start with an uppercase letter, lowercase letter, or Chinese character. It can contain numbers, underscores (_), and hyphens (-), but cannot start with http:// or https://.


ProtectionLevelOptional

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

Property protectionLevel: The level of CIDR block overlapping.

Set the value to REDUCED. REDUCED indicates that the CIDR blocks can overlap with each other but must not be the same.


ResourceGroupIdOptional

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

Property resourceGroupId: Resource group id.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags to attach to instance.

Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.