Skip to content

RosInstanceProps

Properties for defining a RosInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mongodb-instance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmongodb"
&alicloudroscdkmongodb.RosInstanceProps {
    DbInstanceClass: interface{},
    DbInstanceStorage: interface{},
    AccountPassword: interface{},
    AutoRenew: interface{},
    BackupId: interface{},
    BusinessInfo: interface{},
    ChargeType: interface{},
    CouponNo: interface{},
    DatabaseNames: interface{},
    DbInstanceDescription: interface{},
    EngineVersion: interface{},
    HiddenZoneId: interface{},
    Period: interface{},
    PrivateConnections: interface{},
    ReadonlyReplicas: interface{},
    ReplicationFactor: interface{},
    ResourceGroupId: interface{},
    RestoreTime: interface{},
    SecondaryZoneId: interface{},
    SecurityGroupId: interface{},
    SecurityIpArray: interface{},
    SrcDbInstanceId: interface{},
    StorageEngine: interface{},
    StorageType: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkmongodb.RosInstance.TagsProperty,
    TdeStatus: interface{},
    VpcId: interface{},
    VpcPasswordFree: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
DbInstanceClass interface{} No description.
DbInstanceStorage interface{} No description.
AccountPassword interface{} No description.
AutoRenew interface{} No description.
BackupId interface{} No description.
BusinessInfo interface{} No description.
ChargeType interface{} No description.
CouponNo interface{} No description.
DatabaseNames interface{} No description.
DbInstanceDescription interface{} No description.
EngineVersion interface{} No description.
HiddenZoneId interface{} No description.
Period interface{} No description.
PrivateConnections interface{} No description.
ReadonlyReplicas interface{} No description.
ReplicationFactor interface{} No description.
ResourceGroupId interface{} No description.
RestoreTime interface{} No description.
SecondaryZoneId interface{} No description.
SecurityGroupId interface{} No description.
SecurityIpArray interface{} No description.
SrcDbInstanceId interface{} No description.
StorageEngine interface{} No description.
StorageType interface{} No description.
Tags *[]TagsProperty No description.
TdeStatus interface{} No description.
VpcId interface{} No description.
VpcPasswordFree interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.

DbInstanceClassRequired

DbInstanceClass interface{}
  • Type: interface{}

DbInstanceStorageRequired

DbInstanceStorage interface{}
  • Type: interface{}

AccountPasswordOptional

AccountPassword interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

BackupIdOptional

BackupId interface{}
  • Type: interface{}

BusinessInfoOptional

BusinessInfo interface{}
  • Type: interface{}

ChargeTypeOptional

ChargeType interface{}
  • Type: interface{}

CouponNoOptional

CouponNo interface{}
  • Type: interface{}

DatabaseNamesOptional

DatabaseNames interface{}
  • Type: interface{}

DbInstanceDescriptionOptional

DbInstanceDescription interface{}
  • Type: interface{}

EngineVersionOptional

EngineVersion interface{}
  • Type: interface{}

HiddenZoneIdOptional

HiddenZoneId interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PrivateConnectionsOptional

PrivateConnections interface{}
  • Type: interface{}

ReadonlyReplicasOptional

ReadonlyReplicas interface{}
  • Type: interface{}

ReplicationFactorOptional

ReplicationFactor interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

RestoreTimeOptional

RestoreTime interface{}
  • Type: interface{}

SecondaryZoneIdOptional

SecondaryZoneId interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

SecurityIpArrayOptional

SecurityIpArray interface{}
  • Type: interface{}

SrcDbInstanceIdOptional

SrcDbInstanceId interface{}
  • Type: interface{}

StorageEngineOptional

StorageEngine interface{}
  • Type: interface{}

StorageTypeOptional

StorageType interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TdeStatusOptional

TdeStatus interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VpcPasswordFreeOptional

VpcPasswordFree interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}