CloudPostgresqlServerInstance

Prev Next

Available in VPC

This is the Cloud DB for PostgreSQL server instance.

Syntax

The syntax is as follows.

private String cloudPostgresqlServerInstanceNo;
private String cloudPostgresqlServerName;
private CommonCode cloudPostgresqlServerRole;
private String cloudPostgresqlServerInstanceStatusName;
private CommonCode cloudPostgresqlServerInstanceStatus;
private CommonCode cloudPostgresqlServerInstanceOperation;
private String cloudPostgresqlProductCode;
private String regionCode;
private String zoneCode;
private String vpcNo;
private String subnetNo;
private Boolean isPublicSubnet;
private String publicDomain;
private String privateDomain;
private String privateIp;
private CommonCode dataStorageType;
private Boolean isStorageEncryption;
private Long dataStorageSize;
private Long usedDataStorageSize;
private Integer cpuCount;
private Long memorySize;
private Date uptime;
private Date createDate;

Field

The following describes the fields.

Field Type Required Description
cloudPostgresqlServerInstanceNo String Required Cloud DB for PostgreSQL server instance number
cloudPostgresqlServerName String Required Cloud DB for PostgreSQL server name
cloudPostgresqlServerRole CommonCode Required Cloud DB for PostgreSQL server role
cloudPostgresqlServerInstanceStatusName String Required Cloud DB for PostgreSQL server instance status name
  • creating | deleted | deleting | downgrading | pending | recovering | reinstalling | restarting | running | settingup | shuttingdown | stopped | upgrading | downgrading
cloudPostgresqlServerInstanceStatus CommonCode Required Cloud DB for PostgreSQL server instance status
  • DEL | PEND | RUN | STOP | FSTOP
    • DEL: Deleted
    • PEND: Pending
    • RUN: Running
    • STOP: Stopped
    • FSTOP: Failure Stopped
cloudPostgresqlServerInstanceOperation CommonCode Required Cloud DB for PostgreSQL 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
cloudPostgresqlProductCode String Optional Cloud DB for PostgreSQL product code
regionCode String Required Region code
zoneCode String Required Zone code
vpcNo String Required VPC number
subnetNo String Required Subnet number
isPublicSubnet Boolean Optional Public subnet status
  • true | false
publicDomain String Optional Public domain name
privateDomain String Optional Private domain name
privateIp String Optional Private IP
dataStorageType CommonCode Optional Data storage type
isStorageEncryption Boolean Optional Data storage encryption status
  • true | false
dataStorageSize Long Required Data storage size
usedDataStorageSize Long Optional Size of data storage in use
cpuCount Integer Required Number of virtual CPUs (vCPUs)
memorySize Long Required Memory size
uptime Date Optional VM boot completion time
createDate Date Optional Creation date and time