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. |
AddressType
Optional
public object AddressType { get; set; }
- Type: object
Property addressType: The address type of the load balancing instance.
LoadBalancerBussinessStatus
Optional
public object LoadBalancerBussinessStatus { get; set; }
- Type: object
Property loadBalancerBussinessStatus: Service status of application load balancing.
LoadBalancerIds
Optional
public object LoadBalancerIds { get; set; }
- Type: object
Property loadBalancerIds: IDs of the load balancer instance.
LoadBalancerNames
Optional
public object LoadBalancerNames { get; set; }
- Type: object
Property loadBalancerNames: Names of the load balancing instance.
LoadBalancerStatus
Optional
public object LoadBalancerStatus { get; set; }
- Type: object
Property loadBalancerStatus: The status of SLB.
PayType
Optional
public object PayType { get; set; }
- Type: object
Property payType: Load balancing instance payment type.
RefreshOptions
Optional
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.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: Resource group id.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Alb.datasource.RosLoadBalancers.TagsProperty[]
Property tags: Tags of Alb.
VpcIds
Optional
public object VpcIds { get; set; }
- Type: object
Property vpcIds: VPC IDs.
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object
Property zoneId: ID of the ready-to-use zone of the load balancing instance.