public static final class UpdateWhiteListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateWhiteListRequest |
build() |
UpdateWhiteListRequest.Builder |
registryId(Long registryId)
The ID of the image repository.
|
UpdateWhiteListRequest.Builder |
whiteList(String whiteList)
The IP address whitelist.
|
public UpdateWhiteListRequest.Builder registryId(Long registryId)
The ID of the image repository.
You can call the PageImageRegistry operation to obtain the ID.
This parameter is required.
example:19882
public UpdateWhiteListRequest.Builder whiteList(String whiteList)
The IP address whitelist. Separate multiple IP addresses with commas (,).
This parameter is required.
example:192.168.XXX.XXX,192.180.XXX.XXX
public UpdateWhiteListRequest build()
Copyright © 2026. All rights reserved.