SyncEcsHostProps
Properties for defining a SyncEcsHost.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-syncecshost
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new SyncEcsHostProps {
object Regions,
object Status,
object ZoneId
};
Properties
| Name | Type | Description |
|---|---|---|
Regions |
object |
Property regions: A list of region information to be synchronized. |
Status |
object |
Property status: The host synchronizes the task state. |
ZoneId |
object |
Property zoneId: Zone ID, a unique identifier for the Zone. |
RegionsRequired
public object Regions { get; set; }
- Type: object
Property regions: A list of region information to be synchronized.
StatusRequired
public object Status { get; set; }
- Type: object
Property status: The host synchronizes the task state.
Valid values: ON, OFF.
ZoneIdRequired
public object ZoneId { get; set; }
- Type: object
Property zoneId: Zone ID, a unique identifier for the Zone.