RosInstanceProps
Properties for defining a RosInstance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-swas-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Swas;
new RosInstanceProps {
object ImageId,
object Period,
object PlanId,
object AutoRenew = null,
object AutoRenewPeriod = null,
object DataDiskSize = null
};
Properties
| Name | Type | Description |
|---|---|---|
ImageId |
object |
No description. |
Period |
object |
No description. |
PlanId |
object |
No description. |
AutoRenew |
object |
No description. |
AutoRenewPeriod |
object |
No description. |
DataDiskSize |
object |
No description. |
ImageIdRequired
public object ImageId { get; set; }
- Type: object
PeriodRequired
public object Period { get; set; }
- Type: object
PlanIdRequired
public object PlanId { get; set; }
- Type: object
AutoRenewOptional
public object AutoRenew { get; set; }
- Type: object
AutoRenewPeriodOptional
public object AutoRenewPeriod { get; set; }
- Type: object
DataDiskSizeOptional
public object DataDiskSize { get; set; }
- Type: object