CenInstanceProps
Properties for defining a CenInstance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-ceninstance
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.CenInstanceProps {
Description: interface{},
Name: interface{},
ProtectionLevel: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen.RosCenInstance.TagsProperty,
}
Properties
| Name | Type | Description |
|---|---|---|
Description |
interface{} |
Property description: The description of the instance. |
Name |
interface{} |
Property name: The name of the instance. |
ProtectionLevel |
interface{} |
Property protectionLevel: The level of CIDR block overlapping. |
ResourceGroupId |
interface{} |
Property resourceGroupId: Resource group id. |
Tags |
*[]TagsProperty |
Property tags: Tags to attach to instance. |
DescriptionOptional
Description interface{}
- Type: interface{}
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
Name interface{}
- Type: interface{}
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
ProtectionLevel interface{}
- Type: interface{}
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
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: Resource group id.
TagsOptional
Tags *[]TagsProperty
- 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.