public class ExternalCA extends DockerObject implements Serializable
RemoteApiVersion#VERSION_1_24| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
ExternalCA() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getOptions() |
ExternalCAProtocol |
getProtocol() |
String |
getUrl() |
ExternalCA |
withOptions(Map<String,String> options) |
ExternalCA |
withProtocol(ExternalCAProtocol protocol) |
ExternalCA |
withUrl(String url) |
getRawValuespublic static final long serialVersionUID
@CheckForNull public ExternalCAProtocol getProtocol()
protocolpublic ExternalCA withProtocol(ExternalCAProtocol protocol)
protocol@CheckForNull public String getUrl()
urlpublic ExternalCA withUrl(String url)
url@CheckForNull public Map<String,String> getOptions()
optionspublic ExternalCA withOptions(Map<String,String> options)
optionsCopyright © 2025. All rights reserved.