Skip to content

LoadBalancersProps

Properties for defining a LoadBalancers.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-alb-loadbalancers

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new LoadBalancersProps {
    object AddressType = null,
    object LoadBalancerBussinessStatus = null,
    object LoadBalancerIds = null,
    object LoadBalancerNames = null,
    object LoadBalancerStatus = null,
    object PayType = null,
    object RefreshOptions = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null,
    object VpcIds = null,
    object ZoneId = null
};

Properties

Name Type Description
AddressType object Property addressType: The address type of the load balancing instance.
LoadBalancerBussinessStatus object Property loadBalancerBussinessStatus: Service status of application load balancing.
LoadBalancerIds object Property loadBalancerIds: IDs of the load balancer instance.
LoadBalancerNames object Property loadBalancerNames: Names of the load balancing instance.
LoadBalancerStatus object Property loadBalancerStatus: The status of SLB.
PayType object Property payType: Load balancing instance payment type.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceGroupId object Property resourceGroupId: Resource group id.
Tags AlibabaCloud.SDK.ROS.CDK.Alb.datasource.RosLoadBalancers.TagsProperty[] Property tags: Tags of Alb.
VpcIds object Property vpcIds: VPC IDs.
ZoneId object Property zoneId: ID of the ready-to-use zone of the load balancing instance.

AddressTypeOptional

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

Property addressType: The address type of the load balancing instance.


LoadBalancerBussinessStatusOptional

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

Property loadBalancerBussinessStatus: Service status of application load balancing.


LoadBalancerIdsOptional

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

Property loadBalancerIds: IDs of the load balancer instance.


LoadBalancerNamesOptional

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

Property loadBalancerNames: Names of the load balancing instance.


LoadBalancerStatusOptional

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

Property loadBalancerStatus: The status of SLB.


PayTypeOptional

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

Property payType: Load balancing instance payment type.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

ResourceGroupIdOptional

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

Property resourceGroupId: Resource group id.


TagsOptional

public TagsProperty[] Tags { get; set; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Alb.datasource.RosLoadBalancers.TagsProperty[]

Property tags: Tags of Alb.


VpcIdsOptional

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

Property vpcIds: VPC IDs.


ZoneIdOptional

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

Property zoneId: ID of the ready-to-use zone of the load balancing instance.