Uses of Class
com.oracle.bmc.vnmonitoring.model.Endpoint.Type
-
Packages that use Endpoint.Type Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of Endpoint.Type in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return Endpoint.Type Modifier and Type Method Description static Endpoint.Type
Endpoint.Type. create(String key)
static Endpoint.Type
Endpoint.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Endpoint.Type[]
Endpoint.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-