Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static PortInformation.PortType |
PortInformation.PortType.create(String key) |
PortInformation.PortType |
PortInformation.getPortType()
Port type associated for the port number.
|
static PortInformation.PortType |
PortInformation.PortType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortInformation.PortType[] |
PortInformation.PortType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PortInformation.Builder |
PortInformation.Builder.portType(PortInformation.PortType portType)
Port type associated for the port number.
|
Constructor and Description |
---|
PortInformation(Integer portNumber,
PortInformation.PortType portType)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.