RosInstanceClassesProps
Properties for defining a RosInstanceClasses
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mongodb-instanceclasses
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mongodb;
new RosInstanceClassesProps {
object DbType = null,
object InstanceChargeType = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object ZoneId = null
};
Properties
Name | Type | Description |
---|---|---|
DbType |
object |
No description. |
InstanceChargeType |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
ZoneId |
object |
No description. |
DbType
Optional
public object DbType { get; set; }
- Type: object
InstanceChargeType
Optional
public object InstanceChargeType { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object