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. |
DbInstanceClassRequired
public object DbInstanceClass { get; set; }
- Type: object
DbInstanceIdRequired
public object DbInstanceId { get; set; }
- Type: object
DbInstanceStorageRequired
public object DbInstanceStorage { get; set; }
- Type: object
EngineVersionRequired
public object EngineVersion { get; set; }
- Type: object
ZoneIdRequired
public object ZoneId { get; set; }
- Type: object
AutoRenewOptional
public object AutoRenew { get; set; }
- Type: object
CategoryOptional
public object Category { get; set; }
- Type: object
DbInstanceDescriptionOptional
public object DbInstanceDescription { get; set; }
- Type: object
DbInstanceStorageTypeOptional
public object DbInstanceStorageType { get; set; }
- Type: object
DedicatedHostGroupIdOptional
public object DedicatedHostGroupId { get; set; }
- Type: object
DeletionProtectionOptional
public object DeletionProtection { get; set; }
- Type: object
PayTypeOptional
public object PayType { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
PeriodTypeOptional
public object PeriodType { get; set; }
- Type: object
PrivateIpAddressOptional
public object PrivateIpAddress { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
TagsOptional
public System.Collections.Generic.IDictionary<string, object> Tags { get; set; }
- Type: System.Collections.Generic.IDictionary
TargetDedicatedHostIdForMasterOptional
public object TargetDedicatedHostIdForMaster { get; set; }
- Type: object
VpcIdOptional
public object VpcId { get; set; }
- Type: object
VSwitchIdOptional
public object VSwitchId { get; set; }
- Type: object