getCloudMssqlCharacterSetList
    • PDF

    getCloudMssqlCharacterSetList

    • PDF

    Article Summary

    VPC環境で利用できます。

    使用可能な Cloud DB for MSSQL Character Setリストを照会します。

    コマンド

    コマンド構文は、次のとおりです。

    ncloud vmssql getCloudMssqlCharacterSetList [regionCode] [output]
    

    パラメータ

    パラメータについての説明は、次のとおりです。

    パラメータタイプ要否説明制約事項
    regionCodeStringNリージョンコード
    - regionCodeは、getRegionListアクションを通じて取得
    - default: getRegionList照会結果の最初のリージョンを選択
    -
    outputStringNレスポンス結果のフォーマットタイプ
    - options: xml | json
    - default: json
    -

    レスポンス

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

    • CloudMssqlCharacterSetListタイプ

      CloudMssqlCharacterSetList extends CommonResponse説明
      private Integer totalRows;照会されたリストの総数
      private List<CloudMssqlCharacterSet> cloudMssqlCharacterSetList = new ArrayList<>();Cloud DB for MSSQLキャラクターセットリスト
    • CloudMssqlCharacterSetタイプ

      CloudMssqlCharacterSet説明
      private String characterSetName;キャラクターセット名

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

    呼び出し例

    呼び出し例は、次のとおりです。

    ncloud vmssql getCloudMssqlCharacterSetList --regionCode KR
    

    レスポンス例

    レスポンス例は、次のとおりです。

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

    レスポンス結果フォーマットタイプ(output)が jsonの場合は、次のとおりです。

    {
      "getCloudMssqlCharacterSetListResponse": {
        "requestId": "6ffd457b-db44-4a26-9010-2cd6d4999852",
        "returnCode": 0,
        "returnMessage": "success",
        "totalRows": 2,
        "cloudMssqlCharacterSetList": [
          {
            "characterSetName": "Korean_Wansung_CI_AS"
          },
          {
            "characterSetName": "SQL_Latin1_General_CP1_CI_AS"
          }
        ]
      }
    }
    

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

    レスポンス結果フォーマットタイプ(responseFormatType)が xmlの場合は、次のとおりです。

    <getCloudMssqlCharacterSetListResponse>
        <requestId>6ffd457b-db44-4a26-9010-2cd6d4999852</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>2</totalRows>
        <cloudMssqlCharacterSetList>
            <CloudMssqlCharacterSet>
                <characterSetName>Korean_Wansung_CI_AS</characterSetName>
            </CloudMssqlCharacterSet>
            <CloudMssqlCharacterSet>
                <characterSetName>SQL_Latin1_General_CP1_CI_AS</characterSetName>
            </CloudMssqlCharacterSet>
        </cloudMssqlCharacterSetList>
    </getCloudMssqlCharacterSetListResponse>
    

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

    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.