Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
CustomerContact |
CustomerContact.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CustomerContact> |
UpdateDbSystemDetails.getCustomerContacts()
The list of customer email addresses that receive information from Oracle about the specified
OCI DB System resource.
|
List<CustomerContact> |
CreateDbSystemDetails.getCustomerContacts()
The list of customer email addresses that receive information from Oracle about the specified
OCI DB System resource.
|
List<CustomerContact> |
DbSystem.getCustomerContacts()
The list of customer email addresses that receive information from Oracle about the specified
OCI DB System resource.
|
Modifier and Type | Method and Description |
---|---|
CustomerContact.Builder |
CustomerContact.Builder.copy(CustomerContact model) |
Modifier and Type | Method and Description |
---|---|
UpdateDbSystemDetails.Builder |
UpdateDbSystemDetails.Builder.customerContacts(List<CustomerContact> customerContacts)
The list of customer email addresses that receive information from Oracle about the
specified OCI DB System resource.
|
CreateDbSystemDetails.Builder |
CreateDbSystemDetails.Builder.customerContacts(List<CustomerContact> customerContacts)
The list of customer email addresses that receive information from Oracle about the
specified OCI DB System resource.
|
DbSystem.Builder |
DbSystem.Builder.customerContacts(List<CustomerContact> customerContacts)
The list of customer email addresses that receive information from Oracle about the
specified OCI DB System resource.
|
Constructor and Description |
---|
CreateDbSystemDetails(String displayName,
String description,
String compartmentId,
Boolean isHighlyAvailable,
String availabilityDomain,
String faultDomain,
String configurationId,
String shapeName,
String mysqlVersion,
String subnetId,
String adminUsername,
String adminPassword,
Integer dataStorageSizeInGBs,
DataStorageDetails dataStorage,
String hostnameLabel,
String ipAddress,
Integer port,
Integer portX,
CreateBackupPolicyDetails backupPolicy,
CreateDbSystemSourceDetails source,
CreateMaintenanceDetails maintenance,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
CreateDeletionPolicyDetails deletionPolicy,
CrashRecoveryStatus crashRecovery,
DatabaseManagementStatus databaseManagement,
SecureConnectionDetails secureConnections,
List<CustomerContact> customerContacts)
Deprecated.
|
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.
|
UpdateDbSystemDetails(String displayName,
String description,
String subnetId,
Boolean isHighlyAvailable,
String availabilityDomain,
String faultDomain,
String shapeName,
String mysqlVersion,
String configurationId,
String adminUsername,
String adminPassword,
Integer dataStorageSizeInGBs,
DataStorageDetails dataStorage,
String hostnameLabel,
String ipAddress,
Integer port,
Integer portX,
UpdateBackupPolicyDetails backupPolicy,
UpdateMaintenanceDetails maintenance,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
UpdateDeletionPolicyDetails deletionPolicy,
CrashRecoveryStatus crashRecovery,
DatabaseManagementStatus databaseManagement,
SecureConnectionDetails secureConnections,
List<CustomerContact> customerContacts)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.