MENU
      createCloudMysqlRecoveryInstance

        createCloudMysqlRecoveryInstance


        記事の要約

        VPC環境で利用できます。

        Cloud DB for MySQLインスタンスに Recoveryサーバインスタンスを作成します。バックアップファイルまたは特定の時点に復元します。

        コマンド

        コマンド構文は次の通りです。

        ncloud vmysql createCloudMysqlRecoveryInstance [regionCode KR] [cloudMysqlInstanceNo] [subnetNo] [fileName] [recoveryTime] [cloudMysqlRecoveryServerName] [output]
        Plain text

        パラメータ

        パラメータの説明は次の通りです。

        パラメータタイプ必須の有無説明制限事項
        regionCodeStringNCloud DB for MySQLインスタンスが存在するリージョンコード
        - getRegionListアクションを通じて取得可能
        - デフォルト: getRegionList照会結果の最初のリージョンを選択
        -
        cloudMysqlInstanceNoStringYCloud DB for MySQLのインスタンス番号
        - getCloudMysqlInstanceListアクションを通じて取得可能
        -
        subnetNoStringNSubnet番号
        - getCloudMysqlTargetSubnetListアクションを通じて取得可能
        - Cloud DB for MySQLインスタンスの isMultiZoneが trueである場合、subnetNoは必ず入力
        - Cloud DB for MySQLインスタンスの isMultiZoneが falseである場合、subnetNoは入力せず、既存の subnetNoに作成される
        - Publicドメインは Public Subnetに作成された DBサーバでのみ申し込み可能
        - Cloud DB for MySQL Recoveryサーバインスタンス作成後に Subnetの移転はできない
        -
        fileNameStringNバックアップファイル名
        - fileNameを入力すると recoveryTimeは入力せず、fileNameと recoveryTimeのうち1つは必ず入力
        - バックアップファイルで復元すると、バックアップ完了時間に復元
        - getCloudMysqlBackupDetailListアクションを通じて取得可能
        -
        recoveryTimeStringN時点復元の時間
        - recoveryTimeを入力すると fileNameは入力せず、fileNameと recoveryTimeのうち1つは必ず入力
        - 入力可能な時間はgetCloudMysqlRecoveryTimeアクションを通じて取得可能
        yyyy-MM-dd HH:mm
        cloudMysqlRecoveryServerNameStringYCloud DB for MySQL Recoveryサーバインスタンス名
        - ホスト名の重複を防ぐため、任意の textが追加されて作成される
        - 英字の小文字、数字、ハイフン( - )のみ使用可能
        - 先頭文字は英字、末尾文字は英字または数字のみ使用可能
        - 最小: 3
        - 最大: 25
        outputStringNレスポンス結果のフォーマットタイプ
        - オプション: xml | json
        - デフォルト: json
        -

        レスポンス

        レスポンスデータのタイプ

        コマンドの呼び出しに対するレスポンスデータタイプは次の通りです。

        • CloudMysqlInstanceListタイプ
        CloudMysqlInstanceList extends CommonResponse説明
        private Integer totalRows;照会されたリストの総数
        private List<CloudMysqlInstance> cloudMysqlInstanceList = new ArrayList<>();
        • CloudMysqlInstanceタイプ
        CloudMysqlInstance説明
        private String cloudMysqlInstanceNo;Cloud DB for MySQLのインスタンス番号
        private String cloudMysqlServiceName;Cloud DB for MySQLサービス名
        private String cloudMysqlInstanceStatusName;Cloud DB for MySQLインスタンスのステータス名
        -creating
        -deleted
        -deleting
        -pending
        -recovering
        -reinstalling
        -restarting
        -running
        -settingup
        -shuttingdown
        -stopped
        -upgrading
        -downgrading
        private CommonCode cloudMysqlInstanceStatus;Cloud DB for MySQLインスタンスのステータスコード
        -INIT (init)
        -CREAT (created)
        -DEL (deleted)
        private CommonCode cloudMysqlInstanceOperation;Cloud DB for MySQLインスタンスの Operationコード
        -CREAT (create)
        -DEL (delete)
        -FO (failover)
        -NULL (no)
        -SETUP (setup)
        -UPGD (upgrade)
        -DWGD (downgrade)
        -BKP (backup)
        private String cloudMysqlImageProductCode;Cloud DB for MySQLイメージ商品コード
        private String engineVersion;Cloud DB for MySQLエンジンバージョン
        private CommonCode license;Cloud DB for MySQLライセンス
        private Integer cloudMysqlPort;Cloud DB for MySQLポート
        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;ACG番号リスト
        private List<String> cloudMysqlConfigList;Cloud DB for MySQL Configリスト
        private List<CloudMysqlServerInstance> cloudMysqlServerInstanceList;Cloud DB for MySQLサーバインスタンスリスト
        • CloudMysqlServerInstanceタイプ
        CloudMysqlServerInstance説明
        private String cloudMysqlServerInstanceNo;Cloud DB for MySQLサーバインスタンス番号
        private String cloudMysqlServerName;Cloud DB for MySQLサーバ名
        private CommonCode cloudMysqlServerRole;Cloud DB for MySQLサーバのロール
        private String cloudMysqlServerInstanceStatusName;Cloud DB for MySQLサーバインスタンスのステータス名
        -creating
        -deleted
        -deleting
        -downgrading
        -pending
        -recovering
        -reinstalling
        -restarting
        -running
        -settingup
        -shuttingdown
        -stopped
        -upgrading
        -downgrading
        private CommonCode cloudMysqlServerInstanceStatus;Cloud DB for MySQLサーバインスタンスのステータスコード
        -DEL (deleted)
        -PEND (pending)
        -RUN (running)
        -STOP (stopped)
        -FSTOP (failure stopped)
        private CommonCode cloudMysqlServerInstanceOperation;Cloud DB for MySQLサーバインスタンスの Operationコード
        -NOOP (no operation)
        -CREAT (create)
        -START (start)
        -RSTRT (restart)
        -SETUP (setup)
        -STOP (stop)
        -FO (failover)
        -DEL (delete)
        -UPGD (upgrade)
        -DWGD (downgrade)
        -RISTL(サーバ reinstall)
        -MIG (migration)
        private String cloudMysqlProductCode;Cloud DB for MySQL商品コード
        private String regionCode;リージョンコード
        private String zoneCode;ZONEコード
        private String vpcNo;VPC番号
        private String subnetNo;Subnet番号
        private Boolean isPublicSubnet;Public Subnetかどうか
        private String publicDomain;グローバルドメイン名
        private String privateDomain;プライベートドメイン名
        private String privateIp;内部 IPアドレス
        private CommonCode dataStorageType;データストレージタイプ
        private Boolean isStorageEncryption;データストレージ暗号化の有無
        private Long dataStorageSize;データストレージ容量
        private Long usedDataStorageSize;使用中のデータストレージ容量
        private Integer cpuCount;virtual CPU数
        private Long memorySize;メモリ容量
        private Date uptime;VM Booting完了時間
        private Date createDate;作成日

        呼び出しとレスポンスの例を説明します。

        呼び出し例

        呼び出しのサンプルコードは次の通りです。

        ncloud vmysql createCloudMysqlRecoveryInstance --regionCode KR --cloudMysqlInstanceNo ****890 --fileName 20210722 --cloudMysqlRecoveryServerName test-recovery --subnetNo ****91
        Plain text

        レスポンス例

        レスポンスのサンプルコードは次の通りです。

        レスポンス結果のフォーマットタイプ(output)が jsonの場合

        {
          "createCloudMysqlRecoveryInstanceResponse": {
            "requestId": "ec3580e6-2cc8-487b-bc61-f4ff52ffebc0",
            "returnCode": 0,
            "returnMessage": "success",
            "totalRows": 1,
            "cloudMysqlInstanceList": {
              "cloudMysqlInstance": {
                "cloudMysqlInstanceNo": "****890",
                "cloudMysqlServiceName": "test-****",
                "cloudMysqlInstanceStatusName": "pending",
                "cloudMysqlInstanceStatus": {
                  "code": "CREAT",
                  "codeName": "CLOUD DATABASE(VPC) Created State"
                },
                "cloudMysqlInstanceOperation": {
                  "code": "NULL",
                  "codeName": "CLOUD DATABASE(VPC) Null OP"
                },
                "cloudMysqlImageProductCode": "SW.VDBAS.DBAAS.LNX64.CNTOS.0708.MYSQL.5732.B050",
                "engineVersion": "MYSQL5.7.32",
                "license": {
                  "code": "GPL",
                  "codeName": "General Public License"
                },
                "cloudMysqlPort": 13306,
                "isHa": true,
                "isMultiZone": true,
                "isBackup": true,
                "backupFileRetentionPeriod": 10,
                "backupTime": "02:00",
                "generationCode": "G2",
                "createDate": "2021-05-27T18:00:00+0900",
                "accessControlGroupNoList": [
                  "****58"
                ],
                "cloudMysqlConfigList": [
                  "autocommit=ON",
                  "default-time-zone=+09:00",
                  "wait_timeout=28800"
                ],
                "cloudMysqlServerInstanceList": {
                  "cloudMysqlServerInstance": [
                    {
                      "cloudMysqlServerInstanceNo": "****891",
                      "cloudMysqlServerName": "test-****-001-e04",
                      "cloudMysqlServerRole": {
                        "code": "M",
                        "codeName": "Master"
                      },
                      "cloudMysqlServerInstanceStatusName": "deleting",
                      "cloudMysqlServerInstanceStatus": {
                        "code": "RUN",
                        "codeName": "CLOUD DATABASE(VPC) Server Running State"
                      },
                      "cloudMysqlServerInstanceOperation": {
                        "code": "NOOP",
                        "codeName": "CLOUD DATABASE(VPC) Server Null OP"
                      },
                      "cloudMysqlProductCode": "SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002",
                      "regionCode": "KR",
                      "zoneCode": "KR-1",
                      "vpcNo": "****83",
                      "subnetNo": "****91",
                      "isPublicSubnet": true,
                      "publicDomain": "db-****.vpc-pub-cdb.ntruss.com",
                      "privateDomain": "db-****.vpc-cdb.ntruss.com",
                      "privateIp": "***.***.***.***",
                      "dataStorageType": {
                        "code": "SSD",
                        "codeName": "SSD"
                      },
                      "isStorageEncryption": true,
                      "dataStorageSize": 10737418240,
                      "usedDataStorageSize": 2791728640,
                      "cpuCount": 2,
                      "memorySize": 8589934592,
                      "uptime": "2021-05-27T18:10:00+0900",
                      "createDate": "2021-05-27T18:00:00+0900"
                    },
                    {
                      "cloudMysqlServerInstanceNo": "****897",
                      "cloudMysqlServerName": "test-****-002-e05",
                      "cloudMysqlServerRole": {
                        "code": "H",
                        "codeName": "Standby Master"
                      },
                      "cloudMysqlServerInstanceStatusName": "deleting",
                      "cloudMysqlServerInstanceStatus": {
                        "code": "RUN",
                        "codeName": "CLOUD DATABASE(VPC) Server Running State"
                      },
                      "cloudMysqlServerInstanceOperation": {
                        "code": "NOOP",
                        "codeName": "CLOUD DATABASE(VPC) Server Null OP"
                      },
                      "cloudMysqlProductCode": "SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002",
                      "regionCode": "KR",
                      "zoneCode": "KR-2",
                      "vpcNo": "****83",
                      "subnetNo": "****93",
                      "isPublicSubnet": true,
                      "privateDomain": "db-****.vpc-cdb.ntruss.com",
                      "privateIp": "***.***.***.***",
                      "dataStorageType": {
                        "code": "SSD",
                        "codeName": "SSD"
                      },
                      "isStorageEncryption": true,
                      "dataStorageSize": 10737418240,
                      "usedDataStorageSize": 2791728640,
                      "cpuCount": 2,
                      "memorySize": 8589934592,
                      "uptime": "2021-05-27T18:10:00+0900",
                      "createDate": "2021-05-27T18:00:00+0900"
                    },
                    {
                      "cloudMysqlServerName": "test-recovery-001-exr",
                      "cloudMysqlServerRole": {
                        "code": "R",
                        "codeName": "Recovery"
                      },
                      "cloudMysqlServerInstanceStatusName": "pending",
                      "cloudMysqlServerInstanceStatus": {
                        "code": "PEND",
                        "codeName": "CLOUD DATABASE(VPC) Server Pending State"
                      },
                      "cloudMysqlServerInstanceOperation": {
                        "code": "NOOP",
                        "codeName": "CLOUD DATABASE(VPC) Server Null OP"
                      },
                      "cloudMysqlProductCode": "SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002",
                      "regionCode": "KR",
                      "zoneCode": "KR-1",
                      "vpcNo": "****83",
                      "subnetNo": "****91",
                      "isPublicSubnet": true,
                      "privateDomain": "db-****.vpc-cdb.ntruss.com",
                      "privateIp": "***.***.***.***",
                      "dataStorageType": {
                        "code": "SSD",
                        "codeName": "SSD"
                      },
                      "isStorageEncryption": true,
                      "dataStorageSize": 10737418240,
                      "usedDataStorageSize": 2791728640,
                      "cpuCount": 2,
                      "memorySize": 8589934592,
                      "uptime": "2021-07-22T18:10:00+0900",
                      "createDate": "2021-07-22T18:00:00+0900"
                    }
                  ]
                }
              }
            }
          }
        }
        JSON

        レスポンス結果のフォーマットタイプ(output)が xmlの場合

        <createCloudMysqlRecoveryInstanceResponse>
            <requestId>ec3580e6-2cc8-487b-bc61-f4ff52ffebc0</requestId>
            <returnCode>0</returnCode>
            <returnMessage>success</returnMessage>
            <totalRows>1</totalRows>
            <cloudMysqlInstanceList>
                <cloudMysqlInstance>
                    <cloudMysqlInstanceNo>****890</cloudMysqlInstanceNo>
                    <cloudMysqlServiceName>test-****</cloudMysqlServiceName>
                    <cloudMysqlInstanceStatusName>pending</cloudMysqlInstanceStatusName>
                    <cloudMysqlInstanceStatus>
                        <code>CREAT</code>
                        <codeName>CLOUD DATABASE(VPC) Created State</codeName>
                    </cloudMysqlInstanceStatus>
                    <cloudMysqlInstanceOperation>
                        <code>NULL</code>
                        <codeName>CLOUD DATABASE(VPC) Null OP</codeName>
                    </cloudMysqlInstanceOperation>
                    <cloudMysqlImageProductCode>SW.VDBAS.DBAAS.LNX64.CNTOS.0708.MYSQL.5732.B050</cloudMysqlImageProductCode>
                    <engineVersion>MYSQL5.7.32</engineVersion>
                    <license>
                        <code>GPL</code>
                        <codeName>General Public License</codeName>
                    </license>
                    <cloudMysqlPort>13306</cloudMysqlPort>
                    <isHa>true</isHa>
                    <isMultiZone>true</isMultiZone>
                    <isBackup>true</isBackup>
                    <backupFileRetentionPeriod>10</backupFileRetentionPeriod>
                    <backupTime>02:00</backupTime>
                    <generationCode>G2</generationCode>
                    <createDate>2021-05-27T18:00:00+0900</createDate>
                    <accessControlGroupNoList>
                        <accessControlGroupNo>****58</accessControlGroupNo>
                    </accessControlGroupNoList>
                    <cloudMysqlConfigList>
                        <cloudMysqlConfig>autocommit=ON</cloudMysqlConfig>
                        <cloudMysqlConfig>default-time-zone=+09:00</cloudMysqlConfig>
                        <cloudMysqlConfig>wait_timeout=28800</cloudMysqlConfig>
                    </cloudMysqlConfigList>
                    <cloudMysqlServerInstanceList>
                        <cloudMysqlServerInstance>
                            <cloudMysqlServerInstanceNo>****891</cloudMysqlServerInstanceNo>
                            <cloudMysqlServerName>test-****-001-e04</cloudMysqlServerName>
                            <cloudMysqlServerRole>
                                <code>M</code>
                                <codeName>Master</codeName>
                            </cloudMysqlServerRole>
                            <cloudMysqlServerInstanceStatusName>deleting</cloudMysqlServerInstanceStatusName>
                            <cloudMysqlServerInstanceStatus>
                                <code>RUN</code>
                                <codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
                            </cloudMysqlServerInstanceStatus>
                            <cloudMysqlServerInstanceOperation>
                                <code>NOOP</code>
                                <codeName>CLOUD DATABASE(VPC) Server Null OP</codeName>
                            </cloudMysqlServerInstanceOperation>
                            <cloudMysqlProductCode>SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002</cloudMysqlProductCode>
                            <regionCode>KR</regionCode>
                            <zoneCode>KR-1</zoneCode>
                            <vpcNo>****83</vpcNo>
                            <subnetNo>****91</subnetNo>
                            <isPublicSubnet>true</isPublicSubnet>
                            <publicDomain>db-****.vpc-pub-cdb.ntruss.com</publicDomain>
                            <privateDomain>db-****.vpc-cdb.ntruss.com</privateDomain>
                            <privateIp>***.***.***.***</privateIp>
                            <dataStorageType>
                                <code>SSD</code>
                                <codeName>SSD</codeName>
                            </dataStorageType>
                            <isStorageEncryption>true</isStorageEncryption>
                            <dataStorageSize>10737418240</dataStorageSize>
                            <usedDataStorageSize>2791728640</usedDataStorageSize>
                            <cpuCount>2</cpuCount>
                            <memorySize>8589934592</memorySize>
                            <uptime>2021-05-27T18:10:00+0900</uptime>
                            <createDate>2021-05-27T18:00:00+0900</createDate>
                        </cloudMysqlServerInstance>
                        <cloudMysqlServerInstance>
                            <cloudMysqlServerInstanceNo>****897</cloudMysqlServerInstanceNo>
                            <cloudMysqlServerName>test-****-002-e05</cloudMysqlServerName>
                            <cloudMysqlServerRole>
                                <code>H</code>
                                <codeName>Standby Master</codeName>
                            </cloudMysqlServerRole>
                            <cloudMysqlServerInstanceStatusName>deleting</cloudMysqlServerInstanceStatusName>
                            <cloudMysqlServerInstanceStatus>
                                <code>RUN</code>
                                <codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
                            </cloudMysqlServerInstanceStatus>
                            <cloudMysqlServerInstanceOperation>
                                <code>NOOP</code>
                                <codeName>CLOUD DATABASE(VPC) Server Null OP</codeName>
                            </cloudMysqlServerInstanceOperation>
                            <cloudMysqlProductCode>SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002</cloudMysqlProductCode>
                            <regionCode>KR</regionCode>
                            <zoneCode>KR-2</zoneCode>
                            <vpcNo>****83</vpcNo>
                            <subnetNo>****93</subnetNo>
                            <isPublicSubnet>true</isPublicSubnet>
                            <privateDomain>db-****.vpc-cdb.ntruss.com</privateDomain>
                            <privateIp>***.***.***.***</privateIp>
                            <dataStorageType>
                                <code>SSD</code>
                                <codeName>SSD</codeName>
                            </dataStorageType>
                            <isStorageEncryption>true</isStorageEncryption>
                            <dataStorageSize>10737418240</dataStorageSize>
                            <usedDataStorageSize>2791728640</usedDataStorageSize>
                            <cpuCount>2</cpuCount>
                            <memorySize>8589934592</memorySize>
                            <uptime>2021-05-27T18:10:00+0900</uptime>
                            <createDate>2021-05-27T18:00:00+0900</createDate>
                        </cloudMysqlServerInstance>
                        <cloudMysqlServerInstance>
                            <cloudMysqlServerName>test-recovery-001-exr</cloudMysqlServerName>
                            <cloudMysqlServerRole>
                                <code>R</code>
                                <codeName>Recovery</codeName>
                            </cloudMysqlServerRole>
                            <cloudMysqlServerInstanceStatusName>pending</cloudMysqlServerInstanceStatusName>
                            <cloudMysqlServerInstanceStatus>
                                <code>PEND</code>
                                <codeName>CLOUD DATABASE(VPC) Server Pending State</codeName>
                            </cloudMysqlServerInstanceStatus>
                            <cloudMysqlServerInstanceOperation>
                                <code>NOOP</code>
                                <codeName>CLOUD DATABASE(VPC) Server Null OP</codeName>
                            </cloudMysqlServerInstanceOperation>
                            <cloudMysqlProductCode>SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002</cloudMysqlProductCode>
                            <regionCode>KR</regionCode>
                            <zoneCode>KR-1</zoneCode>
                            <vpcNo>****83</vpcNo>
                            <subnetNo>****91</subnetNo>
                            <isPublicSubnet>true</isPublicSubnet>
                            <privateDomain>db-****.vpc-cdb.ntruss.com</privateDomain>
                            <privateIp>***.***.***.***</privateIp>
                            <dataStorageType>
                                <code>SSD</code>
                                <codeName>SSD</codeName>
                            </dataStorageType>
                            <isStorageEncryption>true</isStorageEncryption>
                            <dataStorageSize>10737418240</dataStorageSize>
                            <usedDataStorageSize>2791728640</usedDataStorageSize>
                            <cpuCount>2</cpuCount>
                            <memorySize>8589934592</memorySize>
                            <uptime>2021-07-22T18:10:00+0900</uptime>
                            <createDate>2021-07-22T18:00:00+0900</createDate>
                        </cloudMysqlServerInstance>
                    </cloudMysqlServerInstanceList>
                </cloudMysqlInstance>
            </cloudMysqlInstanceList>
        </createCloudMysqlRecoveryInstanceResponse>
        XML

        この記事は役に立ちましたか?

        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.