ZonesProps
Properties for defining a Zones.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-zones
Initializer
from ros_cdk_slb import datasource
datasource.ZonesProps(
  address_ip_version: typing.Union[str, IResolvable] = None,
  address_type: typing.Union[str, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description | 
|---|---|---|
address_ip_version | 
typing.Union[str, ros_cdk_core.IResolvable] | 
Property addressIpVersion: The type of IP address. | 
address_type | 
typing.Union[str, ros_cdk_core.IResolvable] | 
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. | 
refresh_options | 
typing.Union[str, ros_cdk_core.IResolvable] | 
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. | 
address_ip_versionOptional 
address_ip_version: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
Property addressIpVersion: The type of IP address.
Valid values: ipv4 and ipv6.
address_typeOptional 
address_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
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.
refresh_optionsOptional 
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
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.