public static final class PublicSyncAndCreateImageScanTaskRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
PublicSyncAndCreateImageScanTaskRequest |
build() |
PublicSyncAndCreateImageScanTaskRequest.Builder |
images(String images)
The information about the images.
|
PublicSyncAndCreateImageScanTaskRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public PublicSyncAndCreateImageScanTaskRequest.Builder images(String images)
* **RegistryType**: the type of the image repository. Valid values: * acr * harbor * quay * **RepoId**: the ID of the image repository. * **InstanceId**: the ID of the Container Registry instance to which the image repository belongs. * **RepoNamespace**: the namespace to which the image repository belongs. * **RegionId**: the region ID of the image. * **RepoName**: the name of the image repository. * **Digest**: the digest of the image. * **Tag**: the tag that is added to the image. * **CreateTime**: the timestamp when the image was created. Unit: milliseconds. * **UpdateTime**: the timestamp when the image was updated. Unit: milliseconds.
public PublicSyncAndCreateImageScanTaskRequest.Builder sourceIp(String sourceIp)
public PublicSyncAndCreateImageScanTaskRequest build()
Copyright © 2023. All rights reserved.