| Modifier and Type | Method and Description |
|---|---|
Protocol |
ServicePort.Jsii$Proxy.getProtocol() |
default Protocol |
ExposeOptions.getProtocol()
The IP protocol for this port.
|
Protocol |
ExposeOptions.Jsii$Proxy.getProtocol() |
default Protocol |
ServicePortOptions.getProtocol()
The IP protocol for this port.
|
Protocol |
ServicePortOptions.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 |
|---|---|
ServicePort.Builder |
ServicePort.Builder.protocol(Protocol protocol)
Sets the value of
ServicePortOptions.getProtocol() |
ExposeOptions.Builder |
ExposeOptions.Builder.protocol(Protocol protocol)
Sets the value of
ExposeOptions.getProtocol() |
ServicePortOptions.Builder |
ServicePortOptions.Builder.protocol(Protocol protocol)
Sets the value of
ServicePortOptions.getProtocol() |
| Constructor and Description |
|---|
Jsii$Proxy(Number port,
String name,
Number nodePort,
Protocol protocol,
Number targetPort)
Constructor that initializes the object based on literal property values passed by the
ServicePort.Builder. |
Jsii$Proxy(String name,
Number nodePort,
Protocol protocol,
Number targetPort)
Constructor that initializes the object based on literal property values passed by the
ServicePortOptions.Builder. |
Jsii$Proxy(String name,
Protocol protocol,
ServiceType serviceType,
Number targetPort)
Constructor that initializes the object based on literal property values passed by the
ExposeOptions.Builder. |
Copyright © 2021. All rights reserved.