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. |
ConnectionMode
Optional
public object ConnectionMode { get; set; }
- Type: object
ConnectionString
Optional
public object ConnectionString { get; set; }
- Type: object
DbInstanceClass
Optional
public object DbInstanceClass { get; set; }
- Type: object
DbInstanceId
Optional
public object DbInstanceId { get; set; }
- Type: object
DbInstanceStatus
Optional
public object DbInstanceStatus { get; set; }
- Type: object
DbInstanceType
Optional
public object DbInstanceType { get; set; }
- Type: object
DedicatedHostGroupId
Optional
public object DedicatedHostGroupId { get; set; }
- Type: object
DedicatedHostId
Optional
public object DedicatedHostId { get; set; }
- Type: object
Engine
Optional
public object Engine { get; set; }
- Type: object
EngineVersion
Optional
public object EngineVersion { get; set; }
- Type: object
Expired
Optional
public object Expired { get; set; }
- Type: object
InstanceLevel
Optional
public object InstanceLevel { get; set; }
- Type: object
InstanceNetworkType
Optional
public object InstanceNetworkType { get; set; }
- Type: object
PayType
Optional
public object PayType { get; set; }
- Type: object
ProxyId
Optional
public object ProxyId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SearchKey
Optional
public object SearchKey { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object