Skip to content

ZoneProps

Properties for defining a Zone.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpvtz"
&alicloudroscdkpvtz.ZoneProps {
    ZoneName: interface{},
    DnsGroup: interface{},
    IgnoredStackTagKeys: interface{},
    ProxyPattern: interface{},
    Remark: interface{},
    ResourceGroupId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkpvtz.RosZone.TagsProperty,
}

Properties

Name Type Description
ZoneName interface{} Property zoneName: Zone name.
DnsGroup interface{} Property dnsGroup: Built-in authority location area.
IgnoredStackTagKeys interface{} Property ignoredStackTagKeys: Stack tag keys to ignore.
ProxyPattern interface{} Property proxyPattern: ZONE: completely hijack the entire zone.
Remark interface{} Property remark: 50 characters at most.
ResourceGroupId interface{} Property resourceGroupId: Resource group id.
Tags *[]TagsProperty Property tags: Tags to attach to instance.

ZoneNameRequired

ZoneName interface{}
  • Type: interface{}

Property zoneName: Zone name.


DnsGroupOptional

DnsGroup interface{}
  • Type: interface{}

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.

IgnoredStackTagKeysOptional

IgnoredStackTagKeys interface{}
  • Type: interface{}

Property ignoredStackTagKeys: Stack tag keys to ignore.


ProxyPatternOptional

ProxyPattern interface{}
  • Type: interface{}

Property proxyPattern: ZONE: completely hijack the entire zone.

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


RemarkOptional

Remark interface{}
  • Type: interface{}

Property remark: 50 characters at most.

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


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: Resource group id.


TagsOptional

Tags *[]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.