Skip to content

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.

AddressTypeOptional

AddressType interface{}
  • Type: interface{}

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


LoadBalancerBussinessStatusOptional

LoadBalancerBussinessStatus interface{}
  • Type: interface{}

Property loadBalancerBussinessStatus: Service status of application load balancing.


LoadBalancerIdsOptional

LoadBalancerIds interface{}
  • Type: interface{}

Property loadBalancerIds: IDs of the load balancer instance.


LoadBalancerNamesOptional

LoadBalancerNames interface{}
  • Type: interface{}

Property loadBalancerNames: Names of the load balancing instance.


LoadBalancerStatusOptional

LoadBalancerStatus interface{}
  • Type: interface{}

Property loadBalancerStatus: The status of SLB.


PayTypeOptional

PayType interface{}
  • Type: interface{}

Property payType: Load balancing instance payment type.


RefreshOptionsOptional

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.

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: Resource group id.


TagsOptional

Tags *[]TagsProperty
  • Type: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb.datasource.RosLoadBalancers.TagsProperty

Property tags: Tags of Alb.


VpcIdsOptional

VpcIds interface{}
  • Type: interface{}

Property vpcIds: VPC IDs.


ZoneIdOptional

ZoneId interface{}
  • Type: interface{}

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