Package | Description |
---|---|
com.oracle.bmc.mysql | |
com.oracle.bmc.mysql.model | |
com.oracle.bmc.mysql.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<ChannelSummary> |
ChannelsPaginators.listChannelsRecordIterator(ListChannelsRequest request)
Creates a new iterable which will iterate over the
ChannelSummary objects contained in responses from the
listChannels operation. |
Modifier and Type | Method and Description |
---|---|
ChannelSummary |
ChannelSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ChannelSummary> |
DbSystem.getChannels()
A list with a summary of all the Channels attached to the DB System.
|
Modifier and Type | Method and Description |
---|---|
ChannelSummary.Builder |
ChannelSummary.Builder.copy(ChannelSummary model) |
Modifier and Type | Method and Description |
---|---|
DbSystem.Builder |
DbSystem.Builder.channels(List<ChannelSummary> channels)
A list with a summary of all the Channels attached to the 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.
|
Modifier and Type | Method and Description |
---|---|
List<ChannelSummary> |
ListChannelsResponse.getItems()
A list of
com.oracle.bmc.mysql.model.ChannelSummary instances. |
Modifier and Type | Method and Description |
---|---|
ListChannelsResponse.Builder |
ListChannelsResponse.Builder.items(List<ChannelSummary> items)
A list of
com.oracle.bmc.mysql.model.ChannelSummary instances. |
Copyright © 2016–2024. All rights reserved.