RosInstanceProps
Properties for defining a RosInstance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cr;
new RosInstanceProps {
object ImageScanner,
object InstanceName,
object InstanceType,
object Period,
object InstanceStorageName = null,
object RenewalStatus = null,
object RenewPeriod = null,
object ResourceGroupId = null
};
Properties
| Name | Type | Description |
|---|---|---|
ImageScanner |
object |
No description. |
InstanceName |
object |
No description. |
InstanceType |
object |
No description. |
Period |
object |
No description. |
InstanceStorageName |
object |
No description. |
RenewalStatus |
object |
No description. |
RenewPeriod |
object |
No description. |
ResourceGroupId |
object |
No description. |
ImageScannerRequired
public object ImageScanner { get; set; }
- Type: object
InstanceNameRequired
public object InstanceName { get; set; }
- Type: object
InstanceTypeRequired
public object InstanceType { get; set; }
- Type: object
PeriodRequired
public object Period { get; set; }
- Type: object
InstanceStorageNameOptional
public object InstanceStorageName { get; set; }
- Type: object
RenewalStatusOptional
public object RenewalStatus { get; set; }
- Type: object
RenewPeriodOptional
public object RenewPeriod { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object