InstanceProps
Properties for defining a Instance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cr;
new InstanceProps {
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 | Property instanceName: Instance name.The value contains 3 to 30 lowercase letters, digits, and delimiters "-"(it can not be first or last). |
InstanceType | object | Property instanceType: The Value configuration of the Group 1 attribute of Container Mirror Service Enterprise Edition. |
ImageScanner | object | Property imageScanner: Security scan engine. |
InstanceStorageName | object | Property instanceStorageName: Custom OSS Bucket name. |
Period | object | Property period: Prepaid cycle. |
RenewalStatus | object | Property renewalStatus: Automatic renewal status, value: - AutoRenewal: automatic renewal. |
RenewPeriod | object | Property renewPeriod: Automatic renewal cycle, in months. |
ResourceGroupId | object | Property resourceGroupId: The ID of the resource group. |
InstanceNameRequired
public object InstanceName { get; set; }
- Type: object
Property instanceName: Instance name.The value contains 3 to 30 lowercase letters, digits, and delimiters "-"(it can not be first or last).
InstanceTypeRequired
public object InstanceType { get; set; }
- Type: object
Property instanceType: The Value configuration of the Group 1 attribute of Container Mirror Service Enterprise Edition.
Valid values: Basic: Basic instance Standard: Standard instance Advanced: Advanced Edition Instance.
ImageScannerOptional
public object ImageScanner { get; set; }
- Type: object
Property imageScanner: Security scan engine.
InstanceStorageNameOptional
public object InstanceStorageName { get; set; }
- Type: object
Property instanceStorageName: Custom OSS Bucket name.
PeriodOptional
public object Period { get; set; }
- Type: object
Property period: Prepaid cycle.
The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
RenewalStatusOptional
public object RenewalStatus { get; set; }
- Type: object
Property renewalStatus: Automatic renewal status, value: - AutoRenewal: automatic renewal.
- ManualRenewal: manual renewal. Default ManualRenewal.
RenewPeriodOptional
public object RenewPeriod { get; set; }
- Type: object
Property renewPeriod: Automatic renewal cycle, in months.
When RenewalStatus is set to AutoRenewal, it must be set.
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of the resource group.