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. |
Regions
Required
public object Regions { get; set; }
- Type: object
Status
Required
public object Status { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object