RosDBInstancesProps
Properties for defining a RosDBInstances.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rds-dbinstances
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosDBInstancesProps {
object ConnectionMode = null,
object ConnectionString = null,
object DbInstanceClass = null,
object DbInstanceId = null,
object DbInstanceStatus = null,
object DbInstanceType = null,
object DedicatedHostGroupId = null,
object DedicatedHostId = null,
object Engine = null,
object EngineVersion = null,
object Expired = null,
object InstanceLevel = null,
object InstanceNetworkType = null,
object PayType = null,
object ProxyId = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object SearchKey = null,
object VpcId = null,
object VSwitchId = null,
object ZoneId = null
};
Properties
| Name | Type | Description |
|---|---|---|
ConnectionMode |
object |
No description. |
ConnectionString |
object |
No description. |
DbInstanceClass |
object |
No description. |
DbInstanceId |
object |
No description. |
DbInstanceStatus |
object |
No description. |
DbInstanceType |
object |
No description. |
DedicatedHostGroupId |
object |
No description. |
DedicatedHostId |
object |
No description. |
Engine |
object |
No description. |
EngineVersion |
object |
No description. |
Expired |
object |
No description. |
InstanceLevel |
object |
No description. |
InstanceNetworkType |
object |
No description. |
PayType |
object |
No description. |
ProxyId |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
SearchKey |
object |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
ZoneId |
object |
No description. |
ConnectionModeOptional
public object ConnectionMode { get; set; }
- Type: object
ConnectionStringOptional
public object ConnectionString { get; set; }
- Type: object
DbInstanceClassOptional
public object DbInstanceClass { get; set; }
- Type: object
DbInstanceIdOptional
public object DbInstanceId { get; set; }
- Type: object
DbInstanceStatusOptional
public object DbInstanceStatus { get; set; }
- Type: object
DbInstanceTypeOptional
public object DbInstanceType { get; set; }
- Type: object
DedicatedHostGroupIdOptional
public object DedicatedHostGroupId { get; set; }
- Type: object
DedicatedHostIdOptional
public object DedicatedHostId { get; set; }
- Type: object
EngineOptional
public object Engine { get; set; }
- Type: object
EngineVersionOptional
public object EngineVersion { get; set; }
- Type: object
ExpiredOptional
public object Expired { get; set; }
- Type: object
InstanceLevelOptional
public object InstanceLevel { get; set; }
- Type: object
InstanceNetworkTypeOptional
public object InstanceNetworkType { get; set; }
- Type: object
PayTypeOptional
public object PayType { get; set; }
- Type: object
ProxyIdOptional
public object ProxyId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SearchKeyOptional
public object SearchKey { get; set; }
- Type: object
VpcIdOptional
public object VpcId { get; set; }
- Type: object
VSwitchIdOptional
public object VSwitchId { get; set; }
- Type: object
ZoneIdOptional
public object ZoneId { get; set; }
- Type: object