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. |
AddressIpVersionOptional
AddressIpVersion interface{}
- Type: interface{}
AddressTypeOptional
AddressType interface{}
- Type: interface{}
BandwidthOptional
Bandwidth interface{}
- Type: interface{}
DeletionProtectionOptional
DeletionProtection interface{}
- Type: interface{}
InstanceChargeTypeOptional
InstanceChargeType interface{}
- Type: interface{}
InternetChargeTypeOptional
InternetChargeType interface{}
- Type: interface{}
LoadBalancerNameOptional
LoadBalancerName interface{}
- Type: interface{}
LoadBalancerSpecOptional
LoadBalancerSpec interface{}
- Type: interface{}
MasterZoneIdOptional
MasterZoneId interface{}
- Type: interface{}
ModificationProtectionReasonOptional
ModificationProtectionReason interface{}
- Type: interface{}
ModificationProtectionStatusOptional
ModificationProtectionStatus interface{}
- Type: interface{}
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
SlaveZoneIdOptional
SlaveZoneId interface{}
- Type: interface{}
TagsOptional
Tags *[]TagsProperty
- Type: *[]TagsProperty
VpcIdOptional
VpcId interface{}
- Type: interface{}
VSwitchIdOptional
VSwitchId interface{}
- Type: interface{}