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. |
PortRequired
public object Port { get; set; }
- Type: object
VServerGroupIdRequired
public object VServerGroupId { get; set; }
- Type: object
WeightOptional
public object Weight { get; set; }
- Type: object