public class CreateMachineGroupRequest extends AbstractModel
Constructor and Description |
---|
CreateMachineGroupRequest() |
CreateMachineGroupRequest(CreateMachineGroupRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutoUpdate()
Get 是否开启机器组自动更新
|
String |
getGroupName()
Get 机器组名字,不能重复
|
MachineGroupTypeInfo |
getMachineGroupType()
Get 创建机器组类型,Type为ip,Values中为Ip字符串列表创建机器组,Type为label, Values中为标签字符串列表创建机器组
|
Boolean |
getServiceLogging()
Get 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
|
Tag[] |
getTags()
Get 标签描述列表,通过指定该参数可以同时绑定标签到相应的机器组。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。
|
String |
getUpdateEndTime()
Get 升级结束时间,建议业务低峰期升级LogListener
|
String |
getUpdateStartTime()
Get 升级开始时间,建议业务低峰期升级LogListener
|
void |
setAutoUpdate(Boolean AutoUpdate)
Set 是否开启机器组自动更新
|
void |
setGroupName(String GroupName)
Set 机器组名字,不能重复
|
void |
setMachineGroupType(MachineGroupTypeInfo MachineGroupType)
Set 创建机器组类型,Type为ip,Values中为Ip字符串列表创建机器组,Type为label, Values中为标签字符串列表创建机器组
|
void |
setServiceLogging(Boolean ServiceLogging)
Set 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
|
void |
setTags(Tag[] Tags)
Set 标签描述列表,通过指定该参数可以同时绑定标签到相应的机器组。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。
|
void |
setUpdateEndTime(String UpdateEndTime)
Set 升级结束时间,建议业务低峰期升级LogListener
|
void |
setUpdateStartTime(String UpdateStartTime)
Set 升级开始时间,建议业务低峰期升级LogListener
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateMachineGroupRequest()
public CreateMachineGroupRequest(CreateMachineGroupRequest source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 机器组名字,不能重复public MachineGroupTypeInfo getMachineGroupType()
public void setMachineGroupType(MachineGroupTypeInfo MachineGroupType)
MachineGroupType
- 创建机器组类型,Type为ip,Values中为Ip字符串列表创建机器组,Type为label, Values中为标签字符串列表创建机器组public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 标签描述列表,通过指定该参数可以同时绑定标签到相应的机器组。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。public Boolean getAutoUpdate()
public void setAutoUpdate(Boolean AutoUpdate)
AutoUpdate
- 是否开启机器组自动更新public String getUpdateStartTime()
public void setUpdateStartTime(String UpdateStartTime)
UpdateStartTime
- 升级开始时间,建议业务低峰期升级LogListenerpublic String getUpdateEndTime()
public void setUpdateEndTime(String UpdateEndTime)
UpdateEndTime
- 升级结束时间,建议业务低峰期升级LogListenerpublic Boolean getServiceLogging()
public void setServiceLogging(Boolean ServiceLogging)
ServiceLogging
- 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费Copyright © 2022. All rights reserved.