Skip to content

ZoneProps

Properties for defining a Zone.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-zone

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new ZoneProps {
    object ZoneName,
    object IgnoredStackTagKeys = null,
    object ProxyPattern = null,
    object Remark = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null,
    object ZoneTag = null,
    object ZoneType = null
};

Properties

Name Type Description
ZoneName object Property zoneName: Zone name.
IgnoredStackTagKeys object Property ignoredStackTagKeys: Stack tag keys to ignore.
ProxyPattern object Property proxyPattern: ZONE: completely hijack the entire zone.
Remark object Property remark: 50 characters at most.
ResourceGroupId object Property resourceGroupId: Resource group id.
Tags TagsProperty[] Property tags: Tags to attach to instance.
ZoneTag object Property zoneTag: Zone label.
ZoneType object Property zoneType: Zone type.

ZoneNameRequired

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

Property zoneName: Zone name.


IgnoredStackTagKeysOptional

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

Property ignoredStackTagKeys: Stack tag keys to ignore.


ProxyPatternOptional

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

Property proxyPattern: ZONE: completely hijack the entire zone.

RECORD: Incomplete hijacking, recursive resolution agent. Default to ZONE.


RemarkOptional

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

Property remark: 50 characters at most.

It can only contain numbers, Chinese, English and special characters: "_-,.,。".


ResourceGroupIdOptional

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

Property resourceGroupId: Resource group id.


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.


ZoneTagOptional

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

Property zoneTag: Zone label.

It will be ignored when ZoneType is AUTH_ZONE.


ZoneTypeOptional

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

Property zoneType: Zone type.

For instance: AUTH_ZONE, CLOUD_PRODUCT_ZONE.