LoadBalancersProps
Properties for defining a LoadBalancers
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-alb-loadbalancers
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb/datasource"
&datasource.LoadBalancersProps {
AddressType: interface{},
LoadBalancerBussinessStatus: interface{},
LoadBalancerIds: interface{},
LoadBalancerNames: interface{},
LoadBalancerStatus: interface{},
PayType: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb.datasource.RosLoadBalancers.TagsProperty,
VpcIds: interface{},
ZoneId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AddressType |
interface{} |
Property addressType: The address type of the load balancing instance. |
LoadBalancerBussinessStatus |
interface{} |
Property loadBalancerBussinessStatus: Service status of application load balancing. |
LoadBalancerIds |
interface{} |
Property loadBalancerIds: IDs of the load balancer instance. |
LoadBalancerNames |
interface{} |
Property loadBalancerNames: Names of the load balancing instance. |
LoadBalancerStatus |
interface{} |
Property loadBalancerStatus: The status of SLB. |
PayType |
interface{} |
Property payType: Load balancing instance payment type. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
interface{} |
Property resourceGroupId: Resource group id. |
Tags |
*[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb.datasource.RosLoadBalancers.TagsProperty |
Property tags: Tags of Alb. |
VpcIds |
interface{} |
Property vpcIds: VPC IDs. |
ZoneId |
interface{} |
Property zoneId: ID of the ready-to-use zone of the load balancing instance. |
AddressType
Optional
AddressType interface{}
- Type: interface{}
Property addressType: The address type of the load balancing instance.
LoadBalancerBussinessStatus
Optional
LoadBalancerBussinessStatus interface{}
- Type: interface{}
Property loadBalancerBussinessStatus: Service status of application load balancing.
LoadBalancerIds
Optional
LoadBalancerIds interface{}
- Type: interface{}
Property loadBalancerIds: IDs of the load balancer instance.
LoadBalancerNames
Optional
LoadBalancerNames interface{}
- Type: interface{}
Property loadBalancerNames: Names of the load balancing instance.
LoadBalancerStatus
Optional
LoadBalancerStatus interface{}
- Type: interface{}
Property loadBalancerStatus: The status of SLB.
PayType
Optional
PayType interface{}
- Type: interface{}
Property payType: Load balancing instance payment type.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
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
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: Resource group id.
Tags
Optional
Tags *[]TagsProperty
- Type: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb.datasource.RosLoadBalancers.TagsProperty
Property tags: Tags of Alb.
VpcIds
Optional
VpcIds interface{}
- Type: interface{}
Property vpcIds: VPC IDs.
ZoneId
Optional
ZoneId interface{}
- Type: interface{}
Property zoneId: ID of the ready-to-use zone of the load balancing instance.