MENU
      getAdjustmentTypeList

        getAdjustmentTypeList


        記事の要約

        VPC環境で利用できます。

        概要

        Auto Scaling GroupのポリシーでScaling設定のための調整タイプリストを照会します。
        putScalingPolicyアクションでadjustmentTypeCodeフィールドに使用できます。

        リクエスト

        リクエストパラメータ

        パラメータ名必須有無タイプ制約事項説明
        regionCodeNoStringリージョンコード
        調整タイプリストが照会されるリージョン(Region)を決定できます。
        regionCodeはgetRegionListアクションを通じて取得できます。
        Default:getRegionList照会結果の最初のリージョンを選択
        responseFormatTypeNoStringレスポンス結果のフォーマットタイプ
        Options : xml | json
        Default : xml

        レスポンス

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

        • AdjustmentTypeListタイプ
        AdjustmentTypeList extends CommonResponse
        private Integer totalRows;
        private List adjustmentTypeList = new ArrayList<>();
        AdjustmentType
        private String code;
        private String codeName;

        リクエスト例

        ncloud vautoscaling getAdjustmentTypeList --regionCode KR
        Plain text

        レスポンス例

        <getAdjustmentTypeListResponse>
          <requestId>d180a099-8d9e-4910-8591-038c813cc5bc</requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>3</totalRows>
          <adjustmentTypeList>
            <adjustmentType>
              <code>CHANG</code>
              <codeName>ChangeInCapacity</codeName>
            </adjustmentType>
            <adjustmentType>
              <code>PRCNT</code>
              <codeName>PercentChangeInCapacity</codeName>
            </adjustmentType>
            <adjustmentType>
              <code>EXACT</code>
              <codeName>ExactCapacity</codeName>
            </adjustmentType>
          </adjustmentTypeList>
        </getAdjustmentTypeListResponse>
        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.