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. |
ZoneName
Required
public object ZoneName { get; set; }
- Type: object
Property zoneName: Zone name.
IgnoredStackTagKeys
Optional
public object IgnoredStackTagKeys { get; set; }
- Type: object
Property ignoredStackTagKeys: Stack tag keys to ignore.
ProxyPattern
Optional
public object ProxyPattern { get; set; }
- Type: object
Property proxyPattern: ZONE: completely hijack the entire zone.
RECORD: Incomplete hijacking, recursive resolution agent. Default to ZONE.
Remark
Optional
public object Remark { get; set; }
- Type: object
Property remark: 50 characters at most.
It can only contain numbers, Chinese, English and special characters: "_-,.,。".
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: Resource group id.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- 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.
ZoneTag
Optional
public object ZoneTag { get; set; }
- Type: object
Property zoneTag: Zone label.
It will be ignored when ZoneType is AUTH_ZONE.
ZoneType
Optional
public object ZoneType { get; set; }
- Type: object
Property zoneType: Zone type.
For instance: AUTH_ZONE, CLOUD_PRODUCT_ZONE.