RosLoadBalancerProps
Properties for defining a RosLoadBalancer
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-loadbalancer
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new RosLoadBalancerProps {
object AddressIpVersion = null,
object AddressType = null,
object Bandwidth = null,
object DeletionProtection = null,
object InstanceChargeType = null,
object InternetChargeType = null,
object LoadBalancerName = null,
object LoadBalancerSpec = null,
object MasterZoneId = null,
object ModificationProtectionReason = null,
object ModificationProtectionStatus = null,
object ResourceGroupId = null,
object SlaveZoneId = null,
TagsProperty[] Tags = null,
object VpcId = null,
object VSwitchId = null
};
Properties
Name | Type | Description |
---|---|---|
AddressIpVersion |
object |
No description. |
AddressType |
object |
No description. |
Bandwidth |
object |
No description. |
DeletionProtection |
object |
No description. |
InstanceChargeType |
object |
No description. |
InternetChargeType |
object |
No description. |
LoadBalancerName |
object |
No description. |
LoadBalancerSpec |
object |
No description. |
MasterZoneId |
object |
No description. |
ModificationProtectionReason |
object |
No description. |
ModificationProtectionStatus |
object |
No description. |
ResourceGroupId |
object |
No description. |
SlaveZoneId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
AddressIpVersion
Optional
public object AddressIpVersion { get; set; }
- Type: object
AddressType
Optional
public object AddressType { get; set; }
- Type: object
Bandwidth
Optional
public object Bandwidth { get; set; }
- Type: object
DeletionProtection
Optional
public object DeletionProtection { get; set; }
- Type: object
InstanceChargeType
Optional
public object InstanceChargeType { get; set; }
- Type: object
InternetChargeType
Optional
public object InternetChargeType { get; set; }
- Type: object
LoadBalancerName
Optional
public object LoadBalancerName { get; set; }
- Type: object
LoadBalancerSpec
Optional
public object LoadBalancerSpec { get; set; }
- Type: object
MasterZoneId
Optional
public object MasterZoneId { get; set; }
- Type: object
ModificationProtectionReason
Optional
public object ModificationProtectionReason { get; set; }
- Type: object
ModificationProtectionStatus
Optional
public object ModificationProtectionStatus { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SlaveZoneId
Optional
public object SlaveZoneId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object