Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
DbSystemEndpoint |
DbSystemEndpoint.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DbSystemEndpoint> |
DbSystemSummary.getEndpoints()
The network endpoints available for this DB System.
|
List<DbSystemEndpoint> |
DbSystemSnapshot.getEndpoints()
The network endpoints available for this DB System.
|
List<DbSystemEndpoint> |
DbSystem.getEndpoints()
The network endpoints available for this DB System.
|
Modifier and Type | Method and Description |
---|---|
DbSystemEndpoint.Builder |
DbSystemEndpoint.Builder.copy(DbSystemEndpoint model) |
Modifier and Type | Method and Description |
---|---|
DbSystemSummary.Builder |
DbSystemSummary.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.
|
DbSystem.Builder |
DbSystem.Builder.endpoints(List<DbSystemEndpoint> endpoints)
The network endpoints available for this DB System.
|
Constructor and 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,
CrashRecoveryStatus crashRecovery,
PointInTimeRecoveryDetails pointInTimeRecoveryDetails,
DatabaseManagementStatus databaseManagement,
SecureConnectionDetails secureConnections,
List<CustomerContact> customerContacts)
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)
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,
BackupPolicy backupPolicy,
String shapeName,
CrashRecoveryStatus crashRecovery,
DatabaseManagementStatus databaseManagement)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.