| Package | Description |
|---|---|
| org.cloudfoundry.operations.applications |
| Modifier and Type | Method and Description |
|---|---|
static ManifestV3RouteProtocol |
ManifestV3RouteProtocol.from(String s) |
ManifestV3RouteProtocol |
Route.getProtocol()
The protocol
|
static ManifestV3RouteProtocol |
ManifestV3RouteProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManifestV3RouteProtocol[] |
ManifestV3RouteProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Route.Builder |
Route.Builder.protocol(ManifestV3RouteProtocol protocol)
Initializes the value for the
protocol attribute. |
Copyright © 2024. All rights reserved.