Skip to content

RosInstancesProps

Properties for defining a RosInstances.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mongodb-instances

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mongodb;
new RosInstancesProps {
    object ChargeType = null,
    object ConnectionDomain = null,
    object DbInstanceClass = null,
    object DbInstanceDescription = null,
    object DbInstanceId = null,
    object DbInstanceStatus = null,
    object DbInstanceType = null,
    object EngineVersion = null,
    object Expired = null,
    object NetworkType = null,
    object RefreshOptions = null,
    object ReplicationFactor = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null,
    object VpcId = null,
    object VSwitchId = null,
    object ZoneId = null
};

Properties

Name Type Description
ChargeType object No description.
ConnectionDomain object No description.
DbInstanceClass object No description.
DbInstanceDescription object No description.
DbInstanceId object No description.
DbInstanceStatus object No description.
DbInstanceType object No description.
EngineVersion object No description.
Expired object No description.
NetworkType object No description.
RefreshOptions object No description.
ReplicationFactor object No description.
ResourceGroupId object No description.
Tags AlibabaCloud.SDK.ROS.CDK.Mongodb.datasource.RosInstances.TagsProperty[] No description.
VpcId object No description.
VSwitchId object No description.
ZoneId object No description.

ChargeTypeOptional

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

ConnectionDomainOptional

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

DbInstanceClassOptional

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

DbInstanceDescriptionOptional

public object DbInstanceDescription { 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

EngineVersionOptional

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

ExpiredOptional

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

NetworkTypeOptional

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

RefreshOptionsOptional

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

ReplicationFactorOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Mongodb.datasource.RosInstances.TagsProperty[]

VpcIdOptional

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

VSwitchIdOptional

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

ZoneIdOptional

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