getRegionList
    • PDF

    getRegionList

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    リージョンリストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制約事項説明
    responseFormatTypeNoStringレスポンス結果のフォーマットタイプ
    Options : xml | json
    Default : xml

    レスポンス

    レスポンスデータタイプ

    • RegionListタイプ
    RegionList extends CommonResponse
    private Integer totalRows;
    private List regionList = new ArrayList<>();
    Region
    private String regionCode;
    private String regionName;

    リクエスト例

    ncloud vserver getRegionList
    

    レスポンス例

    <getRegionListResponse>
      <requestId>ac39d0d1-6982-4f0b-8c18-47ca9100d51b</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <regionList>
        <region>
          <regionCode>KR</regionCode>
          <regionName>Korea</regionName>
        </region>
      </regionList>
    </getRegionListResponse>
    

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

    What's Next
    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.