| Modifier and Type | Method and Description |
|---|---|
default Protocol |
ExposeDeploymentViaServiceOptions.getProtocol()
The IP protocol for this port.
|
Protocol |
ExposeDeploymentViaServiceOptions.Jsii$Proxy.getProtocol() |
default Protocol |
ServicePortOptions.getProtocol()
The IP protocol for this port.
|
Protocol |
ServicePortOptions.Jsii$Proxy.getProtocol() |
Protocol |
AddDeploymentOptions.Jsii$Proxy.getProtocol() |
Protocol |
ServicePort.Jsii$Proxy.getProtocol() |
Protocol |
ExposeDeploymentViaIngressOptions.Jsii$Proxy.getProtocol() |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExposeDeploymentViaServiceOptions.Builder |
ExposeDeploymentViaServiceOptions.Builder.protocol(Protocol protocol)
Sets the value of
ExposeDeploymentViaServiceOptions.getProtocol() |
ServicePortOptions.Builder |
ServicePortOptions.Builder.protocol(Protocol protocol)
Sets the value of
ServicePortOptions.getProtocol() |
AddDeploymentOptions.Builder |
AddDeploymentOptions.Builder.protocol(Protocol protocol)
Sets the value of
ServicePortOptions.getProtocol() |
ServicePort.Builder |
ServicePort.Builder.protocol(Protocol protocol)
Sets the value of
ServicePortOptions.getProtocol() |
ExposeDeploymentViaIngressOptions.Builder |
ExposeDeploymentViaIngressOptions.Builder.protocol(Protocol protocol)
Sets the value of
ExposeDeploymentViaServiceOptions.getProtocol() |
Copyright © 2021. All rights reserved.