public class StopVulScanTaskRequest extends AbstractModel
Constructor and Description |
---|
StopVulScanTaskRequest() |
StopVulScanTaskRequest(StopVulScanTaskRequest 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[] |
getLocalImageIDs()
Get Local image ID.
|
Long |
getLocalTaskID()
Get ID of the task to scan local images for vulnerabilities
|
Long[] |
getRegistryImageIDs()
Get Repository image ID.
|
Long |
getRegistryTaskID()
Get ID of the task to scan repository images for vulnerabilities
|
void |
setLocalImageIDs(String[] LocalImageIDs)
Set Local image ID.
|
void |
setLocalTaskID(Long LocalTaskID)
Set ID of the task to scan local images for vulnerabilities
|
void |
setRegistryImageIDs(Long[] RegistryImageIDs)
Set Repository image ID.
|
void |
setRegistryTaskID(Long RegistryTaskID)
Set ID of the task to scan repository images for vulnerabilities
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public StopVulScanTaskRequest()
public StopVulScanTaskRequest(StopVulScanTaskRequest source)
public Long getLocalTaskID()
public void setLocalTaskID(Long LocalTaskID)
LocalTaskID
- ID of the task to scan local images for vulnerabilitiespublic String[] getLocalImageIDs()
public void setLocalImageIDs(String[] LocalImageIDs)
LocalImageIDs
- Local image ID. If it is not specified, it indicates all.public Long[] getRegistryImageIDs()
public void setRegistryImageIDs(Long[] RegistryImageIDs)
RegistryImageIDs
- Repository image ID. If it is not specified, it indicates all.public Long getRegistryTaskID()
public void setRegistryTaskID(Long RegistryTaskID)
RegistryTaskID
- ID of the task to scan repository images for vulnerabilitiesCopyright © 2023. All rights reserved.