public class ModifyMachineGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyMachineGroupRequest() | 
| ModifyMachineGroupRequest(ModifyMachineGroupRequest 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 是否开启机器组自动更新 | 
| Long | getDelayCleanupTime()Get 机器组中机器定期离线清理时间。单位:天 | 
| String | getGroupId()Get 机器组Id
- 通过[获取机器组列表](https://cloud.tencent.com/document/product/614/56438)获取机器组Id。 | 
| String | getGroupName()Get 机器组名称
输入限制:
- 不能为空字符串
- 不能包含字符'|' | 
| MachineGroupTypeInfo | getMachineGroupType()Get 机器组类型。 
Type:ip,Values中为ip字符串列表机器组;
Type:label,Values中为标签字符串列表机器组。 | 
| MetaTagInfo[] | getMetaTags()Get 机器组元数据信息列表 | 
| Boolean | getServiceLogging()Get 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费 | 
| Tag[] | getTags()Get 标签列表 | 
| String | getUpdateEndTime()Get 升级结束时间,建议业务低峰期升级LogListener
时间格式:HH:mm:ss | 
| String | getUpdateStartTime()Get 升级开始时间,建议业务低峰期升级LogListener
时间格式:HH:mm:ss | 
| void | setAutoUpdate(Boolean AutoUpdate)Set 是否开启机器组自动更新 | 
| void | setDelayCleanupTime(Long DelayCleanupTime)Set 机器组中机器定期离线清理时间。单位:天 | 
| void | setGroupId(String GroupId)Set 机器组Id
- 通过[获取机器组列表](https://cloud.tencent.com/document/product/614/56438)获取机器组Id。 | 
| void | setGroupName(String GroupName)Set 机器组名称
输入限制:
- 不能为空字符串
- 不能包含字符'|' | 
| void | setMachineGroupType(MachineGroupTypeInfo MachineGroupType)Set 机器组类型。 
Type:ip,Values中为ip字符串列表机器组;
Type:label,Values中为标签字符串列表机器组。 | 
| void | setMetaTags(MetaTagInfo[] MetaTags)Set 机器组元数据信息列表 | 
| void | setServiceLogging(Boolean ServiceLogging)Set 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费 | 
| void | setTags(Tag[] Tags)Set 标签列表 | 
| void | setUpdateEndTime(String UpdateEndTime)Set 升级结束时间,建议业务低峰期升级LogListener
时间格式:HH:mm:ss | 
| void | setUpdateStartTime(String UpdateStartTime)Set 升级开始时间,建议业务低峰期升级LogListener
时间格式:HH:mm:ss | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyMachineGroupRequest()
public ModifyMachineGroupRequest(ModifyMachineGroupRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 机器组Id
- 通过[获取机器组列表](https://cloud.tencent.com/document/product/614/56438)获取机器组Id。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 - 标签列表public Boolean getAutoUpdate()
public void setAutoUpdate(Boolean AutoUpdate)
AutoUpdate - 是否开启机器组自动更新public String getUpdateStartTime()
public void setUpdateStartTime(String UpdateStartTime)
UpdateStartTime - 升级开始时间,建议业务低峰期升级LogListener
时间格式:HH:mm:sspublic String getUpdateEndTime()
public void setUpdateEndTime(String UpdateEndTime)
UpdateEndTime - 升级结束时间,建议业务低峰期升级LogListener
时间格式:HH:mm:sspublic Boolean getServiceLogging()
public void setServiceLogging(Boolean ServiceLogging)
ServiceLogging - 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费public Long getDelayCleanupTime()
public void setDelayCleanupTime(Long DelayCleanupTime)
DelayCleanupTime - 机器组中机器定期离线清理时间。单位:天public MetaTagInfo[] getMetaTags()
public void setMetaTags(MetaTagInfo[] MetaTags)
MetaTags - 机器组元数据信息列表Copyright © 2025. All rights reserved.