public class LicenseBindDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
LicenseBindDetail() |
LicenseBindDetail(LicenseBindDetail 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 |
getAgentStatus()
Get CWPP client status: OFFLINE, ONLINE, and UNINSTALL.
|
Boolean |
getIsSwitchBind()
Get Whether rebinding is allowed: false - rebinding is not allowed.
|
Boolean |
getIsUnBind()
Get Whether unbinding is allowed: false - unbinding is not allowed.
|
MachineExtraInfo |
getMachineExtraInfo()
Get Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMachineIp()
Get Machine Private IP address
|
String |
getMachineName()
Get Machine Alias
|
String |
getMachineWanIp()
Get Machine Public IP address
|
String |
getQuuid()
Get CVM UUID
|
String[] |
getTags()
Get Tag information
|
String |
getUuid()
Get CWPP client UUID
|
void |
setAgentStatus(String AgentStatus)
Set CWPP client status: OFFLINE, ONLINE, and UNINSTALL.
|
void |
setIsSwitchBind(Boolean IsSwitchBind)
Set Whether rebinding is allowed: false - rebinding is not allowed.
|
void |
setIsUnBind(Boolean IsUnBind)
Set Whether unbinding is allowed: false - unbinding is not allowed.
|
void |
setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMachineIp(String MachineIp)
Set Machine Private IP address
|
void |
setMachineName(String MachineName)
Set Machine Alias
|
void |
setMachineWanIp(String MachineWanIp)
Set Machine Public IP address
|
void |
setQuuid(String Quuid)
Set CVM UUID
|
void |
setTags(String[] Tags)
Set Tag information
|
void |
setUuid(String Uuid)
Set CWPP client UUID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LicenseBindDetail()
public LicenseBindDetail(LicenseBindDetail source)
public String getMachineName()
public void setMachineName(String MachineName)
MachineName
- Machine Aliaspublic String getMachineWanIp()
public void setMachineWanIp(String MachineWanIp)
MachineWanIp
- Machine Public IP addresspublic String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- Machine Private IP addresspublic String getQuuid()
public void setQuuid(String Quuid)
Quuid
- CVM UUIDpublic String getUuid()
public void setUuid(String Uuid)
Uuid
- CWPP client UUIDpublic String[] getTags()
public void setTags(String[] Tags)
Tags
- Tag informationpublic String getAgentStatus()
public void setAgentStatus(String AgentStatus)
AgentStatus
- CWPP client status: OFFLINE, ONLINE, and UNINSTALL.public Boolean getIsUnBind()
public void setIsUnBind(Boolean IsUnBind)
IsUnBind
- Whether unbinding is allowed: false - unbinding is not allowed.public Boolean getIsSwitchBind()
public void setIsSwitchBind(Boolean IsSwitchBind)
IsSwitchBind
- Whether rebinding is allowed: false - rebinding is not allowed.public MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo
- Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.