| Package | Description |
|---|---|
| io.github.cdklabs.projen |
projen
|
| Modifier and Type | Method and Description |
|---|---|
DockerComposeProtocol |
DockerComposeServicePort.getProtocol()
(experimental) Network protocol.
|
DockerComposeProtocol |
DockerComposeServicePort.Jsii$Proxy.getProtocol() |
default DockerComposeProtocol |
DockerComposePortMappingOptions.getProtocol()
(experimental) Port mapping protocol.
|
DockerComposeProtocol |
DockerComposePortMappingOptions.Jsii$Proxy.getProtocol() |
static DockerComposeProtocol |
DockerComposeProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockerComposeProtocol[] |
DockerComposeProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DockerComposeServicePort.Builder |
DockerComposeServicePort.Builder.protocol(DockerComposeProtocol protocol)
Sets the value of
DockerComposeServicePort.getProtocol() |
DockerComposePortMappingOptions.Builder |
DockerComposePortMappingOptions.Builder.protocol(DockerComposeProtocol protocol)
Sets the value of
DockerComposePortMappingOptions.getProtocol() |
Copyright © 2021. All rights reserved.