Skip to content

RosInstancesProps

Properties for defining a RosInstances.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmongodb/datasource"
&datasource.RosInstancesProps {
    ChargeType: interface{},
    ConnectionDomain: interface{},
    DbInstanceClass: interface{},
    DbInstanceDescription: interface{},
    DbInstanceId: interface{},
    DbInstanceStatus: interface{},
    DbInstanceType: interface{},
    EngineVersion: interface{},
    Expired: interface{},
    NetworkType: interface{},
    RefreshOptions: interface{},
    ReplicationFactor: interface{},
    ResourceGroupId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkmongodb.datasource.RosInstances.TagsProperty,
    VpcId: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
ChargeType interface{} No description.
ConnectionDomain interface{} No description.
DbInstanceClass interface{} No description.
DbInstanceDescription interface{} No description.
DbInstanceId interface{} No description.
DbInstanceStatus interface{} No description.
DbInstanceType interface{} No description.
EngineVersion interface{} No description.
Expired interface{} No description.
NetworkType interface{} No description.
RefreshOptions interface{} No description.
ReplicationFactor interface{} No description.
ResourceGroupId interface{} No description.
Tags *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkmongodb.datasource.RosInstances.TagsProperty No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.

ChargeTypeOptional

ChargeType interface{}
  • Type: interface{}

ConnectionDomainOptional

ConnectionDomain interface{}
  • Type: interface{}

DbInstanceClassOptional

DbInstanceClass interface{}
  • Type: interface{}

DbInstanceDescriptionOptional

DbInstanceDescription interface{}
  • Type: interface{}

DbInstanceIdOptional

DbInstanceId interface{}
  • Type: interface{}

DbInstanceStatusOptional

DbInstanceStatus interface{}
  • Type: interface{}

DbInstanceTypeOptional

DbInstanceType interface{}
  • Type: interface{}

EngineVersionOptional

EngineVersion interface{}
  • Type: interface{}

ExpiredOptional

Expired interface{}
  • Type: interface{}

NetworkTypeOptional

NetworkType interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

ReplicationFactorOptional

ReplicationFactor interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty
  • Type: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkmongodb.datasource.RosInstances.TagsProperty

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}