Skip to content

LoadBalancersProps

Properties for defining a LoadBalancers.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-nlb-loadbalancers

Initializer

from ros_cdk_nlb import datasource
datasource.LoadBalancersProps(
  address_ip_version: typing.Union[str, IResolvable] = None,
  address_type: typing.Union[str, IResolvable] = None,
  ipv6_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,
  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_ip_version typing.Union[str, ros_cdk_core.IResolvable] Property addressIpVersion: IP version.
address_type typing.Union[str, ros_cdk_core.IResolvable] Property addressType: The address type of the load balancing instance.
ipv6_address_type typing.Union[str, ros_cdk_core.IResolvable] Property ipv6AddressType: IPv6 address type of network load balancing.
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.
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_nlb.datasource.RosLoadBalancers.TagsProperty] Property tags: Tags of Nlb.
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_ip_versionOptional

address_ip_version: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property addressIpVersion: IP version.


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.


ipv6_address_typeOptional

ipv6_address_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property ipv6AddressType: IPv6 address type of network load balancing.


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.


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_nlb.datasource.RosLoadBalancers.TagsProperty]

Property tags: Tags of Nlb.


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.