| Modifier and Type | Field and Description |
|---|---|
static ContainerNetworkProtocol |
ContainerNetworkProtocol.TCP
Static value TCP for ContainerNetworkProtocol.
|
static ContainerNetworkProtocol |
ContainerNetworkProtocol.UDP
Static value UDP for ContainerNetworkProtocol.
|
| Modifier and Type | Method and Description |
|---|---|
static ContainerNetworkProtocol |
ContainerNetworkProtocol.fromString(String name)
Creates or finds a ContainerNetworkProtocol from its string representation.
|
ContainerNetworkProtocol |
ContainerPort.protocol()
Get the protocol value.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ContainerNetworkProtocol> |
ContainerNetworkProtocol.values() |
| Modifier and Type | Method and Description |
|---|---|
ContainerPort |
ContainerPort.withProtocol(ContainerNetworkProtocol protocol)
Set the protocol value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/