RosReadOnlyDBInstanceProps
Properties for defining a RosReadOnlyDBInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-readonlydbinstance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosReadOnlyDBInstanceProps {
object DbInstanceClass,
object DbInstanceId,
object DbInstanceStorage,
object EngineVersion,
object ZoneId,
object AutoRenew = null,
object Category = null,
object DbInstanceDescription = null,
object DbInstanceStorageType = null,
object DedicatedHostGroupId = null,
object DeletionProtection = null,
object PayType = null,
object Period = null,
object PeriodType = null,
object PrivateIpAddress = null,
object ResourceGroupId = null,
System.Collections.Generic.IDictionary<string, object> Tags = null,
object TargetDedicatedHostIdForMaster = null,
object VpcId = null,
object VSwitchId = null
};
Properties
Name | Type | Description |
---|---|---|
DbInstanceClass |
object |
No description. |
DbInstanceId |
object |
No description. |
DbInstanceStorage |
object |
No description. |
EngineVersion |
object |
No description. |
ZoneId |
object |
No description. |
AutoRenew |
object |
No description. |
Category |
object |
No description. |
DbInstanceDescription |
object |
No description. |
DbInstanceStorageType |
object |
No description. |
DedicatedHostGroupId |
object |
No description. |
DeletionProtection |
object |
No description. |
PayType |
object |
No description. |
Period |
object |
No description. |
PeriodType |
object |
No description. |
PrivateIpAddress |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
System.Collections.Generic.IDictionary |
No description. |
TargetDedicatedHostIdForMaster |
object |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
DbInstanceClass
Required
public object DbInstanceClass { get; set; }
- Type: object
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
DbInstanceStorage
Required
public object DbInstanceStorage { get; set; }
- Type: object
EngineVersion
Required
public object EngineVersion { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
Category
Optional
public object Category { get; set; }
- Type: object
DbInstanceDescription
Optional
public object DbInstanceDescription { get; set; }
- Type: object
DbInstanceStorageType
Optional
public object DbInstanceStorageType { get; set; }
- Type: object
DedicatedHostGroupId
Optional
public object DedicatedHostGroupId { get; set; }
- Type: object
DeletionProtection
Optional
public object DeletionProtection { get; set; }
- Type: object
PayType
Optional
public object PayType { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodType
Optional
public object PeriodType { get; set; }
- Type: object
PrivateIpAddress
Optional
public object PrivateIpAddress { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public System.Collections.Generic.IDictionary<string, object> Tags { get; set; }
- Type: System.Collections.Generic.IDictionary
TargetDedicatedHostIdForMaster
Optional
public object TargetDedicatedHostIdForMaster { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object