LoadBalancersProps
Properties for defining a LoadBalancers.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-loadbalancers
Initializer
import com.aliyun.ros.cdk.slb.datasource.LoadBalancersProps;
LoadBalancersProps.builder()
// .address(java.lang.String)
// .address(IResolvable)
// .addressIpVersion(java.lang.String)
// .addressIpVersion(IResolvable)
// .addressType(java.lang.String)
// .addressType(IResolvable)
// .internetChargeType(java.lang.String)
// .internetChargeType(IResolvable)
// .loadBalancerId(java.lang.String)
// .loadBalancerId(IResolvable)
// .loadBalancerName(java.lang.String)
// .loadBalancerName(IResolvable)
// .masterZoneId(java.lang.String)
// .masterZoneId(IResolvable)
// .networkType(java.lang.String)
// .networkType(IResolvable)
// .paymentType(java.lang.String)
// .paymentType(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
// .resourceGroupId(java.lang.String)
// .resourceGroupId(IResolvable)
// .slaveZoneId(java.lang.String)
// .slaveZoneId(IResolvable)
// .status(java.lang.String)
// .status(IResolvable)
// .vpcId(java.lang.String)
// .vpcId(IResolvable)
// .vSwitchId(java.lang.String)
// .vSwitchId(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
address |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property address: The service address of the load balancing instance. |
addressIpVersion |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property addressIpVersion: IP version. |
addressType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property addressType: The address type of the load balancing instance. |
internetChargeType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property internetChargeType: Public network type instance payment method. |
loadBalancerId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property loadBalancerId: ID of the load balancing instance. |
loadBalancerName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property loadBalancerName: Name of the load balancing instance. |
masterZoneId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property masterZoneId: ID of the primary available area of the load balancing instance. |
networkType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property networkType: The network type of the private network load balancing instance. |
paymentType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property paymentType: Load balancing instance payment type. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
resourceGroupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property resourceGroupId: Resource group id. |
slaveZoneId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property slaveZoneId: ID of the ready-to-use zone of the load balancing instance. |
status |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property status: The status of SLB. |
vpcId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property vpcId: VPC ID. |
vSwitchId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property vSwitchId: The ID of the switch. |
addressOptional
public java.lang.Object getAddress();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property address: The service address of the load balancing instance.
addressIpVersionOptional
public java.lang.Object getAddressIpVersion();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property addressIpVersion: IP version.
addressTypeOptional
public java.lang.Object getAddressType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property addressType: The address type of the load balancing instance.
internetChargeTypeOptional
public java.lang.Object getInternetChargeType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property internetChargeType: Public network type instance payment method.
loadBalancerIdOptional
public java.lang.Object getLoadBalancerId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property loadBalancerId: ID of the load balancing instance.
loadBalancerNameOptional
public java.lang.Object getLoadBalancerName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property loadBalancerName: Name of the load balancing instance.
masterZoneIdOptional
public java.lang.Object getMasterZoneId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property masterZoneId: ID of the primary available area of the load balancing instance.
networkTypeOptional
public java.lang.Object getNetworkType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property networkType: The network type of the private network load balancing instance.
paymentTypeOptional
public java.lang.Object getPaymentType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property paymentType: Load balancing instance payment type.
refreshOptionsOptional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.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 java.lang.Object getResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceGroupId: Resource group id.
slaveZoneIdOptional
public java.lang.Object getSlaveZoneId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property slaveZoneId: ID of the ready-to-use zone of the load balancing instance.
statusOptional
public java.lang.Object getStatus();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property status: The status of SLB.
vpcIdOptional
public java.lang.Object getVpcId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vpcId: VPC ID.
vSwitchIdOptional
public java.lang.Object getVSwitchId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vSwitchId: The ID of the switch.