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. |
address
Optional
public readonly address: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property address: The service address of the load balancing instance.
addressIpVersion
Optional
public readonly addressIpVersion: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property addressIpVersion: IP version.
addressType
Optional
public readonly addressType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property addressType: The address type of the load balancing instance.
internetChargeType
Optional
public readonly internetChargeType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property internetChargeType: Public network type instance payment method.
loadBalancerId
Optional
public readonly loadBalancerId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property loadBalancerId: ID of the load balancing instance.
loadBalancerName
Optional
public readonly loadBalancerName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property loadBalancerName: Name of the load balancing instance.
masterZoneId
Optional
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.
networkType
Optional
public readonly networkType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property networkType: The network type of the private network load balancing instance.
paymentType
Optional
public readonly paymentType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property paymentType: Load balancing instance payment type.
refreshOptions
Optional
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.
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: Resource group id.
slaveZoneId
Optional
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.
status
Optional
public readonly status: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property status: The status of SLB.
vpcId
Optional
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: VPC ID.
vSwitchId
Optional
public readonly vSwitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vSwitchId: The ID of the switch.