RosLoadBalancersProps
Properties for defining a RosLoadBalancers
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-loadbalancers
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb/datasource"
&datasource.RosLoadBalancersProps {
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{} |
No description. |
AddressIpVersion |
interface{} |
No description. |
AddressType |
interface{} |
No description. |
InternetChargeType |
interface{} |
No description. |
LoadBalancerId |
interface{} |
No description. |
LoadBalancerName |
interface{} |
No description. |
MasterZoneId |
interface{} |
No description. |
NetworkType |
interface{} |
No description. |
PaymentType |
interface{} |
No description. |
RefreshOptions |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
SlaveZoneId |
interface{} |
No description. |
Status |
interface{} |
No description. |
VpcId |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
Address
Optional
Address interface{}
- Type: interface{}
AddressIpVersion
Optional
AddressIpVersion interface{}
- Type: interface{}
AddressType
Optional
AddressType interface{}
- Type: interface{}
InternetChargeType
Optional
InternetChargeType interface{}
- Type: interface{}
LoadBalancerId
Optional
LoadBalancerId interface{}
- Type: interface{}
LoadBalancerName
Optional
LoadBalancerName interface{}
- Type: interface{}
MasterZoneId
Optional
MasterZoneId interface{}
- Type: interface{}
NetworkType
Optional
NetworkType interface{}
- Type: interface{}
PaymentType
Optional
PaymentType interface{}
- Type: interface{}
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
SlaveZoneId
Optional
SlaveZoneId interface{}
- Type: interface{}
Status
Optional
Status interface{}
- Type: interface{}
VpcId
Optional
VpcId interface{}
- Type: interface{}
VSwitchId
Optional
VSwitchId interface{}
- Type: interface{}