RosSyncEcsHostProps
Properties for defining a RosSyncEcsHost.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-syncecshost
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new RosSyncEcsHostProps {
object Regions,
object Status,
object ZoneId
};
Properties
| Name | Type | Description |
|---|---|---|
Regions |
object |
No description. |
Status |
object |
No description. |
ZoneId |
object |
No description. |
RegionsRequired
public object Regions { get; set; }
- Type: object
StatusRequired
public object Status { get; set; }
- Type: object
ZoneIdRequired
public object ZoneId { get; set; }
- Type: object