Skip to content

BackendServersProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Slb;
new BackendServersProperty {
    object Port,
    object ServerId,
    object Description = null,
    object ServerIp = null,
    object Type = null,
    object Weight = null
};

Properties

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

PortRequired

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

ServerIdRequired

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

DescriptionOptional

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

ServerIpOptional

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

TypeOptional

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

WeightOptional

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