public class CreateVulFixRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateVulFixRequest() |
CreateVulFixRequest(CreateVulFixRequest 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 |
---|---|
CreateVulFixTaskQuuids[] |
getCreateVulFixTaskQuuids()
Get List of hosts for which the vulnerability should be fixed
|
Long |
getSaveDays()
Get Snapshot retention days: 0 days indicates that no snapshot will be created.
|
String |
getSnapshotName()
Get Snapshot name
|
void |
setCreateVulFixTaskQuuids(CreateVulFixTaskQuuids[] CreateVulFixTaskQuuids)
Set List of hosts for which the vulnerability should be fixed
|
void |
setSaveDays(Long SaveDays)
Set Snapshot retention days: 0 days indicates that no snapshot will be created.
|
void |
setSnapshotName(String SnapshotName)
Set Snapshot name
|
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 CreateVulFixRequest()
public CreateVulFixRequest(CreateVulFixRequest source)
public CreateVulFixTaskQuuids[] getCreateVulFixTaskQuuids()
public void setCreateVulFixTaskQuuids(CreateVulFixTaskQuuids[] CreateVulFixTaskQuuids)
CreateVulFixTaskQuuids
- List of hosts for which the vulnerability should be fixedpublic Long getSaveDays()
public void setSaveDays(Long SaveDays)
SaveDays
- Snapshot retention days: 0 days indicates that no snapshot will be created. Hosts without a snapshot for 24 hours must have a snapshot created to be restored.public String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName
- Snapshot nameCopyright © 2024. All rights reserved.