
ksyun.client.kec.createscalingnotification.v20160304.CreateScalingNotificationRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ksyun-java-sdk Show documentation
Show all versions of ksyun-java-sdk Show documentation
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.createscalingnotification.v20160304;
import common.annotation.KsYunField;
import lombok.Data;
import java.util.List;
/**
* @Classname CreateScalingNotificationRequest
* @Description 请求参数
*/
@Data
public class CreateScalingNotificationRequest {
/**
* 通知类型,即为需要订阅的通知类型集合,范围从1到6, 具体映射关系如下:
1:扩容成功
2:扩容失败
3:缩容成功
4:缩容失败
5:替换不健康子机成功
6:替换不健康子机失败
*/
@KsYunField(name = "ScalingNotificationType")
private List ScalingNotificationTypeList;
/**
* 弹性伸缩组id
*/
@KsYunField(name = "ScalingGroupId")
private String ScalingGroupId;
/**
* 描述
*/
@KsYunField(name = "Description")
private String Description;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy