LoadBalancersProps
Properties for defining a LoadBalancers.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-alb-loadbalancers
Initializer
from ros_cdk_alb import datasource
datasource.LoadBalancersProps(
address_type: typing.Union[str, IResolvable] = None,
load_balancer_bussiness_status: typing.Union[str, IResolvable] = None,
load_balancer_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
load_balancer_names: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
load_balancer_status: typing.Union[str, IResolvable] = None,
pay_type: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None,
resource_group_id: typing.Union[str, IResolvable] = None,
tags: typing.List[TagsProperty] = None,
vpc_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
zone_id: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
address_type | typing.Union[str, ros_cdk_core.IResolvable] | Property addressType: The address type of the load balancing instance. |
load_balancer_bussiness_status | typing.Union[str, ros_cdk_core.IResolvable] | Property loadBalancerBussinessStatus: Service status of application load balancing. |
load_balancer_ids | typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] | Property loadBalancerIds: IDs of the load balancer instance. |
load_balancer_names | typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] | Property loadBalancerNames: Names of the load balancing instance. |
load_balancer_status | typing.Union[str, ros_cdk_core.IResolvable] | Property loadBalancerStatus: The status of SLB. |
pay_type | typing.Union[str, ros_cdk_core.IResolvable] | Property payType: Load balancing instance payment type. |
refresh_options | typing.Union[str, ros_cdk_core.IResolvable] | Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
resource_group_id | typing.Union[str, ros_cdk_core.IResolvable] | Property resourceGroupId: Resource group id. |
tags | typing.List[ros_cdk_alb.datasource.RosLoadBalancers.TagsProperty] | Property tags: Tags of Alb. |
vpc_ids | typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] | Property vpcIds: VPC IDs. |
zone_id | typing.Union[str, ros_cdk_core.IResolvable] | Property zoneId: ID of the ready-to-use zone of the load balancing instance. |
address_typeOptional
address_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property addressType: The address type of the load balancing instance.
load_balancer_bussiness_statusOptional
load_balancer_bussiness_status: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property loadBalancerBussinessStatus: Service status of application load balancing.
load_balancer_idsOptional
load_balancer_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]
Property loadBalancerIds: IDs of the load balancer instance.
load_balancer_namesOptional
load_balancer_names: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]
Property loadBalancerNames: Names of the load balancing instance.
load_balancer_statusOptional
load_balancer_status: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property loadBalancerStatus: The status of SLB.
pay_typeOptional
pay_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property payType: Load balancing instance payment type.
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.
resource_group_idOptional
resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property resourceGroupId: Resource group id.
tagsOptional
tags: typing.List[TagsProperty]
- Type: typing.List[ros_cdk_alb.datasource.RosLoadBalancers.TagsProperty]
Property tags: Tags of Alb.
vpc_idsOptional
vpc_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]
Property vpcIds: VPC IDs.
zone_idOptional
zone_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property zoneId: ID of the ready-to-use zone of the load balancing instance.