Skip to content

LoadBalancersProps

Properties for defining a LoadBalancers.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-slb'
const loadBalancersProps: datasource.LoadBalancersProps = { ... }

Properties

Name Type Description
address string | @alicloud/ros-cdk-core.IResolvable Property address: The service address of the load balancing instance.
addressIpVersion string | @alicloud/ros-cdk-core.IResolvable Property addressIpVersion: IP version.
addressType string | @alicloud/ros-cdk-core.IResolvable Property addressType: The address type of the load balancing instance.
internetChargeType string | @alicloud/ros-cdk-core.IResolvable Property internetChargeType: Public network type instance payment method.
loadBalancerId string | @alicloud/ros-cdk-core.IResolvable Property loadBalancerId: ID of the load balancing instance.
loadBalancerName string | @alicloud/ros-cdk-core.IResolvable Property loadBalancerName: Name of the load balancing instance.
masterZoneId string | @alicloud/ros-cdk-core.IResolvable Property masterZoneId: ID of the primary available area of the load balancing instance.
networkType string | @alicloud/ros-cdk-core.IResolvable Property networkType: The network type of the private network load balancing instance.
paymentType string | @alicloud/ros-cdk-core.IResolvable Property paymentType: Load balancing instance payment type.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: Resource group id.
slaveZoneId string | @alicloud/ros-cdk-core.IResolvable Property slaveZoneId: ID of the ready-to-use zone of the load balancing instance.
status string | @alicloud/ros-cdk-core.IResolvable Property status: The status of SLB.
vpcId string | @alicloud/ros-cdk-core.IResolvable Property vpcId: VPC ID.
vSwitchId string | @alicloud/ros-cdk-core.IResolvable Property vSwitchId: The ID of the switch.

addressOptional

public readonly address: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property address: The service address of the load balancing instance.


addressIpVersionOptional

public readonly addressIpVersion: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property addressIpVersion: IP version.


addressTypeOptional

public readonly addressType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property addressType: The address type of the load balancing instance.


internetChargeTypeOptional

public readonly internetChargeType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property internetChargeType: Public network type instance payment method.


loadBalancerIdOptional

public readonly loadBalancerId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property loadBalancerId: ID of the load balancing instance.


loadBalancerNameOptional

public readonly loadBalancerName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property loadBalancerName: Name of the load balancing instance.


masterZoneIdOptional

public readonly masterZoneId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property masterZoneId: ID of the primary available area of the load balancing instance.


networkTypeOptional

public readonly networkType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property networkType: The network type of the private network load balancing instance.


paymentTypeOptional

public readonly paymentType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property paymentType: Load balancing instance payment type.


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/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.


resourceGroupIdOptional

public readonly resourceGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property resourceGroupId: Resource group id.


slaveZoneIdOptional

public readonly slaveZoneId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property slaveZoneId: ID of the ready-to-use zone of the load balancing instance.


statusOptional

public readonly status: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property status: The status of SLB.


vpcIdOptional

public readonly vpcId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property vpcId: VPC ID.


vSwitchIdOptional

public readonly vSwitchId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property vSwitchId: The ID of the switch.