Uses of Class
com.oracle.bmc.mysql.model.CreateChannelSourceDetails
-
Packages that use CreateChannelSourceDetails Package Description com.oracle.bmc.mysql.model -
-
Uses of CreateChannelSourceDetails in com.oracle.bmc.mysql.model
Subclasses of CreateChannelSourceDetails in com.oracle.bmc.mysql.model Modifier and Type Class Description class
CreateChannelSourceFromMysqlDetails
Parameters detailing how to provision the source endpoint that is a MySQL Server.Methods in com.oracle.bmc.mysql.model that return CreateChannelSourceDetails Modifier and Type Method Description CreateChannelSourceDetails
CreateChannelDetails. getSource()
Methods in com.oracle.bmc.mysql.model with parameters of type CreateChannelSourceDetails Modifier and Type Method Description CreateChannelDetails.Builder
CreateChannelDetails.Builder. source(CreateChannelSourceDetails source)
Constructors in com.oracle.bmc.mysql.model with parameters of type CreateChannelSourceDetails Constructor Description CreateChannelDetails(String compartmentId, String displayName, Boolean isEnabled, CreateChannelSourceDetails source, CreateChannelTargetDetails target, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-