Uses of Class
com.oracle.bmc.mysql.model.DbSystemEndpoint.IpAddressVersion
-
Packages that use DbSystemEndpoint.IpAddressVersion Package Description com.oracle.bmc.mysql.model -
-
Uses of DbSystemEndpoint.IpAddressVersion in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return DbSystemEndpoint.IpAddressVersion Modifier and Type Method Description static DbSystemEndpoint.IpAddressVersionDbSystemEndpoint.IpAddressVersion. create(String key)DbSystemEndpoint.IpAddressVersionDbSystemEndpoint. getIpAddressVersion()The internet protocol (IP) version of the IP address.static DbSystemEndpoint.IpAddressVersionDbSystemEndpoint.IpAddressVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static DbSystemEndpoint.IpAddressVersion[]DbSystemEndpoint.IpAddressVersion. 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.IpAddressVersion Modifier and Type Method Description DbSystemEndpoint.BuilderDbSystemEndpoint.Builder. ipAddressVersion(DbSystemEndpoint.IpAddressVersion ipAddressVersion)The internet protocol (IP) version of the IP address.Constructors in com.oracle.bmc.mysql.model with parameters of type DbSystemEndpoint.IpAddressVersion Constructor Description DbSystemEndpoint(String hostname, String ipAddress, DbSystemEndpoint.IpAddressVersion ipAddressVersion, Integer port, Integer portX, List<DbSystemEndpoint.Modes> modes, DbSystemEndpoint.Status status, String statusDetails, DbSystemEndpoint.ResourceType resourceType, String resourceId)Deprecated.
-