Skip to content

ServersProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new ServersProperty {
    object ServerId,
    object ServerType,
    object Description = null,
    object Port = null,
    object ServerIp = null,
    object Weight = null
};

Properties

Name Type Description
ServerId object No description.
ServerType object No description.
Description object No description.
Port object No description.
ServerIp object No description.
Weight object No description.

ServerIdRequired

public object ServerId { get; set; }
  • Type: object

ServerTypeRequired

public object ServerType { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

PortOptional

public object Port { get; set; }
  • Type: object

ServerIpOptional

public object ServerIp { get; set; }
  • Type: object

WeightOptional

public object Weight { get; set; }
  • Type: object