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. |
Address
Optional
Address interface{}
- Type: interface{}
Property address: The service address of the load balancing instance.
AddressIpVersion
Optional
AddressIpVersion interface{}
- Type: interface{}
Property addressIpVersion: IP version.
AddressType
Optional
AddressType interface{}
- Type: interface{}
Property addressType: The address type of the load balancing instance.
InternetChargeType
Optional
InternetChargeType interface{}
- Type: interface{}
Property internetChargeType: Public network type instance payment method.
LoadBalancerId
Optional
LoadBalancerId interface{}
- Type: interface{}
Property loadBalancerId: ID of the load balancing instance.
LoadBalancerName
Optional
LoadBalancerName interface{}
- Type: interface{}
Property loadBalancerName: Name of the load balancing instance.
MasterZoneId
Optional
MasterZoneId interface{}
- Type: interface{}
Property masterZoneId: ID of the primary available area of the load balancing instance.
NetworkType
Optional
NetworkType interface{}
- Type: interface{}
Property networkType: The network type of the private network load balancing instance.
PaymentType
Optional
PaymentType interface{}
- Type: interface{}
Property paymentType: Load balancing instance payment type.
RefreshOptions
Optional
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.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: Resource group id.
SlaveZoneId
Optional
SlaveZoneId interface{}
- Type: interface{}
Property slaveZoneId: ID of the ready-to-use zone of the load balancing instance.
Status
Optional
Status interface{}
- Type: interface{}
Property status: The status of SLB.
VpcId
Optional
VpcId interface{}
- Type: interface{}
Property vpcId: VPC ID.
VSwitchId
Optional
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: The ID of the switch.