public class DescribeImageRegistryTimingScanTaskResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeImageRegistryTimingScanTaskResponse() |
DescribeImageRegistryTimingScanTaskResponse(DescribeImageRegistryTimingScanTaskResponse 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 |
---|---|
Boolean |
getAll()
Deprecated.
|
Boolean |
getContainerRunning()
Get
|
Boolean |
getEnable()
Get Scheduled scan switch
Note: This field may return null, indicating that no valid values can be obtained.
|
Long[] |
getId()
Get ID of the specified image
Note: This field may return null, indicating that no valid values can be obtained.
|
ImageInfo[] |
getImages()
Get Scan of specified images
Note: This field may return null, indicating that no valid values can be obtained.
|
Boolean |
getLatest()
Get Whether to scan the latest image tag
Note: This field may return·`null`, indicating that no valid values can be obtained.
|
String[] |
getNamespace()
Get
|
String[] |
getRegistryType()
Get
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getScanEndTime()
Get
|
Long |
getScanPeriod()
Get Scheduled scan interval
|
Long |
getScanScope()
Get
|
String |
getScanTime()
Get Scheduled scan time
|
String[] |
getScanType()
Get Array of scan types
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAll(Boolean All)
Deprecated.
|
void |
setContainerRunning(Boolean ContainerRunning)
Set
|
void |
setEnable(Boolean Enable)
Set Scheduled scan switch
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setId(Long[] Id)
Set ID of the specified image
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setImages(ImageInfo[] Images)
Set Scan of specified images
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLatest(Boolean Latest)
Set Whether to scan the latest image tag
Note: This field may return·`null`, indicating that no valid values can be obtained.
|
void |
setNamespace(String[] Namespace)
Set
|
void |
setRegistryType(String[] RegistryType)
Set
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setScanEndTime(String ScanEndTime)
Set
|
void |
setScanPeriod(Long ScanPeriod)
Set Scheduled scan interval
|
void |
setScanScope(Long ScanScope)
Set
|
void |
setScanTime(String ScanTime)
Set Scheduled scan time
|
void |
setScanType(String[] ScanType)
Set Array of scan types
Note: This field may return null, indicating that no valid values can be obtained.
|
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 DescribeImageRegistryTimingScanTaskResponse()
public DescribeImageRegistryTimingScanTaskResponse(DescribeImageRegistryTimingScanTaskResponse source)
public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- Scheduled scan switch
Note: This field may return null, indicating that no valid values can be obtained.public String getScanTime()
public void setScanTime(String ScanTime)
ScanTime
- Scheduled scan timepublic Long getScanPeriod()
public void setScanPeriod(Long ScanPeriod)
ScanPeriod
- Scheduled scan intervalpublic String[] getScanType()
public void setScanType(String[] ScanType)
ScanType
- Array of scan types
Note: This field may return null, indicating that no valid values can be obtained.@Deprecated public Boolean getAll()
@Deprecated public void setAll(Boolean All)
All
- Scan of all imagespublic ImageInfo[] getImages()
public void setImages(ImageInfo[] Images)
Images
- Scan of specified images
Note: This field may return null, indicating that no valid values can be obtained.public Long[] getId()
public void setId(Long[] Id)
Id
- ID of the specified image
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getLatest()
public void setLatest(Boolean Latest)
Latest
- Whether to scan the latest image tag
Note: This field may return·`null`, indicating that no valid values can be obtained.public String getScanEndTime()
public void setScanEndTime(String ScanEndTime)
ScanEndTime
- public String[] getRegistryType()
public void setRegistryType(String[] RegistryType)
RegistryType
- public Boolean getContainerRunning()
public void setContainerRunning(Boolean ContainerRunning)
ContainerRunning
- public Long getScanScope()
public void setScanScope(Long ScanScope)
ScanScope
- public String[] getNamespace()
public void setNamespace(String[] Namespace)
Namespace
- public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.