Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
DbServer.Builder |
DbServer.Builder.autonomousVirtualMachineIds(List<String> autonomousVirtualMachineIds)
The list of
OCIDs of the
Autonomous Virtual Machines associated with the Db server.
|
DbServer.Builder |
DbServer.Builder.autonomousVmClusterIds(List<String> autonomousVmClusterIds)
The list of
OCIDs of the
Autonomous VM Clusters associated with the Db server.
|
static DbServer.Builder |
DbServer.builder()
Create a new builder.
|
DbServer.Builder |
DbServer.Builder.compartmentId(String compartmentId)
The OCID of the
compartment.
|
DbServer.Builder |
DbServer.Builder.copy(DbServer model) |
DbServer.Builder |
DbServer.Builder.cpuCoreCount(Integer cpuCoreCount)
The number of CPU cores enabled on the Db server.
|
DbServer.Builder |
DbServer.Builder.dbNodeIds(List<String> dbNodeIds)
The OCID of the
Db nodes associated with the Db server.
|
DbServer.Builder |
DbServer.Builder.dbNodeStorageSizeInGBs(Integer dbNodeStorageSizeInGBs)
The allocated local node storage in GBs on the Db server.
|
DbServer.Builder |
DbServer.Builder.dbServerPatchingDetails(DbServerPatchingDetails dbServerPatchingDetails) |
DbServer.Builder |
DbServer.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DbServer.Builder |
DbServer.Builder.displayName(String displayName)
The user-friendly name for the Db server.
|
DbServer.Builder |
DbServer.Builder.exadataInfrastructureId(String exadataInfrastructureId)
The OCID of the
Exadata infrastructure.
|
DbServer.Builder |
DbServer.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
DbServer.Builder |
DbServer.Builder.id(String id)
The OCID of the
Db server.
|
DbServer.Builder |
DbServer.Builder.lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
|
DbServer.Builder |
DbServer.Builder.lifecycleState(DbServer.LifecycleState lifecycleState)
The current state of the Db server.
|
DbServer.Builder |
DbServer.Builder.maxCpuCount(Integer maxCpuCount)
The total number of CPU cores available.
|
DbServer.Builder |
DbServer.Builder.maxDbNodeStorageInGBs(Integer maxDbNodeStorageInGBs)
The total local node storage available in GBs.
|
DbServer.Builder |
DbServer.Builder.maxMemoryInGBs(Integer maxMemoryInGBs)
The total memory available in GBs.
|
DbServer.Builder |
DbServer.Builder.memorySizeInGBs(Integer memorySizeInGBs)
The allocated memory in GBs on the Db server.
|
DbServer.Builder |
DbServer.Builder.shape(String shape)
The shape of the Db server.
|
DbServer.Builder |
DbServer.Builder.timeCreated(Date timeCreated)
The date and time that the Db Server was created.
|
DbServer.Builder |
DbServer.toBuilder() |
DbServer.Builder |
DbServer.Builder.vmClusterIds(List<String> vmClusterIds)
The OCID of the
VM Clusters associated with the Db server.
|
Copyright © 2016–2024. All rights reserved.