CloudMongoDbServerInstance

Prev Next

Available in VPC

This is the Cloud DB for MongoDB server instance.

Syntax

The syntax is as follows.

private String cloudMongoDbServerInstanceNo;
private String cloudMongoDbServerName;
private CommonCode clusterRole;
private String cloudMongoDbServerInstanceStatusName;
private CommonCode cloudMongoDbServerInstanceStatus;
private CommonCode cloudMongoDbServerInstanceOperation;
private CommonCode cloudMongoDbServerRole;
private String regionCode;
private String vpcNo;
private String subnetNo;
private Date createDate;
private Date uptime;
private String zoneCode;
private String privateDomain;
private String publicDomain;
private Long memorySize;
private Integer cpuCount;
private Long dataStorageSize;
private Long usedDataStorageSize;
private String cloudMongoDbProductCode;
private String replicaSetName;
private CommonCode dataStorageType;

Field

The following describes the fields.

Field Type Required Description
cloudMongoDbServerInstanceNo String Required Cloud DB for MongoDB server instance number
cloudMongoDbServerName String Required Cloud DB for MongoDB server name
clusterRole CommonCode Required Cloud DB for MongoDB cluster role
cloudMongoDbServerInstanceStatusName String Required Cloud DB for MongoDB server instance status name
  • creating | deleted | deleting | downgrading | pending | recovering | reinstalling | restarting | running | settingup | shuttingdown | stopped | upgrading
cloudMongoDbServerInstanceStatus CommonCode Required Cloud DB for MongoDB server instance status
  • DEL | PEND | RUN | STOP | FSTOP
    • DEL: deleted
    • PEND: pending
    • RUN: running
    • STOP: stopped
    • FSTOP: failure stopped
cloudMongoDbServerInstanceOperation CommonCode Required Cloud DB for MongoDB server instance operation status
  • NOOP | CREAT | START | RSTRT | SETUP | STOP | FO | DEL | UPGD | DWGD | RISTL
    • NOOP: no operation
    • CREAT: create
    • START: start
    • RSTRT: restart
    • SETUP: setup
    • STOP: stop
    • FO: failover
    • DEL: delete
    • UPGD: upgrade
    • DWGD: downgrade
    • RISTL: reinstall
cloudMongoDbServerRole CommonCode Optional Cloud DB for MongoDB server role
regionCode String Required Region code
vpcNo String Required VPC number
subnetNo String Required Subnet number
createDate Date Optional Creation date and time
uptime Date Optional Uptime
zoneCode String Required Zone code
privateDomain String Optional Private domain name
publicDomain String Optional Public domain name
memorySize Long Required Memory size
cpuCount Integer Required Number of virtual CPUs (vCPUs)
dataStorageSize Long Required Data storage size
usedDataStorageSize Long Optional Size of the data storage in use
cloudMongoDbProductCode String Optional Cloud DB for MongoDB product code
replicaSetName String Optional Name of replica set
dataStorageType CommonCode Optional Data storage type