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 AutoPay = null,
    object AutoRenew = null,
    object AutoRenewPeriod = null,
    object Bandwidth = null,
    object DeletionProtection = null,
    object Duration = null,
    object InstanceChargeType = null,
    object InternetChargeType = null,
    object LoadBalancerName = null,
    object LoadBalancerSpec = null,
    object MasterZoneId = null,
    object ModificationProtectionReason = null,
    object ModificationProtectionStatus = null,
    object PayType = null,
    object PricingCycle = 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.
AutoPay object No description.
AutoRenew object No description.
AutoRenewPeriod object No description.
Bandwidth object No description.
DeletionProtection object No description.
Duration 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.
PayType object No description.
PricingCycle 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

AutoPayOptional

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

AutoRenewOptional

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

AutoRenewPeriodOptional

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

BandwidthOptional

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

DeletionProtectionOptional

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

DurationOptional

public object Duration { 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

PayTypeOptional

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

PricingCycleOptional

public object PricingCycle { 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