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) |
getRawValues
public static final long serialVersionUID
@CheckForNull public ExternalCAProtocol getProtocol()
protocol
public ExternalCA withProtocol(ExternalCAProtocol protocol)
protocol
@CheckForNull public String getUrl()
url
public ExternalCA withUrl(String url)
url
@CheckForNull public Map<String,String> getOptions()
options
public ExternalCA withOptions(Map<String,String> options)
options
Copyright © 2021. All rights reserved.