All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ksyun.client.kec.modifyscalingnotification.v20160304.ModifyScalingNotificationRequest Maven / Gradle / Ivy

Go to download

The KSYUN Web Services SDK for Java provides Java APIs for building software on KSYUN' cost-effective, scalable, and reliable infrastructure products. The KSYUN Java SDK allows developers to code against APIs for all of KSYUN's infrastructure web services (KSC S3, KSC KEC, KSC RDS etc).

The newest version!
package ksyun.client.kec.modifyscalingnotification.v20160304;

import common.annotation.KsYunField;
import lombok.Data;

import java.util.List;

/**
 * @Classname ModifyScalingNotificationRequest
 * @Description 请求参数
 */
@Data
public class ModifyScalingNotificationRequest {
    /**
     * 要修改的通知所在的伸缩组ID
     */
    @KsYunField(name = "ScalingGroupId")
    private String ScalingGroupId;

    /**
     * 要修改的通知ID,目前仅支持主账号
     */
    @KsYunField(name = "ScalingNotificationId")
    private Integer ScalingNotificationId;

    /**
     * 通知类型数组,即为需要订阅的伸缩活动通知集合,范围从1到6。具体映射关系如下:
1:扩容成功
2:扩容失败
3:缩容成功
4:缩容失败
5:替换不健康子机成功
6:替换不健康子机失败 */ @KsYunField(name = "NotificationType") private List NotificationTypeList; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy