RosZonesProps
Properties for defining a RosZones.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-zones
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new RosZonesProps {
object AddressIpVersion = null,
object AddressType = null,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
AddressIpVersion |
object |
No description. |
AddressType |
object |
No description. |
RefreshOptions |
object |
No description. |
AddressIpVersionOptional
public object AddressIpVersion { get; set; }
- Type: object
AddressTypeOptional
public object AddressType { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object