RosLoadBalancerProps
Properties for defining a RosLoadBalancer
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-loadbalancer
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb"
&alicloudroscdkslb.RosLoadBalancerProps {
AddressIpVersion: interface{},
AddressType: interface{},
Bandwidth: interface{},
DeletionProtection: interface{},
InstanceChargeType: interface{},
InternetChargeType: interface{},
LoadBalancerName: interface{},
LoadBalancerSpec: interface{},
MasterZoneId: interface{},
ModificationProtectionReason: interface{},
ModificationProtectionStatus: interface{},
ResourceGroupId: interface{},
SlaveZoneId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb.RosLoadBalancer.TagsProperty,
VpcId: interface{},
VSwitchId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AddressIpVersion |
interface{} |
No description. |
AddressType |
interface{} |
No description. |
Bandwidth |
interface{} |
No description. |
DeletionProtection |
interface{} |
No description. |
InstanceChargeType |
interface{} |
No description. |
InternetChargeType |
interface{} |
No description. |
LoadBalancerName |
interface{} |
No description. |
LoadBalancerSpec |
interface{} |
No description. |
MasterZoneId |
interface{} |
No description. |
ModificationProtectionReason |
interface{} |
No description. |
ModificationProtectionStatus |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
SlaveZoneId |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
VpcId |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
AddressIpVersion
Optional
AddressIpVersion interface{}
- Type: interface{}
AddressType
Optional
AddressType interface{}
- Type: interface{}
Bandwidth
Optional
Bandwidth interface{}
- Type: interface{}
DeletionProtection
Optional
DeletionProtection interface{}
- Type: interface{}
InstanceChargeType
Optional
InstanceChargeType interface{}
- Type: interface{}
InternetChargeType
Optional
InternetChargeType interface{}
- Type: interface{}
LoadBalancerName
Optional
LoadBalancerName interface{}
- Type: interface{}
LoadBalancerSpec
Optional
LoadBalancerSpec interface{}
- Type: interface{}
MasterZoneId
Optional
MasterZoneId interface{}
- Type: interface{}
ModificationProtectionReason
Optional
ModificationProtectionReason interface{}
- Type: interface{}
ModificationProtectionStatus
Optional
ModificationProtectionStatus interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
SlaveZoneId
Optional
SlaveZoneId interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
VpcId
Optional
VpcId interface{}
- Type: interface{}
VSwitchId
Optional
VSwitchId interface{}
- Type: interface{}