public class MachineGroupInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
MachineGroupInfo()  | 
MachineGroupInfo(MachineGroupInfo 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 | 
|---|---|
String | 
getAutoUpdate()
Get Whether to enable automatic update for the machine group
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getCreateTime()
Get Creation time 
 | 
Long | 
getDelayCleanupTime()
Get Regular cleanup time for offline machines in the machine group
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getGroupId()
Get Machine group ID 
 | 
String | 
getGroupName()
Get Machine group name 
 | 
MachineGroupTypeInfo | 
getMachineGroupType()
Get Machine group type 
 | 
MetaTagInfo[] | 
getMetaTags()
Get Metadata information list of a machine group 
 | 
Long | 
getOSType()
Get Operating system type, 0: Linux, 1: Windows 
 | 
Boolean | 
getServiceLogging()
Get Whether to enable the service log to record the logs generated by the LogListener service itself. 
 | 
Tag[] | 
getTags()
Get List of tags bound to machine group
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getUpdateEndTime()
Get Update end time. 
 | 
String | 
getUpdateStartTime()
Get Update start time. 
 | 
void | 
setAutoUpdate(String AutoUpdate)
Set Whether to enable automatic update for the machine group
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time 
 | 
void | 
setDelayCleanupTime(Long DelayCleanupTime)
Set Regular cleanup time for offline machines in the machine group
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setGroupId(String GroupId)
Set Machine group ID 
 | 
void | 
setGroupName(String GroupName)
Set Machine group name 
 | 
void | 
setMachineGroupType(MachineGroupTypeInfo MachineGroupType)
Set Machine group type 
 | 
void | 
setMetaTags(MetaTagInfo[] MetaTags)
Set Metadata information list of a machine group 
 | 
void | 
setOSType(Long OSType)
Set Operating system type, 0: Linux, 1: Windows 
 | 
void | 
setServiceLogging(Boolean ServiceLogging)
Set Whether to enable the service log to record the logs generated by the LogListener service itself. 
 | 
void | 
setTags(Tag[] Tags)
Set List of tags bound to machine group
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setUpdateEndTime(String UpdateEndTime)
Set Update end time. 
 | 
void | 
setUpdateStartTime(String UpdateStartTime)
Set Update start time. 
 | 
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 MachineGroupInfo()
public MachineGroupInfo(MachineGroupInfo source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - Machine group IDpublic String getGroupName()
public void setGroupName(String GroupName)
GroupName - Machine group namepublic MachineGroupTypeInfo getMachineGroupType()
public void setMachineGroupType(MachineGroupTypeInfo MachineGroupType)
MachineGroupType - Machine group typepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation timepublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - List of tags bound to machine group
Note: this field may return `null`, indicating that no valid values can be obtained.public String getAutoUpdate()
public void setAutoUpdate(String AutoUpdate)
AutoUpdate - Whether to enable automatic update for the machine group
Note: this field may return `null`, indicating that no valid values can be obtained.public String getUpdateStartTime()
public void setUpdateStartTime(String UpdateStartTime)
UpdateStartTime - Update start time. We recommend you update LogListener during off-peak hours.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getUpdateEndTime()
public void setUpdateEndTime(String UpdateEndTime)
UpdateEndTime - Update end time. We recommend you update LogListener during off-peak hours.
Note: this field may return `null`, indicating that no valid values can be obtained.public Boolean getServiceLogging()
public void setServiceLogging(Boolean ServiceLogging)
ServiceLogging - Whether to enable the service log to record the logs generated by the LogListener service itself. After it is enabled, the internal logset `cls_service_logging` and the `loglistener_status`, `loglistener_alarm`, and `loglistener_business` log topics will be created, which will not incur fees.
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getDelayCleanupTime()
public void setDelayCleanupTime(Long DelayCleanupTime)
DelayCleanupTime - Regular cleanup time for offline machines in the machine group
Note: This field may return null, indicating that no valid values can be obtained.public MetaTagInfo[] getMetaTags()
public void setMetaTags(MetaTagInfo[] MetaTags)
MetaTags - Metadata information list of a machine grouppublic Long getOSType()
public void setOSType(Long OSType)
OSType - Operating system type, 0: Linux, 1: WindowsCopyright © 2025. All rights reserved.