public class HostLoginWhiteObj extends AbstractModel
header, skipSign
Constructor and Description |
---|
HostLoginWhiteObj() |
HostLoginWhiteObj(HostLoginWhiteObj 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 |
getEndTime()
Get End time
|
HostInfo[] |
getHostInfos()
Get List of information on machines where the allowlist is effective
|
Long |
getIsGlobal()
Get Whether the allowlist is effective globally.
|
Place[] |
getPlaces()
Get Allowlisted region
|
String |
getRemark()
Get Remarks
|
String |
getSrcIp()
Get Allowlisted source IP address.
|
String |
getStartTime()
Get Start time
|
String |
getUserName()
Get Allowlisted username separated by commas
|
void |
setEndTime(String EndTime)
Set End time
|
void |
setHostInfos(HostInfo[] HostInfos)
Set List of information on machines where the allowlist is effective
|
void |
setIsGlobal(Long IsGlobal)
Set Whether the allowlist is effective globally.
|
void |
setPlaces(Place[] Places)
Set Allowlisted region
|
void |
setRemark(String Remark)
Set Remarks
|
void |
setSrcIp(String SrcIp)
Set Allowlisted source IP address.
|
void |
setStartTime(String StartTime)
Set Start time
|
void |
setUserName(String UserName)
Set Allowlisted username separated by commas
|
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 HostLoginWhiteObj()
public HostLoginWhiteObj(HostLoginWhiteObj source)
public Place[] getPlaces()
public void setPlaces(Place[] Places)
Places
- Allowlisted regionpublic String getSrcIp()
public void setSrcIp(String SrcIp)
SrcIp
- Allowlisted source IP address. IP ranges are supported. Multiple IPs are separated by commas.public String getUserName()
public void setUserName(String UserName)
UserName
- Allowlisted username separated by commaspublic Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- Whether the allowlist is effective globally. 1: all hosts; 0: only a single host.public HostInfo[] getHostInfos()
public void setHostInfos(HostInfo[] HostInfos)
HostInfos
- List of information on machines where the allowlist is effectivepublic String getRemark()
public void setRemark(String Remark)
Remark
- Remarkspublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timeCopyright © 2024. All rights reserved.