public static class AutonomousVmCluster.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AutonomousVmCluster.Builder |
autonomousDataStorageSizeInTBs(Double autonomousDataStorageSizeInTBs)
The data disk group size allocated for Autonomous Databases, in TBs.
|
AutonomousVmCluster.Builder |
availableAutonomousDataStorageSizeInTBs(Double availableAutonomousDataStorageSizeInTBs)
The data disk group size available for Autonomous Databases, in TBs.
|
AutonomousVmCluster.Builder |
availableContainerDatabases(Integer availableContainerDatabases)
The number of Autonomous Container Databases that can be created with the currently available local storage.
|
AutonomousVmCluster.Builder |
availableCpus(Integer availableCpus)
The numnber of CPU cores available.
|
AutonomousVmCluster.Builder |
availableDataStorageSizeInTBs(Double availableDataStorageSizeInTBs)
Deprecated. Use
availableAutonomousDataStorageSizeInTBs for Autonomous Databases’ data storage availability in TBs. |
AutonomousVmCluster |
build() |
AutonomousVmCluster.Builder |
compartmentId(String compartmentId)
The OCID of the compartment.
|
AutonomousVmCluster.Builder |
copy(AutonomousVmCluster model) |
AutonomousVmCluster.Builder |
cpuCoreCountPerNode(Integer cpuCoreCountPerNode)
The number of OCPU cores enabled per VM cluster node.
|
AutonomousVmCluster.Builder |
cpusEnabled(Integer cpusEnabled)
The number of enabled CPU cores.
|
AutonomousVmCluster.Builder |
dataStorageSizeInGBs(Double dataStorageSizeInGBs)
The total data storage allocated in GBs.
|
AutonomousVmCluster.Builder |
dataStorageSizeInTBs(Double dataStorageSizeInTBs)
The total data storage allocated in TBs
|
AutonomousVmCluster.Builder |
dbNodeStorageSizeInGBs(Integer dbNodeStorageSizeInGBs)
The local node storage allocated in GBs.
|
AutonomousVmCluster.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
AutonomousVmCluster.Builder |
displayName(String displayName)
The user-friendly name for the Autonomous VM cluster.
|
AutonomousVmCluster.Builder |
exadataInfrastructureId(String exadataInfrastructureId)
The OCID of the Exadata infrastructure.
|
AutonomousVmCluster.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
AutonomousVmCluster.Builder |
id(String id)
The OCID of the Autonomous VM cluster.
|
AutonomousVmCluster.Builder |
isLocalBackupEnabled(Boolean isLocalBackupEnabled)
If true, database backup on local Exadata storage is configured for the Autonomous VM cluster.
|
AutonomousVmCluster.Builder |
lastMaintenanceRunId(String lastMaintenanceRunId)
The OCID of the last maintenance run.
|
AutonomousVmCluster.Builder |
licenseModel(AutonomousVmCluster.LicenseModel licenseModel)
The Oracle license model that applies to the Autonomous VM cluster.
|
AutonomousVmCluster.Builder |
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
|
AutonomousVmCluster.Builder |
lifecycleState(AutonomousVmCluster.LifecycleState lifecycleState)
The current state of the Autonomous VM cluster.
|
AutonomousVmCluster.Builder |
maintenanceWindow(MaintenanceWindow maintenanceWindow) |
AutonomousVmCluster.Builder |
memoryPerOracleComputeUnitInGBs(Integer memoryPerOracleComputeUnitInGBs)
The amount of memory (in GBs) enabled per each OCPU core.
|
AutonomousVmCluster.Builder |
memorySizeInGBs(Integer memorySizeInGBs)
The memory allocated in GBs.
|
AutonomousVmCluster.Builder |
nextMaintenanceRunId(String nextMaintenanceRunId)
The OCID of the next maintenance run.
|
AutonomousVmCluster.Builder |
ocpusEnabled(Float ocpusEnabled)
The number of enabled OCPU cores.
|
AutonomousVmCluster.Builder |
reclaimableCpus(Integer reclaimableCpus)
CPU cores that continue to be included in the count of OCPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down.
|
AutonomousVmCluster.Builder |
timeCreated(Date timeCreated)
The date and time that the Autonomous VM cluster was created.
|
AutonomousVmCluster.Builder |
timeZone(String timeZone)
The time zone to use for the Autonomous VM cluster.
|
AutonomousVmCluster.Builder |
totalContainerDatabases(Integer totalContainerDatabases)
The total number of Autonomous Container Databases that can be created.
|
AutonomousVmCluster.Builder |
vmClusterNetworkId(String vmClusterNetworkId)
The OCID of the VM cluster network.
|
public AutonomousVmCluster.Builder id(String id)
The OCID of the Autonomous VM cluster.
id
- the value to setpublic AutonomousVmCluster.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic AutonomousVmCluster.Builder displayName(String displayName)
The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
displayName
- the value to setpublic AutonomousVmCluster.Builder timeCreated(Date timeCreated)
The date and time that the Autonomous VM cluster was created.
timeCreated
- the value to setpublic AutonomousVmCluster.Builder lifecycleState(AutonomousVmCluster.LifecycleState lifecycleState)
The current state of the Autonomous VM cluster.
lifecycleState
- the value to setpublic AutonomousVmCluster.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
lifecycleDetails
- the value to setpublic AutonomousVmCluster.Builder timeZone(String timeZone)
The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
timeZone
- the value to setpublic AutonomousVmCluster.Builder exadataInfrastructureId(String exadataInfrastructureId)
The OCID of the Exadata infrastructure.
exadataInfrastructureId
- the value to setpublic AutonomousVmCluster.Builder vmClusterNetworkId(String vmClusterNetworkId)
The OCID of the VM cluster network.
vmClusterNetworkId
- the value to setpublic AutonomousVmCluster.Builder isLocalBackupEnabled(Boolean isLocalBackupEnabled)
If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
isLocalBackupEnabled
- the value to setpublic AutonomousVmCluster.Builder cpusEnabled(Integer cpusEnabled)
The number of enabled CPU cores.
cpusEnabled
- the value to setpublic AutonomousVmCluster.Builder ocpusEnabled(Float ocpusEnabled)
The number of enabled OCPU cores.
ocpusEnabled
- the value to setpublic AutonomousVmCluster.Builder availableCpus(Integer availableCpus)
The numnber of CPU cores available.
availableCpus
- the value to setpublic AutonomousVmCluster.Builder totalContainerDatabases(Integer totalContainerDatabases)
The total number of Autonomous Container Databases that can be created.
totalContainerDatabases
- the value to setpublic AutonomousVmCluster.Builder memoryPerOracleComputeUnitInGBs(Integer memoryPerOracleComputeUnitInGBs)
The amount of memory (in GBs) enabled per each OCPU core.
memoryPerOracleComputeUnitInGBs
- the value to setpublic AutonomousVmCluster.Builder cpuCoreCountPerNode(Integer cpuCoreCountPerNode)
The number of OCPU cores enabled per VM cluster node.
cpuCoreCountPerNode
- the value to setpublic AutonomousVmCluster.Builder autonomousDataStorageSizeInTBs(Double autonomousDataStorageSizeInTBs)
The data disk group size allocated for Autonomous Databases, in TBs.
autonomousDataStorageSizeInTBs
- the value to setpublic AutonomousVmCluster.Builder maintenanceWindow(MaintenanceWindow maintenanceWindow)
public AutonomousVmCluster.Builder lastMaintenanceRunId(String lastMaintenanceRunId)
The OCID of the last maintenance run.
lastMaintenanceRunId
- the value to setpublic AutonomousVmCluster.Builder nextMaintenanceRunId(String nextMaintenanceRunId)
The OCID of the next maintenance run.
nextMaintenanceRunId
- the value to setpublic AutonomousVmCluster.Builder memorySizeInGBs(Integer memorySizeInGBs)
The memory allocated in GBs.
memorySizeInGBs
- the value to setpublic AutonomousVmCluster.Builder dbNodeStorageSizeInGBs(Integer dbNodeStorageSizeInGBs)
The local node storage allocated in GBs.
dbNodeStorageSizeInGBs
- the value to setpublic AutonomousVmCluster.Builder dataStorageSizeInTBs(Double dataStorageSizeInTBs)
The total data storage allocated in TBs
dataStorageSizeInTBs
- the value to setpublic AutonomousVmCluster.Builder dataStorageSizeInGBs(Double dataStorageSizeInGBs)
The total data storage allocated in GBs.
dataStorageSizeInGBs
- the value to setpublic AutonomousVmCluster.Builder availableDataStorageSizeInTBs(Double availableDataStorageSizeInTBs)
Deprecated. Use availableAutonomousDataStorageSizeInTBs
for Autonomous Databases’ data storage availability in TBs.
availableDataStorageSizeInTBs
- the value to setpublic AutonomousVmCluster.Builder licenseModel(AutonomousVmCluster.LicenseModel licenseModel)
The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
licenseModel
- the value to setpublic AutonomousVmCluster.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic AutonomousVmCluster.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
definedTags
- the value to setpublic AutonomousVmCluster.Builder reclaimableCpus(Integer reclaimableCpus)
CPU cores that continue to be included in the count of OCPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available OCPUs at its parent AVMC level by restarting the Autonomous Container Database.
reclaimableCpus
- the value to setpublic AutonomousVmCluster.Builder availableContainerDatabases(Integer availableContainerDatabases)
The number of Autonomous Container Databases that can be created with the currently available local storage.
availableContainerDatabases
- the value to setpublic AutonomousVmCluster.Builder availableAutonomousDataStorageSizeInTBs(Double availableAutonomousDataStorageSizeInTBs)
The data disk group size available for Autonomous Databases, in TBs.
availableAutonomousDataStorageSizeInTBs
- the value to setpublic AutonomousVmCluster build()
public AutonomousVmCluster.Builder copy(AutonomousVmCluster model)
Copyright © 2016–2022. All rights reserved.