RosInstanceProps
Properties for defining a RosInstance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Kms;
new RosInstanceProps {
object ProductVersion,
object Connection = null,
object InstanceChargeType = null,
object KeyNum = null,
object Log = null,
object LogStorage = null,
object Period = null,
object PeriodUnit = null,
object RenewPeriod = null,
object RenewStatus = null,
object SecretNum = null,
object Spec = null,
object VpcNum = null
};
Properties
| Name | Type | Description |
|---|---|---|
ProductVersion |
object |
No description. |
Connection |
object |
No description. |
InstanceChargeType |
object |
No description. |
KeyNum |
object |
No description. |
Log |
object |
No description. |
LogStorage |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
RenewPeriod |
object |
No description. |
RenewStatus |
object |
No description. |
SecretNum |
object |
No description. |
Spec |
object |
No description. |
VpcNum |
object |
No description. |
ProductVersionRequired
public object ProductVersion { get; set; }
- Type: object
ConnectionOptional
public object Connection { get; set; }
- Type: object
InstanceChargeTypeOptional
public object InstanceChargeType { get; set; }
- Type: object
KeyNumOptional
public object KeyNum { get; set; }
- Type: object
LogOptional
public object Log { get; set; }
- Type: object
LogStorageOptional
public object LogStorage { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
PeriodUnitOptional
public object PeriodUnit { get; set; }
- Type: object
RenewPeriodOptional
public object RenewPeriod { get; set; }
- Type: object
RenewStatusOptional
public object RenewStatus { get; set; }
- Type: object
SecretNumOptional
public object SecretNum { get; set; }
- Type: object
SpecOptional
public object Spec { get; set; }
- Type: object
VpcNumOptional
public object VpcNum { get; set; }
- Type: object