Skip to content

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.

AddressIpVersionOptional

public object AddressIpVersion { get; set; }
  • Type: object

AddressTypeOptional

public object AddressType { get; set; }
  • Type: object

BandwidthOptional

public object Bandwidth { get; set; }
  • Type: object

DeletionProtectionOptional

public object DeletionProtection { get; set; }
  • Type: object

InstanceChargeTypeOptional

public object InstanceChargeType { get; set; }
  • Type: object

InternetChargeTypeOptional

public object InternetChargeType { get; set; }
  • Type: object

LoadBalancerNameOptional

public object LoadBalancerName { get; set; }
  • Type: object

LoadBalancerSpecOptional

public object LoadBalancerSpec { get; set; }
  • Type: object

MasterZoneIdOptional

public object MasterZoneId { get; set; }
  • Type: object

ModificationProtectionReasonOptional

public object ModificationProtectionReason { get; set; }
  • Type: object

ModificationProtectionStatusOptional

public object ModificationProtectionStatus { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

SlaveZoneIdOptional

public object SlaveZoneId { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }

VpcIdOptional

public object VpcId { get; set; }
  • Type: object

VSwitchIdOptional

public object VSwitchId { get; set; }
  • Type: object