Skip to content

InstanceProps

Properties for defining a Instance.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmongodb"
&alicloudroscdkmongodb.InstanceProps {
    DbInstanceClass: interface{},
    DbInstanceStorage: interface{},
    AccountPassword: interface{},
    AuditPolicyOptions: interface{},
    AutoRenew: interface{},
    BackupId: interface{},
    BackupPolicyOptions: interface{},
    BusinessInfo: interface{},
    ChargeType: interface{},
    ClusterId: interface{},
    CouponNo: interface{},
    DatabaseNames: interface{},
    DbInstanceDescription: interface{},
    DbInstanceReleaseProtection: interface{},
    Encrypted: interface{},
    EncryptionKey: interface{},
    EngineVersion: interface{},
    HiddenZoneId: interface{},
    Period: interface{},
    PrivateConnections: interface{},
    ProvisionedIops: interface{},
    ReadonlyReplicas: interface{},
    ReplicationFactor: interface{},
    ResourceGroupId: interface{},
    RestoreTime: interface{},
    RestoreType: interface{},
    SecondaryZoneId: interface{},
    SecurityGroupId: interface{},
    SecurityIpArray: interface{},
    SrcDbInstanceId: interface{},
    SrcRegion: interface{},
    SslOptions: 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{} Property dbInstanceClass: MongoDB instance supported instance type, make sure it should be correct.
DbInstanceStorage interface{} Property dbInstanceStorage: Database instance storage size.
AccountPassword interface{} Property accountPassword: The password of the root account.
AuditPolicyOptions interface{} Property auditPolicyOptions: Audit policy options.
AutoRenew interface{} Property autoRenew: Specifies whether to enable auto-renewal for the instance.
BackupId interface{} Property backupId: The backup point ID.
BackupPolicyOptions interface{} Property backupPolicyOptions: Backup policy options.
BusinessInfo interface{} Property businessInfo: The business information.
ChargeType interface{} Property chargeType: The billing method of the instance.values:PostPaid: Pay-As-You-Go.PrePaid: Subscription.Default value: PostPaid.
ClusterId interface{} Property clusterId: The dedicated cluster ID.
CouponNo interface{} Property couponNo: Specifies whether to use a coupon.
DatabaseNames interface{} Property databaseNames: The database name.
DbInstanceDescription interface{} Property dbInstanceDescription: The name of the instance.
DbInstanceReleaseProtection interface{} Property dbInstanceReleaseProtection: Enables instance release protection.
Encrypted interface{} Property encrypted: Whether to enable cloud disk encryption.
EncryptionKey interface{} Property encryptionKey: Custom key ID.
EngineVersion interface{} Property engineVersion: The database version.
HiddenZoneId interface{} Property hiddenZoneId: Configure the zone where the hidden node resides to implement multi-availability zone deployment.
Period interface{} Property period: The subscription duration of the instance.
PrivateConnections interface{} Property privateConnections: Connection configs of private connection.
ProvisionedIops interface{} Property provisionedIops: Provisioned IOPS.
ReadonlyReplicas interface{} Property readonlyReplicas: The number of read-only nodes in the replica set instance.
ReplicationFactor interface{} Property replicationFactor: The number of nodes in the replica set.
ResourceGroupId interface{} Property resourceGroupId: The ID of the resource group.
RestoreTime interface{} Property restoreTime: The time to restore the cloned instance to.
RestoreType interface{} Property restoreType: The method to restore an instance from a backup.
SecondaryZoneId interface{} Property secondaryZoneId: Configure the zone where the secondary node resides to implement multi-availability zone deployment.
SecurityGroupId interface{} Property securityGroupId: The ID of the ECS security group.
SecurityIpArray interface{} Property securityIpArray: Security ips to add or remove.
SrcDbInstanceId interface{} Property srcDbInstanceId: The source instance ID.
SrcRegion interface{} Property srcRegion: The source instance region.
SslOptions interface{} Property sslOptions: SSL options.
StorageEngine interface{} Property storageEngine: Database storage engine.Support WiredTiger, RocksDB, TerarkDB.
StorageType interface{} Property storageType: The storage type of the instance.
Tags *[]TagsProperty Property tags: Tags to attach to instance.
TdeStatus interface{} Property tdeStatus: Specifies whether to enable Transparent Data Encryption (TDE).
VpcId interface{} Property vpcId: The VPC id to create mongodb instance.
VpcPasswordFree interface{} Property vpcPasswordFree: Specifies whether to enable password free for access within the VPC.
VSwitchId interface{} Property vSwitchId: The vSwitch Id to create mongodb instance.
ZoneId interface{} Property zoneId: On which zone to create the instance.

DbInstanceClassRequired

DbInstanceClass interface{}
  • Type: interface{}

Property dbInstanceClass: MongoDB instance supported instance type, make sure it should be correct.


DbInstanceStorageRequired

DbInstanceStorage interface{}
  • Type: interface{}

Property dbInstanceStorage: Database instance storage size.

MongoDB is [5,3000], increased every 10 GB, Unit in GB


AccountPasswordOptional

AccountPassword interface{}
  • Type: interface{}

Property accountPassword: The password of the root account.

The password must meet the following requirements:

  • It must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
  • Special characters include !@#$%^&*()_+-=
  • It must be 8 to 32 characters in length.

AuditPolicyOptionsOptional

AuditPolicyOptions interface{}
  • Type: interface{}

Property auditPolicyOptions: Audit policy options.


AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

Property autoRenew: Specifies whether to enable auto-renewal for the instance.

Valid values:

  • true: Auto-renewal is enabled.
  • false: Auto-renewal is disabled. You must manually renew the instance. This is the default value.

This parameter is optional and takes effect only when you set the ChargeType parameter to PrePaid.


BackupIdOptional

BackupId interface{}
  • Type: interface{}

Property backupId: The backup point ID.

To query the backup point ID, call the DescribeBackups operation.

You must specify this parameter and the SrcDBInstanceId parameter only when you clone an instance based on a backup point.


BackupPolicyOptionsOptional

BackupPolicyOptions interface{}
  • Type: interface{}

Property backupPolicyOptions: Backup policy options.


BusinessInfoOptional

BusinessInfo interface{}
  • Type: interface{}

Property businessInfo: The business information.

It is an additional parameter.


ChargeTypeOptional

ChargeType interface{}
  • Type: interface{}

Property chargeType: The billing method of the instance.values:PostPaid: Pay-As-You-Go.PrePaid: Subscription.Default value: PostPaid.


ClusterIdOptional

ClusterId interface{}
  • Type: interface{}

Property clusterId: The dedicated cluster ID.


CouponNoOptional

CouponNo interface{}
  • Type: interface{}

Property couponNo: Specifies whether to use a coupon.

Valid values:

  • default or null (default): Uses a coupon.
  • youhuiquan_promotion_option_id_for_blank: Does not use a coupon.

DatabaseNamesOptional

DatabaseNames interface{}
  • Type: interface{}

Property databaseNames: The database name.

When you clone an instance, you can specify this parameter to clone specific databases. If you do not specify this parameter, all databases of the instance are cloned.


DbInstanceDescriptionOptional

DbInstanceDescription interface{}
  • Type: interface{}

Property dbInstanceDescription: The name of the instance.

The name must meet the following requirements:

  • It must start with a Chinese character or a letter.
  • It can contain digits, Chinese characters, letters, underscores (_), periods (.), and hyphens (-).
  • It must be 2 to 256 characters in length.

DbInstanceReleaseProtectionOptional

DbInstanceReleaseProtection interface{}
  • Type: interface{}

Property dbInstanceReleaseProtection: Enables instance release protection.

Values:

  • true: Enabled.
  • false: Not enabled.

EncryptedOptional

Encrypted interface{}
  • Type: interface{}

Property encrypted: Whether to enable cloud disk encryption.


EncryptionKeyOptional

EncryptionKey interface{}
  • Type: interface{}

Property encryptionKey: Custom key ID.


EngineVersionOptional

EngineVersion interface{}
  • Type: interface{}

Property engineVersion: The database version.

Valid values:

  • 8.0
  • 7.0
  • 6.0
  • 5.0
  • 4.4
  • 4.2
  • 4.0
  • When you clone an instance by calling this operation, the value of this parameter must be the same as that of the source instance.

HiddenZoneIdOptional

HiddenZoneId interface{}
  • Type: interface{}

Property hiddenZoneId: Configure the zone where the hidden node resides to implement multi-availability zone deployment.

When the value of the EngineVersion is 4.4 and later, this parameter is available and required. The value of this parameter cannot be the same as that of ZoneId and SecondaryZoneId.


PeriodOptional

Period interface{}
  • Type: interface{}

Property period: The subscription duration of the instance.

Unit: month. Valid values: 1 to 9 (integer), 12, 24, 36, and 60.

This parameter is required and takes effect only when you set the ChargeType parameter to PrePaid.


PrivateConnectionsOptional

PrivateConnections interface{}
  • Type: interface{}

Property privateConnections: Connection configs of private connection.


ProvisionedIopsOptional

ProvisionedIops interface{}
  • Type: interface{}

Property provisionedIops: Provisioned IOPS.

The value range is 0 to 50000.


ReadonlyReplicasOptional

ReadonlyReplicas interface{}
  • Type: interface{}

Property readonlyReplicas: The number of read-only nodes in the replica set instance.

Valid values are integers from 0 to 5. The default value is 0.


ReplicationFactorOptional

ReplicationFactor interface{}
  • Type: interface{}

Property replicationFactor: The number of nodes in the replica set.

Allowed values: [3, 5, 7], default to 3.


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group.


RestoreTimeOptional

RestoreTime interface{}
  • Type: interface{}

Property restoreTime: The time to restore the cloned instance to.

The format is yyyy-MM-ddTHH:mm:ssZ.This parameter can only be specified when this operation is called to clone instances.You must also specify theSrcDBInstanceIdparameter and theBackupIdparameter.You can clone instances to any restore time in the past seven days.


RestoreTypeOptional

RestoreType interface{}
  • Type: interface{}

Property restoreType: The method to restore an instance from a backup.

  • 0: Restores the instance to a specified backup set.
  • 1: Restores the instance to a specified point in time.
  • 2: Restores a released instance to a specified backup set.
  • 3: Restores the instance to a specified geo-redundant backup set.

SecondaryZoneIdOptional

SecondaryZoneId interface{}
  • Type: interface{}

Property secondaryZoneId: Configure the zone where the secondary node resides to implement multi-availability zone deployment.

When the value of the EngineVersion is 4.4 and later, this parameter is available and required.The value of this parameter cannot be the same as that of ZoneId and HiddenZoneId.


SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

Property securityGroupId: The ID of the ECS security group.

Each ApsaraDB for MongoDB instance can be added in up to 10 security group. You can call the ECS DescribeSecurityGroup to describe the ID of the security group in the target region.


SecurityIpArrayOptional

SecurityIpArray interface{}
  • Type: interface{}

Property securityIpArray: Security ips to add or remove.

Update to this property will cover the current security ips.


SrcDbInstanceIdOptional

SrcDbInstanceId interface{}
  • Type: interface{}

Property srcDbInstanceId: The source instance ID.

This parameter is required only when you clone an instance by calling this operation. You must also specify the RestoreTime parameter.


SrcRegionOptional

SrcRegion interface{}
  • Type: interface{}

Property srcRegion: The source instance region.

  • When the backup recovery type is 2 or 3, this parameter is required.

SslOptionsOptional

SslOptions interface{}
  • Type: interface{}

Property sslOptions: SSL options.


StorageEngineOptional

StorageEngine interface{}
  • Type: interface{}

Property storageEngine: Database storage engine.Support WiredTiger, RocksDB, TerarkDB.


StorageTypeOptional

StorageType interface{}
  • Type: interface{}

Property storageType: The storage type of the instance.

Instances of MongoDB 4.4 and later only support cloud disks. cloud_essd1 is selected if you leave this parameter empty. Instances of MongoDB 4.2 and earlier support only local disks. local_ssd is selected if you leave this parameter empty.


TagsOptional

Tags *[]TagsProperty

Property tags: Tags to attach to instance.

Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.


TdeStatusOptional

TdeStatus interface{}
  • Type: interface{}

Property tdeStatus: Specifies whether to enable Transparent Data Encryption (TDE).

Valid values: true: enable TDE false: disable TDE (default) Note: You cannot disable TDE after it is enabled.


VpcIdOptional

VpcId interface{}
  • Type: interface{}

Property vpcId: The VPC id to create mongodb instance.


VpcPasswordFreeOptional

VpcPasswordFree interface{}
  • Type: interface{}

Property vpcPasswordFree: Specifies whether to enable password free for access within the VPC.

If set to:

  • true: enables password free.
  • false: disables password free.

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

Property vSwitchId: The vSwitch Id to create mongodb instance.


ZoneIdOptional

ZoneId interface{}
  • Type: interface{}

Property zoneId: On which zone to create the instance.

If VpcId and VSwitchId is specified, ZoneId is required and VSwitch should be in same zone.