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 DnsGroup = null,
object IgnoredStackTagKeys = null,
object ProxyPattern = null,
object Remark = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
ZoneName |
object |
Property zoneName: Zone name. |
DnsGroup |
object |
Property dnsGroup: Built-in authority location area. |
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. |
ZoneName
Required
public object ZoneName { get; set; }
- Type: object
Property zoneName: Zone name.
DnsGroup
Optional
public object DnsGroup { get; set; }
- Type: object
Property dnsGroup: Built-in authority location area.
Valid values:
- NORMAL_ZONE: Default. normal zone (The parsing response result will be cached, and only back to the built-in authority normal zone if the cache is missed, the effect of parsing changes is affected by TTL time; Cannot use custom line analysis, weight analysis function.
- FAST_ZONE: Fast zone (Recommended: directly reply to the parsing request, the parsing delay is the lowest, and the record changes take effect in real time; Support custom line analysis, weight analysis.
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.