Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
PortConfig.PublishMode |
PortConfig.getPublishMode() |
static PortConfig.PublishMode |
PortConfig.PublishMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PortConfig.PublishMode[] |
PortConfig.PublishMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PortConfig |
PortConfig.withPublishMode(PortConfig.PublishMode publishMode) |
Copyright © 2019. All Rights Reserved.