public class VulFixStatusSnapshotInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
VulFixStatusSnapshotInfo()  | 
VulFixStatusSnapshotInfo(VulFixStatusSnapshotInfo 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 | 
getFailReason()
Get Snapshot creation failure reason
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getHostIp()
Get Host IP address
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getHostName()
Get Host name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getId()
Get Unique record ID 
 | 
String | 
getModifyTime()
Get Snapshot creation time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getQuuid()
Get cvm id 
 | 
String | 
getSnapshotId()
Get Snapshot ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getSnapshotName()
Get Snapshot name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getStatus()
Get Snapshot status. 
 | 
void | 
setFailReason(String FailReason)
Set Snapshot creation failure reason
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setHostIp(String HostIp)
Set Host IP address
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setHostName(String HostName)
Set Host name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setId(Long Id)
Set Unique record ID 
 | 
void | 
setModifyTime(String ModifyTime)
Set Snapshot creation time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setQuuid(String Quuid)
Set cvm id 
 | 
void | 
setSnapshotId(String SnapshotId)
Set Snapshot ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSnapshotName(String SnapshotName)
Set Snapshot name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setStatus(Long Status)
Set Snapshot status. 
 | 
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 VulFixStatusSnapshotInfo()
public VulFixStatusSnapshotInfo(VulFixStatusSnapshotInfo source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid - cvm idpublic String getHostName()
public void setHostName(String HostName)
HostName - Host name
Note: This field may return null, indicating that no valid values can be obtained.public String getHostIp()
public void setHostIp(String HostIp)
HostIp - Host IP address
Note: This field may return null, indicating that no valid values can be obtained.public String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName - Snapshot name
Note: This field may return null, indicating that no valid values can be obtained.public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Snapshot creation time
Note: This field may return null, indicating that no valid values can be obtained.public String getSnapshotId()
public void setSnapshotId(String SnapshotId)
SnapshotId - Snapshot ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getId()
public void setId(Long Id)
Id - Unique record IDpublic Long getStatus()
public void setStatus(Long Status)
Status - Snapshot status. 0: initial; 1: created successfully; 2: creation failed.public String getFailReason()
public void setFailReason(String FailReason)
FailReason - Snapshot creation failure reason
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.