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. |
address
Optional
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.
addressIpVersion
Optional
public java.lang.Object getAddressIpVersion();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property addressIpVersion: IP version.
addressType
Optional
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.
internetChargeType
Optional
public java.lang.Object getInternetChargeType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property internetChargeType: Public network type instance payment method.
loadBalancerId
Optional
public java.lang.Object getLoadBalancerId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property loadBalancerId: ID of the load balancing instance.
loadBalancerName
Optional
public java.lang.Object getLoadBalancerName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property loadBalancerName: Name of the load balancing instance.
masterZoneId
Optional
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.
networkType
Optional
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.
paymentType
Optional
public java.lang.Object getPaymentType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property paymentType: Load balancing instance payment type.
refreshOptions
Optional
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.
resourceGroupId
Optional
public java.lang.Object getResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceGroupId: Resource group id.
slaveZoneId
Optional
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.
status
Optional
public java.lang.Object getStatus();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property status: The status of SLB.
vpcId
Optional
public java.lang.Object getVpcId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vpcId: VPC ID.
vSwitchId
Optional
public java.lang.Object getVSwitchId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vSwitchId: The ID of the switch.