CloudConnectNetworkProps
Properties for defining a CloudConnectNetwork.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-cloudconnectnetwork
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksag"
&alicloudroscdksag.CloudConnectNetworkProps {
Description: interface{},
IsDefault: interface{},
Name: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdksag.RosCloudConnectNetwork.TagsProperty,
}
Properties
| Name | Type | Description |
|---|---|---|
Description | interface{} | Property description: The description of the CCN instance. |
IsDefault | interface{} | Property isDefault: Whether is created by system. |
Name | interface{} | Property name: The name of the CCN instance. |
Tags | *[]TagsProperty | Property tags: Tags to attach to instance. |
DescriptionOptional
Description interface{}
- Type: interface{}
Property description: The description of the CCN instance.
The description must be 2 to 256 characters in length and can contain letters, digits, underscores (_), and hyphens (-). The description must start with a letter.
IsDefaultOptional
IsDefault interface{}
- Type: interface{}
Property isDefault: Whether is created by system.
NameOptional
Name interface{}
- Type: interface{}
Property name: The name of the CCN instance.
The name must be 2 to 128 characters in length and can contain letters, digits, periods (.), underscores (_),and hyphens (-). The name must start with a letter.
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.