
ksyun.client.kec.setkvmprotecteddetach.v20160304.SetKvmProtectedDetachRequest 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.setkvmprotecteddetach.v20160304;
import common.annotation.KsYunField;
import lombok.Data;
import java.util.List;
/**
* @Classname SetKvmProtectedDetachRequest
* @Description 请求参数
*/
@Data
public class SetKvmProtectedDetachRequest {
/**
* 伸缩组ID
*/
@KsYunField(name = "ScalingGroupId")
private String ScalingGroupId;
/**
* 需设置移除保护的云服务器数组,下标从0开始
*/
@KsYunField(name = "ScalingInstanceId")
private List ScalingInstanceIdList;
/**
* 移除保护标志位
* 1:设置云服务器移除保护;0:取消云服务器移除保护
*/
@KsYunField(name = "ProtectedFromDetach")
private Integer ProtectedFromDetach;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy