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()
mirrors
public InfoRegistryConfig.IndexConfig withMirrors(List<String> mirrors)
mirrors
@CheckForNull public String getName()
name
public InfoRegistryConfig.IndexConfig withName(String name)
name
@CheckForNull public Boolean getOfficial()
official
public InfoRegistryConfig.IndexConfig withOfficial(Boolean official)
official
@CheckForNull public Boolean getSecure()
secure
public InfoRegistryConfig.IndexConfig withSecure(Boolean secure)
secure
Copyright © 2021. All rights reserved.