Uses of Class
com.oracle.bmc.keymanagement.model.PortInformation.PortType
-
Packages that use PortInformation.PortType Package Description com.oracle.bmc.keymanagement.model -
-
Uses of PortInformation.PortType in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return PortInformation.PortType Modifier and Type Method Description static PortInformation.PortTypePortInformation.PortType. create(String key)PortInformation.PortTypePortInformation. getPortType()Port type associated for the port number.static PortInformation.PortTypePortInformation.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.Methods in com.oracle.bmc.keymanagement.model with parameters of type PortInformation.PortType Modifier and Type Method Description PortInformation.BuilderPortInformation.Builder. portType(PortInformation.PortType portType)Port type associated for the port number.Constructors in com.oracle.bmc.keymanagement.model with parameters of type PortInformation.PortType Constructor Description PortInformation(Integer portNumber, PortInformation.PortType portType)Deprecated.
-