Uses of Class
com.oracle.bmc.mysql.model.DbSystemEndpoint.Status
-
Packages that use DbSystemEndpoint.Status Package Description com.oracle.bmc.mysql.model -
-
Uses of DbSystemEndpoint.Status in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return DbSystemEndpoint.Status Modifier and Type Method Description static DbSystemEndpoint.Status
DbSystemEndpoint.Status. create(String key)
DbSystemEndpoint.Status
DbSystemEndpoint. getStatus()
The state of the endpoints, as far as it can seen from the DB System.static DbSystemEndpoint.Status
DbSystemEndpoint.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbSystemEndpoint.Status[]
DbSystemEndpoint.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type DbSystemEndpoint.Status Modifier and Type Method Description DbSystemEndpoint.Builder
DbSystemEndpoint.Builder. status(DbSystemEndpoint.Status status)
The state of the endpoints, as far as it can seen from the DB System.Constructors in com.oracle.bmc.mysql.model with parameters of type DbSystemEndpoint.Status Constructor Description DbSystemEndpoint(String hostname, String ipAddress, Integer port, Integer portX, List<DbSystemEndpoint.Modes> modes, DbSystemEndpoint.Status status, String statusDetails, DbSystemEndpoint.ResourceType resourceType, String resourceId)
Deprecated.
-