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 DbSystem(String id, String displayName, String description, String compartmentId, String subnetId, Boolean isHighlyAvailable, DbSystemPlacement currentPlacement, Boolean isHeatWaveClusterAttached, HeatWaveClusterSummary heatWaveCluster, String availabilityDomain, String faultDomain, String shapeName, String mysqlVersion, BackupPolicy backupPolicy, DbSystemSource source, String configurationId, Integer dataStorageSizeInGBs, DataStorage dataStorage, String hostnameLabel, String ipAddress, Integer port, Integer portX, List<DbSystemEndpoint> endpoints, List<ChannelSummary> channels, DbSystem.LifecycleState lifecycleState, String lifecycleDetails, MaintenanceDetails maintenance, DeletionPolicyDetails deletionPolicy, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, CrashRecoveryStatus crashRecovery, PointInTimeRecoveryDetails pointInTimeRecoveryDetails, DatabaseManagementStatus databaseManagement, SecureConnectionDetails secureConnections, DbSystem.DatabaseMode databaseMode, DbSystem.AccessMode accessMode, List<CustomerContact> customerContacts, ReadEndpointDetails readEndpoint)
Deprecated.DbSystemSnapshot(String id, String displayName, String description, String compartmentId, String subnetId, String availabilityDomain, String faultDomain, String shapeName, String mysqlVersion, String adminUsername, BackupPolicy backupPolicy, String configurationId, Integer dataStorageSizeInGBs, DataStorage dataStorage, String hostnameLabel, String ipAddress, Integer port, Integer portX, Boolean isHighlyAvailable, List<DbSystemEndpoint> endpoints, MaintenanceDetails maintenance, DeletionPolicyDetails deletionPolicy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, CrashRecoveryStatus crashRecovery, DatabaseManagementStatus databaseManagement, SecureConnectionDetails secureConnections, String region, ReadEndpointDetails readEndpoint)
Deprecated.DbSystemSummary(String id, String displayName, String description, String compartmentId, 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.
-