Uses of Class
com.oracle.bmc.mysql.model.DbSystemEndpoint
-
Packages that use DbSystemEndpoint Package Description com.oracle.bmc.mysql.model -
-
Uses of DbSystemEndpoint in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return DbSystemEndpoint Modifier and Type Method Description DbSystemEndpoint
DbSystemEndpoint.Builder. build()
Methods in com.oracle.bmc.mysql.model that return types with arguments of type DbSystemEndpoint Modifier and Type Method Description List<DbSystemEndpoint>
DbSystem. getEndpoints()
The network endpoints available for this DB System.List<DbSystemEndpoint>
DbSystemSnapshot. getEndpoints()
The network endpoints available for this DB System.List<DbSystemEndpoint>
DbSystemSummary. getEndpoints()
The network endpoints available for this DB System.Methods in com.oracle.bmc.mysql.model with parameters of type DbSystemEndpoint Modifier and Type Method Description DbSystemEndpoint.Builder
DbSystemEndpoint.Builder. copy(DbSystemEndpoint model)
Method parameters in com.oracle.bmc.mysql.model with type arguments of type DbSystemEndpoint Modifier and Type Method Description DbSystem.Builder
DbSystem.Builder. endpoints(List<DbSystemEndpoint> endpoints)
The network endpoints available for this DB System.DbSystemSnapshot.Builder
DbSystemSnapshot.Builder. endpoints(List<DbSystemEndpoint> endpoints)
The network endpoints available for this DB System.DbSystemSummary.Builder
DbSystemSummary.Builder. endpoints(List<DbSystemEndpoint> endpoints)
The network endpoints available for this DB System.Constructor parameters in com.oracle.bmc.mysql.model with type arguments of type DbSystemEndpoint Constructor Description DbSystemSummary(String id, String displayName, String description, String compartmentId, RestDetails rest, Boolean isHighlyAvailable, DbSystemPlacement currentPlacement, Boolean isHeatWaveClusterAttached, HeatWaveClusterSummary heatWaveCluster, String availabilityDomain, String faultDomain, List<DbSystemEndpoint> endpoints, DbSystem.LifecycleState lifecycleState, String mysqlVersion, Date timeCreated, Date timeUpdated, DeletionPolicyDetails deletionPolicy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, BackupPolicy backupPolicy, String shapeName, CrashRecoveryStatus crashRecovery, DatabaseManagementStatus databaseManagement, DbSystem.DatabaseMode databaseMode, DbSystem.AccessMode accessMode, ReadEndpointDetails readEndpoint)
Deprecated.
-