Uses of Class
com.oracle.bmc.mysql.model.DbSystemEndpoint.ResourceType
-
Packages that use DbSystemEndpoint.ResourceType Package Description com.oracle.bmc.mysql.model -
-
Uses of DbSystemEndpoint.ResourceType in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return DbSystemEndpoint.ResourceType Modifier and Type Method Description static DbSystemEndpoint.ResourceTypeDbSystemEndpoint.ResourceType. create(String key)DbSystemEndpoint.ResourceTypeDbSystemEndpoint. getResourceType()The type of endpoint that clients and connectors can connect to.static DbSystemEndpoint.ResourceTypeDbSystemEndpoint.ResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DbSystemEndpoint.ResourceType[]DbSystemEndpoint.ResourceType. 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.ResourceType Modifier and Type Method Description DbSystemEndpoint.BuilderDbSystemEndpoint.Builder. resourceType(DbSystemEndpoint.ResourceType resourceType)The type of endpoint that clients and connectors can connect to.Constructors in com.oracle.bmc.mysql.model with parameters of type DbSystemEndpoint.ResourceType 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.
-