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. |
Description
Optional
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://.
Name
Optional
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://.
ProtectionLevel
Optional
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.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: Resource group id.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
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.