Skip to content

RosLoadBalancersProps

Properties for defining a RosLoadBalancers.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb/datasource"
&datasource.RosLoadBalancersProps {
    Address: interface{},
    AddressIpVersion: interface{},
    AddressType: interface{},
    InternetChargeType: interface{},
    LoadBalancerId: interface{},
    LoadBalancerName: interface{},
    MasterZoneId: interface{},
    NetworkType: interface{},
    PaymentType: interface{},
    RefreshOptions: interface{},
    ResourceGroupId: interface{},
    SlaveZoneId: interface{},
    Status: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
}

Properties

Name Type Description
Address interface{} No description.
AddressIpVersion interface{} No description.
AddressType interface{} No description.
InternetChargeType interface{} No description.
LoadBalancerId interface{} No description.
LoadBalancerName interface{} No description.
MasterZoneId interface{} No description.
NetworkType interface{} No description.
PaymentType interface{} No description.
RefreshOptions interface{} No description.
ResourceGroupId interface{} No description.
SlaveZoneId interface{} No description.
Status interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.

AddressOptional

Address interface{}
  • Type: interface{}

AddressIpVersionOptional

AddressIpVersion interface{}
  • Type: interface{}

AddressTypeOptional

AddressType interface{}
  • Type: interface{}

InternetChargeTypeOptional

InternetChargeType interface{}
  • Type: interface{}

LoadBalancerIdOptional

LoadBalancerId interface{}
  • Type: interface{}

LoadBalancerNameOptional

LoadBalancerName interface{}
  • Type: interface{}

MasterZoneIdOptional

MasterZoneId interface{}
  • Type: interface{}

NetworkTypeOptional

NetworkType interface{}
  • Type: interface{}

PaymentTypeOptional

PaymentType interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SlaveZoneIdOptional

SlaveZoneId interface{}
  • Type: interface{}

StatusOptional

Status interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}