VServerGroupAttributesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new VServerGroupAttributesProperty {
object Port,
object VServerGroupId,
object Weight = null
};
Properties
Name | Type | Description |
---|---|---|
Port |
object |
No description. |
VServerGroupId |
object |
No description. |
Weight |
object |
No description. |
Port
Required
public object Port { get; set; }
- Type: object
VServerGroupId
Required
public object VServerGroupId { get; set; }
- Type: object
Weight
Optional
public object Weight { get; set; }
- Type: object