Skip to content

RosLoadBalancerProps

Properties for defining a RosLoadBalancer.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-loadbalancer

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new RosLoadBalancerProps {
    object AddressType,
    object LoadBalancerBillingConfig,
    object LoadBalancerEdition,
    object LoadBalancerName,
    object VpcId,
    object ZoneMappings,
    object AccessLogConfig = null,
    object AddressAllocatedMode = null,
    object AddressIpVersion = null,
    object BandwidthPackageId = null,
    object DeletionProtectionEnabled = null,
    object ModificationProtectionConfig = null,
    object ResourceGroupId = null,
    object SecurityGroupIds = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
AddressType object No description.
LoadBalancerBillingConfig object No description.
LoadBalancerEdition object No description.
LoadBalancerName object No description.
VpcId object No description.
ZoneMappings object No description.
AccessLogConfig object No description.
AddressAllocatedMode object No description.
AddressIpVersion object No description.
BandwidthPackageId object No description.
DeletionProtectionEnabled object No description.
ModificationProtectionConfig object No description.
ResourceGroupId object No description.
SecurityGroupIds object No description.
Tags TagsProperty[] No description.

AddressTypeRequired

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

LoadBalancerBillingConfigRequired

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

LoadBalancerEditionRequired

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

LoadBalancerNameRequired

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

VpcIdRequired

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

ZoneMappingsRequired

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

AccessLogConfigOptional

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

AddressAllocatedModeOptional

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

AddressIpVersionOptional

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

BandwidthPackageIdOptional

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

DeletionProtectionEnabledOptional

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

ModificationProtectionConfigOptional

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

ResourceGroupIdOptional

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

SecurityGroupIdsOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }