public static final class PageImageRegistryResponseBody.List.Builder extends Object
public PageImageRegistryResponseBody.List.Builder blackList(String blackList)
The IP address blacklist.
example:129.211.XXX.XXX
public PageImageRegistryResponseBody.List.Builder domainName(String domainName)
The domain name of the image repository.
example:sinochem.com
public PageImageRegistryResponseBody.List.Builder gmtCreate(String gmtCreate)
The time when the image repository was created. The time is in the yyyy-MM-dd HH:mm:ss format.
example:2022-08-30 10:23:30
public PageImageRegistryResponseBody.List.Builder gmtModified(String gmtModified)
The time when the image repository was updated. The time is in the yyyy-MM-dd HH:mm:ss format.
example:2022-09-30 10:23:30
public PageImageRegistryResponseBody.List.Builder id(Long id)
The ID of the image repository.
example:1078312
public PageImageRegistryResponseBody.List.Builder imageCount(Integer imageCount)
The number of images that are stored in the image repository.
example:1
public PageImageRegistryResponseBody.List.Builder jenkinsEnv(String jenkinsEnv)
The information about the Jenkins environment.
example:projectInfo
public PageImageRegistryResponseBody.List.Builder netType(Integer netType)
The network type. Valid values:
1
public PageImageRegistryResponseBody.List.Builder password(String password)
The password.
example:Harbor******
public PageImageRegistryResponseBody.List.Builder persistenceDay(Integer persistenceDay)
The number of days for which assets are retained.
example:30
public PageImageRegistryResponseBody.List.Builder protocolType(Integer protocolType)
The type of the protocol. Valid values:
1
public PageImageRegistryResponseBody.List.Builder regionId(String regionId)
The region ID of the image repository.
example:cn-hangzhou
public PageImageRegistryResponseBody.List.Builder registryHostIp(String registryHostIp)
The IP address of the image repository.
example:39.104.XXX.XXX
public PageImageRegistryResponseBody.List.Builder registryName(String registryName)
The alias of the image repository.
example:test1
public PageImageRegistryResponseBody.List.Builder registryType(String registryType)
The type of the image repository. Valid values:
harbor
public PageImageRegistryResponseBody.List.Builder token(String token)
The authentication token of the user.
example:c7b90d29-632f-4e58-88b8-00ad77f6****
public PageImageRegistryResponseBody.List.Builder transPerHour(Integer transPerHour)
The number of scan tasks that are performed per hour.
example:30
public PageImageRegistryResponseBody.List.Builder userName(String userName)
The username.
example:RegistryUser
public PageImageRegistryResponseBody.List.Builder vpcId(String vpcId)
The VPC ID.
example:vpc-5gu8iu68w9b472jbb****
public PageImageRegistryResponseBody.List.Builder whiteList(String whiteList)
The IP address whitelist.
example:192.168.XXX.XXX
public PageImageRegistryResponseBody.List build()
Copyright © 2026. All rights reserved.