Skip to content

BackendServersProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb"
&alicloudroscdkslb.BackendServersProperty {
    Port: interface{},
    ServerId: interface{},
    Description: interface{},
    ServerIp: interface{},
    Type: interface{},
    Weight: interface{},
}

Properties

Name Type Description
Port interface{} No description.
ServerId interface{} No description.
Description interface{} No description.
ServerIp interface{} No description.
Type interface{} No description.
Weight interface{} No description.

PortRequired

Port interface{}
  • Type: interface{}

ServerIdRequired

ServerId interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

ServerIpOptional

ServerIp interface{}
  • Type: interface{}

TypeOptional

Type interface{}
  • Type: interface{}

WeightOptional

Weight interface{}
  • Type: interface{}