ZonesProps
Properties for defining a Zones
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-zones
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new ZonesProps {
object AddressIpVersion = null,
object AddressType = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
AddressIpVersion |
object |
Property addressIpVersion: The type of IP address. |
AddressType |
object |
Property addressType: The type of network.Valid values: vpc, classic_internet, and classic_intranet.. vpc: an internal SLB instance that is deployed in a virtual private cloud (VPC). classic_internet: a public-facing SLB instance. classic_intranet: an internal SLB instance that is deployed in a classic network. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
AddressIpVersion
Optional
public object AddressIpVersion { get; set; }
- Type: object
Property addressIpVersion: The type of IP address.
Valid values: ipv4 and ipv6.
AddressType
Optional
public object AddressType { get; set; }
- Type: object
Property addressType: The type of network.Valid values: vpc, classic_internet, and classic_intranet.. vpc: an internal SLB instance that is deployed in a virtual private cloud (VPC). classic_internet: a public-facing SLB instance. classic_intranet: an internal SLB instance that is deployed in a classic network.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.