Skip to content

LoadBalancersProps

Properties for defining a LoadBalancers.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknlb/datasource"
&datasource.LoadBalancersProps {
    AddressIpVersion: interface{},
    AddressType: interface{},
    Ipv6AddressType: interface{},
    LoadBalancerBussinessStatus: interface{},
    LoadBalancerIds: interface{},
    LoadBalancerNames: interface{},
    LoadBalancerStatus: interface{},
    RefreshOptions: interface{},
    ResourceGroupId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdknlb.datasource.RosLoadBalancers.TagsProperty,
    VpcIds: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
AddressIpVersion interface{} Property addressIpVersion: IP version.
AddressType interface{} Property addressType: The address type of the load balancing instance.
Ipv6AddressType interface{} Property ipv6AddressType: IPv6 address type of network load balancing.
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.
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/alicloudroscdknlb.datasource.RosLoadBalancers.TagsProperty Property tags: Tags of Nlb.
VpcIds interface{} Property vpcIds: VPC IDs.
ZoneId interface{} Property zoneId: ID of the ready-to-use zone of the load balancing instance.

AddressIpVersionOptional

AddressIpVersion interface{}
  • Type: interface{}

Property addressIpVersion: IP version.


AddressTypeOptional

AddressType interface{}
  • Type: interface{}

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


Ipv6AddressTypeOptional

Ipv6AddressType interface{}
  • Type: interface{}

Property ipv6AddressType: IPv6 address type of network load balancing.


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.


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/alicloudroscdknlb.datasource.RosLoadBalancers.TagsProperty

Property tags: Tags of Nlb.


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.