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. |
ZoneName
Required
public object ZoneName { get; set; }
- Type: object
DnsGroup
Optional
public object DnsGroup { get; set; }
- Type: object
IgnoredStackTagKeys
Optional
public object IgnoredStackTagKeys { get; set; }
- Type: object
ProxyPattern
Optional
public object ProxyPattern { get; set; }
- Type: object
Remark
Optional
public object Remark { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]