LoadBalancersProps
Properties for defining a LoadBalancers.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-loadbalancers
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb/datasource"
&datasource.LoadBalancersProps {
Address: interface{},
AddressIpVersion: interface{},
AddressType: interface{},
InternetChargeType: interface{},
LoadBalancerId: interface{},
LoadBalancerName: interface{},
MasterZoneId: interface{},
NetworkType: interface{},
PaymentType: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
SlaveZoneId: interface{},
Status: interface{},
VpcId: interface{},
VSwitchId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Address | interface{} | Property address: The service address of the load balancing instance. |
AddressIpVersion | interface{} | Property addressIpVersion: IP version. |
AddressType | interface{} | Property addressType: The address type of the load balancing instance. |
InternetChargeType | interface{} | Property internetChargeType: Public network type instance payment method. |
LoadBalancerId | interface{} | Property loadBalancerId: ID of the load balancing instance. |
LoadBalancerName | interface{} | Property loadBalancerName: Name of the load balancing instance. |
MasterZoneId | interface{} | Property masterZoneId: ID of the primary available area of the load balancing instance. |
NetworkType | interface{} | Property networkType: The network type of the private network load balancing instance. |
PaymentType | interface{} | Property paymentType: Load balancing instance payment type. |
RefreshOptions | interface{} | Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId | interface{} | Property resourceGroupId: Resource group id. |
SlaveZoneId | interface{} | Property slaveZoneId: ID of the ready-to-use zone of the load balancing instance. |
Status | interface{} | Property status: The status of SLB. |
VpcId | interface{} | Property vpcId: VPC ID. |
VSwitchId | interface{} | Property vSwitchId: The ID of the switch. |
AddressOptional
Address interface{}
- Type: interface{}
Property address: The service address of the load balancing instance.
AddressIpVersionOptional
AddressIpVersion interface{}
- Type: interface{}
Property addressIpVersion: IP version.
AddressTypeOptional
AddressType interface{}
- Type: interface{}
Property addressType: The address type of the load balancing instance.
InternetChargeTypeOptional
InternetChargeType interface{}
- Type: interface{}
Property internetChargeType: Public network type instance payment method.
LoadBalancerIdOptional
LoadBalancerId interface{}
- Type: interface{}
Property loadBalancerId: ID of the load balancing instance.
LoadBalancerNameOptional
LoadBalancerName interface{}
- Type: interface{}
Property loadBalancerName: Name of the load balancing instance.
MasterZoneIdOptional
MasterZoneId interface{}
- Type: interface{}
Property masterZoneId: ID of the primary available area of the load balancing instance.
NetworkTypeOptional
NetworkType interface{}
- Type: interface{}
Property networkType: The network type of the private network load balancing instance.
PaymentTypeOptional
PaymentType interface{}
- Type: interface{}
Property paymentType: Load balancing instance payment type.
RefreshOptionsOptional
RefreshOptions interface{}
- Type: interface{}
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
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: Resource group id.
SlaveZoneIdOptional
SlaveZoneId interface{}
- Type: interface{}
Property slaveZoneId: ID of the ready-to-use zone of the load balancing instance.
StatusOptional
Status interface{}
- Type: interface{}
Property status: The status of SLB.
VpcIdOptional
VpcId interface{}
- Type: interface{}
Property vpcId: VPC ID.
VSwitchIdOptional
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: The ID of the switch.