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. |
ImageScanner
Required
public object ImageScanner { get; set; }
- Type: object
InstanceName
Required
public object InstanceName { get; set; }
- Type: object
InstanceType
Required
public object InstanceType { get; set; }
- Type: object
Period
Required
public object Period { get; set; }
- Type: object
InstanceStorageName
Optional
public object InstanceStorageName { get; set; }
- Type: object
RenewalStatus
Optional
public object RenewalStatus { get; set; }
- Type: object
RenewPeriod
Optional
public object RenewPeriod { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object