public class NetworkAttachmentConfig extends DockerObject implements Serializable
RemoteApiVersion#VERSION_1_24| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
NetworkAttachmentConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAliases() |
String |
getTarget() |
NetworkAttachmentConfig |
withAliases(List<String> aliases) |
NetworkAttachmentConfig |
withTarget(String target) |
getRawValuespublic static final long serialVersionUID
@CheckForNull public String getTarget()
targetpublic NetworkAttachmentConfig withTarget(String target)
target@CheckForNull public List<String> getAliases()
aliasespublic NetworkAttachmentConfig withAliases(List<String> aliases)
aliasesCopyright © 2025. All rights reserved.