Skip to content

ServersProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb"
&alicloudroscdkalb.ServersProperty {
    ServerId: interface{},
    ServerType: interface{},
    Description: interface{},
    Port: interface{},
    RemoteIpEnabled: interface{},
    ServerIp: interface{},
    Weight: interface{},
}

Properties

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

ServerIdRequired

ServerId interface{}
  • Type: interface{}

ServerTypeRequired

ServerType interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

PortOptional

Port interface{}
  • Type: interface{}

RemoteIpEnabledOptional

RemoteIpEnabled interface{}
  • Type: interface{}

ServerIpOptional

ServerIp interface{}
  • Type: interface{}

WeightOptional

Weight interface{}
  • Type: interface{}