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. |
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the CCN instance.
The description can contain 2 to 256 characters. The description cannot start with http:// or https://.
IsDefault
Optional
IsDefault interface{}
- Type: interface{}
Property isDefault: Whether is created by system.
Name
Optional
Name interface{}
- Type: interface{}
Property name: The name of the CCN instance.
The name can contain 2 to 128 characters including a-z, A-Z, 0-9, chinese, underlines, and hyphens. The name must start with an English letter, but cannot start with http:// or https://.
Tags
Optional
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.