Skip to content

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.

DbTypeOptional

public object DbType { get; set; }
  • Type: object

InstanceChargeTypeOptional

public object InstanceChargeType { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

ZoneIdOptional

public object ZoneId { get; set; }
  • Type: object