
ksyun.client.dmp.operatemonitorpanel.v20240101.OperateMonitorPanelRequest 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.dmp.operatemonitorpanel.v20240101;
import common.annotation.KsYunField;
import lombok.Data;
import java.util.List;
/**
* @Classname OperateMonitorPanelRequest
* @Description 请求参数
*/
@Data
public class OperateMonitorPanelRequest {
/**
* 待加入监控大盘的实例ID列表。
*/
@KsYunField(name = "AddInstanceIds", type = 2)
private List AddInstanceIdsList;
/**
* 待从监控大盘删除的实例ID列表。
*/
@KsYunField(name = "RemoveInstanceIds", type = 2)
private List RemoveInstanceIdsList;
/**
* 待加入监控大盘的监控项列表。
*/
@KsYunField(name = "AddMonitorItems", type = 2)
private List AddMonitorItemsList;
/**
* 待从监控大盘移除的监控项列表。
*/
@KsYunField(name = "RemoveMonitorItems", type = 2)
private List RemoveMonitorItemsList;
/**
* 监控大盘ID。
*/
@KsYunField(name = "PanelId")
private String PanelId;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy