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. |
ProductVersion
Required
public object ProductVersion { get; set; }
- Type: object
Connection
Optional
public object Connection { get; set; }
- Type: object
InstanceChargeType
Optional
public object InstanceChargeType { get; set; }
- Type: object
KeyNum
Optional
public object KeyNum { get; set; }
- Type: object
Log
Optional
public object Log { get; set; }
- Type: object
LogStorage
Optional
public object LogStorage { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodUnit
Optional
public object PeriodUnit { get; set; }
- Type: object
RenewPeriod
Optional
public object RenewPeriod { get; set; }
- Type: object
RenewStatus
Optional
public object RenewStatus { get; set; }
- Type: object
SecretNum
Optional
public object SecretNum { get; set; }
- Type: object
Spec
Optional
public object Spec { get; set; }
- Type: object
VpcNum
Optional
public object VpcNum { get; set; }
- Type: object