Class ProtectDirRelatedServer
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ProtectDirRelatedServer
-
public class ProtectDirRelatedServer extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProtectDirRelatedServer()ProtectDirRelatedServer(ProtectDirRelatedServer 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAuthorization()Get 是否已经授权LonggetAutoRestoreSwitchStatus()Get 自动恢复开关LonggetException()Get 异常状态StringgetExceptionMessage()Get 异常信息StringgetHostIp()Get 服务器IPStringgetHostName()Get 服务器名称StringgetId()Get 唯一IDMachineExtraInfogetMachineExtraInfo()Get 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。StringgetMachineOs()Get 服务器系统LonggetProgress()Get 过渡进度LonggetProtectStatus()Get 防护状态LonggetProtectSwitch()Get 防护开关StringgetQuuid()Get 服务器唯一IDLonggetRelateDirNum()Get 关联目录数voidsetAuthorization(Boolean Authorization)Set 是否已经授权voidsetAutoRestoreSwitchStatus(Long AutoRestoreSwitchStatus)Set 自动恢复开关voidsetException(Long Exception)Set 异常状态voidsetExceptionMessage(String ExceptionMessage)Set 异常信息voidsetHostIp(String HostIp)Set 服务器IPvoidsetHostName(String HostName)Set 服务器名称voidsetId(String Id)Set 唯一IDvoidsetMachineExtraInfo(MachineExtraInfo MachineExtraInfo)Set 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。voidsetMachineOs(String MachineOs)Set 服务器系统voidsetProgress(Long Progress)Set 过渡进度voidsetProtectStatus(Long ProtectStatus)Set 防护状态voidsetProtectSwitch(Long ProtectSwitch)Set 防护开关voidsetQuuid(String Quuid)Set 服务器唯一IDvoidsetRelateDirNum(Long RelateDirNum)Set 关联目录数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ProtectDirRelatedServer
public ProtectDirRelatedServer()
-
ProtectDirRelatedServer
public ProtectDirRelatedServer(ProtectDirRelatedServer 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.
-
-
Method Detail
-
getId
public String getId()
Get 唯一ID- Returns:
- Id 唯一ID
-
setId
public void setId(String Id)
Set 唯一ID- Parameters:
Id- 唯一ID
-
getHostName
public String getHostName()
Get 服务器名称- Returns:
- HostName 服务器名称
-
setHostName
public void setHostName(String HostName)
Set 服务器名称- Parameters:
HostName- 服务器名称
-
getHostIp
public String getHostIp()
Get 服务器IP- Returns:
- HostIp 服务器IP
-
setHostIp
public void setHostIp(String HostIp)
Set 服务器IP- Parameters:
HostIp- 服务器IP
-
getMachineOs
public String getMachineOs()
Get 服务器系统- Returns:
- MachineOs 服务器系统
-
setMachineOs
public void setMachineOs(String MachineOs)
Set 服务器系统- Parameters:
MachineOs- 服务器系统
-
getRelateDirNum
public Long getRelateDirNum()
Get 关联目录数- Returns:
- RelateDirNum 关联目录数
-
setRelateDirNum
public void setRelateDirNum(Long RelateDirNum)
Set 关联目录数- Parameters:
RelateDirNum- 关联目录数
-
getProtectStatus
public Long getProtectStatus()
Get 防护状态- Returns:
- ProtectStatus 防护状态
-
setProtectStatus
public void setProtectStatus(Long ProtectStatus)
Set 防护状态- Parameters:
ProtectStatus- 防护状态
-
getProtectSwitch
public Long getProtectSwitch()
Get 防护开关- Returns:
- ProtectSwitch 防护开关
-
setProtectSwitch
public void setProtectSwitch(Long ProtectSwitch)
Set 防护开关- Parameters:
ProtectSwitch- 防护开关
-
getAutoRestoreSwitchStatus
public Long getAutoRestoreSwitchStatus()
Get 自动恢复开关- Returns:
- AutoRestoreSwitchStatus 自动恢复开关
-
setAutoRestoreSwitchStatus
public void setAutoRestoreSwitchStatus(Long AutoRestoreSwitchStatus)
Set 自动恢复开关- Parameters:
AutoRestoreSwitchStatus- 自动恢复开关
-
getQuuid
public String getQuuid()
Get 服务器唯一ID- Returns:
- Quuid 服务器唯一ID
-
setQuuid
public void setQuuid(String Quuid)
Set 服务器唯一ID- Parameters:
Quuid- 服务器唯一ID
-
getAuthorization
public Boolean getAuthorization()
Get 是否已经授权- Returns:
- Authorization 是否已经授权
-
setAuthorization
public void setAuthorization(Boolean Authorization)
Set 是否已经授权- Parameters:
Authorization- 是否已经授权
-
getException
public Long getException()
Get 异常状态- Returns:
- Exception 异常状态
-
setException
public void setException(Long Exception)
Set 异常状态- Parameters:
Exception- 异常状态
-
getProgress
public Long getProgress()
Get 过渡进度- Returns:
- Progress 过渡进度
-
setProgress
public void setProgress(Long Progress)
Set 过渡进度- Parameters:
Progress- 过渡进度
-
getExceptionMessage
public String getExceptionMessage()
Get 异常信息- Returns:
- ExceptionMessage 异常信息
-
setExceptionMessage
public void setExceptionMessage(String ExceptionMessage)
Set 异常信息- Parameters:
ExceptionMessage- 异常信息
-
getMachineExtraInfo
public MachineExtraInfo getMachineExtraInfo()
Get 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MachineExtraInfo 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。
-
setMachineExtraInfo
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MachineExtraInfo- 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。
-
-