getAdjustmentTypeList
    • PDF

    getAdjustmentTypeList

    • PDF

    Article Summary

    概要

    調整タイプリストの照会

    説明

    設定できるポリシー(policy)調整タイプをリストの形に受け取ります。

    レスポンスデータタイプ

    • AdjustmentTypeListタイプ
    AdjustmentTypeList extends CommonResponse
    private Integer totalRows;
    private List adjustmentTypeList = new ArrayList();
    AdjustmentType extends BaseObject
    private CommonCode adjustmentType;
    CommonCode
    private String codeKind;
    private String detailCategorizeCode;
    private String code;
    private String codeName;
    private Integer codeOrder;
    private String javaConstantCode;

    例示

    呼び出し

    ncloud autoscaling getAdjustmentTypeList
    

    レスポンス

    {
      "getAdjustmentTypeListResponse": {
        "requestId": "84adc09c-4263-4e2f-bef7-b02c736177ac",
        "returnCode": "0",
        "returnMessage": "success",
        "totalRows": 3,
        "adjustmentTypeList": [
          {
            "adjustmentType": {
              "code": "CHANG",
              "codeName": "ChangeInCapacity"
            }
          },
          {
            "adjustmentType": {
              "code": "EXACT",
              "codeName": "ExactCapacity"
            }
          },
          {
            "adjustmentType": {
              "code": "PRCNT",
              "codeName": "PercentChangeInCapacity"
            }
          }
        ]
      }
    }
    
    <?xml version="1.0" encoding="UTF-8"?>
    <getAdjustmentTypeListResponse>
      <requestId>bfccc472-0fac-47f8-bb39-bfaec5693ba4</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>3</totalRows>
      <adjustmentTypeList>
        <adjustmentType>
          <adjustmentType>
            <code>CHANG</code>
            <codeName>ChangeInCapacity</codeName>
          </adjustmentType>
        </adjustmentType>
        <adjustmentType>
          <adjustmentType>
            <code>EXACT</code>
            <codeName>ExactCapacity</codeName>
          </adjustmentType>
        </adjustmentType>
        <adjustmentType>
          <adjustmentType>
            <code>PRCNT</code>
            <codeName>PercentChangeInCapacity</codeName>
          </adjustmentType>
        </adjustmentType>
      </adjustmentTypeList>
    </getAdjustmentTypeListResponse>
    

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

    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.