Skip to content

MasterSlaveBackendServersProperty

Initializer

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

Properties

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

PortRequired

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

ServerIdRequired

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

WeightRequired

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

ServerIpOptional

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

ServerTypeOptional

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

TypeOptional

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