public static final class InfoRegistryConfig.IndexConfig extends DockerObject implements Serializable
com.github.dockerjava.core.RemoteApiVersion#VERSION_1_20| Constructor and Description |
|---|
IndexConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMirrors() |
String |
getName() |
Boolean |
getOfficial() |
Boolean |
getSecure() |
InfoRegistryConfig.IndexConfig |
withMirrors(List<String> mirrors) |
InfoRegistryConfig.IndexConfig |
withName(String name) |
InfoRegistryConfig.IndexConfig |
withOfficial(Boolean official) |
InfoRegistryConfig.IndexConfig |
withSecure(Boolean secure) |
getRawValues@CheckForNull public List<String> getMirrors()
mirrorspublic InfoRegistryConfig.IndexConfig withMirrors(List<String> mirrors)
mirrors@CheckForNull public String getName()
namepublic InfoRegistryConfig.IndexConfig withName(String name)
name@CheckForNull public Boolean getOfficial()
officialpublic InfoRegistryConfig.IndexConfig withOfficial(Boolean official)
official@CheckForNull public Boolean getSecure()
securepublic InfoRegistryConfig.IndexConfig withSecure(Boolean secure)
secureCopyright © 2025. All rights reserved.