public class HostCreateRequest.Params extends HostObject
| 构造器和说明 |
|---|
Params() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addGroupId(java.lang.Integer id) |
void |
addHostInterfaceObject(HostInterfaceObject obj) |
void |
addMacro(Macro macro) |
void |
addTemplateId(java.lang.Integer id) |
java.util.List<HostgroupObject> |
getGroups()
Gets groups.
|
java.util.List<HostInterfaceObject> |
getInterfaces() |
java.util.List<Macro> |
getMacros() |
java.util.List<java.lang.Integer> |
getTemplates() |
void |
setGroups(java.util.List<HostgroupObject> groups)
Sets new groups.
|
void |
setInterfaces(java.util.List<HostInterfaceObject> interfaces) |
void |
setMacros(java.util.List<Macro> macros) |
void |
setTemplates(java.util.List<java.lang.Integer> templates) |
getAvailable, getDisable_until, getError, getErrors_from, getHost, getHostid, getIpmi_authtype, getIpmi_available, getIpmi_disable_until, getIpmi_error, getIpmi_errors_from, getIpmi_password, getIpmi_privilege, getIpmi_username, getJmx_available, getJmx_disable_until, getJmx_error, getJmx_errors_from, getLastaccess, getMaintenance_from, getMaintenance_status, getMaintenance_type, getMaintenanceid, getName, getProxy_hostid, getSnmp_available, getSnmp_disable_until, getSnmp_error, getSnmp_errors_from, getStatus, setAvailable, setDisable_until, setError, setErrors_from, setHost, setHostid, setIpmi_authtype, setIpmi_available, setIpmi_disable_until, setIpmi_error, setIpmi_errors_from, setIpmi_password, setIpmi_privilege, setIpmi_username, setJmx_available, setJmx_disable_until, setJmx_error, setJmx_errors_from, setLastaccess, setMaintenance_from, setMaintenance_status, setMaintenance_type, setMaintenanceid, setName, setProxy_hostid, setSnmp_available, setSnmp_disable_until, setSnmp_error, setSnmp_errors_from, setStatuspublic void addGroupId(java.lang.Integer id)
public void addHostInterfaceObject(HostInterfaceObject obj)
public void addTemplateId(java.lang.Integer id)
public void addMacro(Macro macro)
public java.util.List<HostInterfaceObject> getInterfaces()
public void setInterfaces(java.util.List<HostInterfaceObject> interfaces)
public java.util.List<java.lang.Integer> getTemplates()
public void setTemplates(java.util.List<java.lang.Integer> templates)
public java.util.List<Macro> getMacros()
public void setMacros(java.util.List<Macro> macros)
public java.util.List<HostgroupObject> getGroups()
public void setGroups(java.util.List<HostgroupObject> groups)
groups - New value of groups.