RosZoneProps
Properties for defining a RosZone.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-zone
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new RosZoneProps {
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 | No description. |
DnsGroup | object | No description. |
IgnoredStackTagKeys | object | No description. |
ProxyPattern | object | No description. |
Remark | object | No description. |
ResourceGroupId | object | No description. |
Tags | TagsProperty[] | No description. |
ZoneNameRequired
public object ZoneName { get; set; }
- Type: object
DnsGroupOptional
public object DnsGroup { get; set; }
- Type: object
IgnoredStackTagKeysOptional
public object IgnoredStackTagKeys { get; set; }
- Type: object
ProxyPatternOptional
public object ProxyPattern { get; set; }
- Type: object
RemarkOptional
public object Remark { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]