Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
DbServerPatchingDetails |
DbServerPatchingDetails.Builder.build() |
DbServerPatchingDetails |
DbServerHistorySummary.getDbServerPatchingDetails() |
DbServerPatchingDetails |
DbServerSummary.getDbServerPatchingDetails() |
DbServerPatchingDetails |
DbServer.getDbServerPatchingDetails() |
Modifier and Type | Method and Description |
---|---|
DbServerPatchingDetails.Builder |
DbServerPatchingDetails.Builder.copy(DbServerPatchingDetails model) |
DbServerHistorySummary.Builder |
DbServerHistorySummary.Builder.dbServerPatchingDetails(DbServerPatchingDetails dbServerPatchingDetails) |
DbServerSummary.Builder |
DbServerSummary.Builder.dbServerPatchingDetails(DbServerPatchingDetails dbServerPatchingDetails) |
DbServer.Builder |
DbServer.Builder.dbServerPatchingDetails(DbServerPatchingDetails dbServerPatchingDetails) |
Constructor and Description |
---|
DbServer(String id,
String displayName,
String compartmentId,
String exadataInfrastructureId,
Integer cpuCoreCount,
Integer memorySizeInGBs,
Integer dbNodeStorageSizeInGBs,
List<String> vmClusterIds,
List<String> autonomousVmClusterIds,
List<String> autonomousVirtualMachineIds,
List<String> dbNodeIds,
String shape,
DbServer.LifecycleState lifecycleState,
String lifecycleDetails,
Integer maxCpuCount,
Integer maxMemoryInGBs,
Integer maxDbNodeStorageInGBs,
Date timeCreated,
DbServerPatchingDetails dbServerPatchingDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
DbServerHistorySummary(String id,
String displayName,
DbServerPatchingDetails dbServerPatchingDetails)
Deprecated.
|
DbServerSummary(String id,
String displayName,
String compartmentId,
String exadataInfrastructureId,
Integer cpuCoreCount,
Integer memorySizeInGBs,
Integer dbNodeStorageSizeInGBs,
List<String> vmClusterIds,
List<String> autonomousVmClusterIds,
List<String> autonomousVirtualMachineIds,
List<String> dbNodeIds,
String shape,
DbServerSummary.LifecycleState lifecycleState,
String lifecycleDetails,
Integer maxCpuCount,
Integer maxMemoryInGBs,
Integer maxDbNodeStorageInGBs,
Date timeCreated,
DbServerPatchingDetails dbServerPatchingDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.