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 InstanceName,
object InstanceType,
object ImageScanner = null,
object InstanceStorageName = null,
object Period = null,
object RenewalStatus = null,
object RenewPeriod = null,
object ResourceGroupId = null
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceName | object | No description. |
InstanceType | object | No description. |
ImageScanner | object | No description. |
InstanceStorageName | object | No description. |
Period | object | No description. |
RenewalStatus | object | No description. |
RenewPeriod | object | No description. |
ResourceGroupId | object | No description. |
InstanceNameRequired
public object InstanceName { get; set; }
- Type: object
InstanceTypeRequired
public object InstanceType { get; set; }
- Type: object
ImageScannerOptional
public object ImageScanner { get; set; }
- Type: object
InstanceStorageNameOptional
public object InstanceStorageName { get; set; }
- Type: object
PeriodOptional
public object Period { 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