Skip to content

CloudConnectNetworkProps

Properties for defining a CloudConnectNetwork.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-cloudconnectnetwork

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sag;
new CloudConnectNetworkProps {
    object Description = null,
    object IsDefault = null,
    object Name = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
Description object Property description: The description of the CCN instance.
IsDefault object Property isDefault: Whether is created by system.
Name object Property name: The name of the CCN instance.
Tags TagsProperty[] Property tags: Tags to attach to instance.

DescriptionOptional

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

Property description: The description of the CCN instance.

The description can contain 2 to 256 characters. The description cannot start with http:// or https://.


IsDefaultOptional

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

Property isDefault: Whether is created by system.


NameOptional

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

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://.


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.