CloudMysqlInstance
    • PDF

    CloudMysqlInstance

    • PDF

    Article summary

    Available in VPC

    This is a Cloud DB for MySQL instance.

    Syntax

    The syntax is as follows.

    private String cloudMysqlInstanceNo;
    private String cloudMysqlServiceName;
    private String cloudMysqlInstanceStatusName;
    private CommonCode cloudMysqlInstanceStatus;
    private CommonCode cloudMysqlInstanceOperation;
    private String cloudMysqlImageProductCode;
    private String engineVersion;
    private CommonCode license;
    private Integer cloudMysqlPort;
    private Boolean isHa;
    private Boolean isMultiZone;
    private Boolean isBackup;
    private Integer backupFileRetentionPeriod;
    private String backupTime;
    private String generationCode;
    private Date createDate;
    private List<String> accessControlGroupNoList;
    private List<String> cloudMysqlConfigList;
    private List<CloudMysqlServerInstance> cloudMysqlServerInstanceList;
    

    Field

    The following describes the fields.

    FieldTypeRequiredDescription
    cloudMysqlInstanceNoStringRequiredCloud DB for MySQL instance number
    cloudMysqlServiceNameStringRequiredCloud DB for MySQL service name
    cloudMysqlInstanceStatusNameStringRequiredCloud DB for MySQL instance status name
    • creating | deleted | deleting | pending | recovering | reinstalling | restarting | running | settingup | shuttingdown | stopped | upgrading | downgrading
    cloudMysqlInstanceStatusCommonCodeRequiredCloud DB for MySQL instance status
    • INIT | CREAT | DEL
      • INIT: initiated
      • CREAT: created
      • DEL: deleted
    cloudMysqlInstanceOperationCommonCodeRequiredCloud DB for MySQL instance operation status
    • CREAT | DEL | FO | NULL | SETUP | UPGD | DWGD | BKP
      • CREAT: create
      • DEL: delete
      • FO: failover
      • NULL: no operation
      • SETUP: setup
      • UPGD: upgrade
      • DWGD: downgrade
      • BKP: backup
    cloudMysqlImageProductCodeStringOptionalCloud DB for MySQL image product code
    engineVersionStringOptionalCloud DB for MySQL engine version
    licenseCommonCodeOptionalCloud DB for MySQL license
    cloudMysqlPortIntegerOptionalCloud DB for MySQL port
    isHaBooleanRequiredHigh availability status
    • true | false
    isMultiZoneBooleanRequiredMulti-zone status
    • true | false
    isBackupBooleanOptionalBackup status
    • true | false
    backupFileRetentionPeriodIntegerOptionalBackup file retention period
    backupTimeStringOptionalBackup time
    generationCodeStringRequiredServer generation code
    createDateDateRequiredCreation date and time
    accessControlGroupNoListList<String>OptionalACG number list
    cloudMysqlConfigListList<String>OptionalCloud DB for MySQL config list
    cloudMysqlServerInstanceListList<CloudMysqlServerInstance>RequiredCloud DB for MySQL server instance list

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.