public static class UpdateAutonomousVmClusterDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateAutonomousVmClusterDetails.Builder maintenanceWindowDetails(MaintenanceWindow maintenanceWindowDetails)
public UpdateAutonomousVmClusterDetails.Builder licenseModel(UpdateAutonomousVmClusterDetails.LicenseModel licenseModel)
The Oracle license model that applies to the Autonomous VM cluster. The default is BRING_YOUR_OWN_LICENSE.
licenseModel
- the value to setpublic UpdateAutonomousVmClusterDetails.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 UpdateAutonomousVmClusterDetails.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 UpdateAutonomousVmClusterDetails.Builder autonomousDataStorageSizeInTBs(Double autonomousDataStorageSizeInTBs)
The new value of autonomous data storage (in TBs) for the Autonomous VM cluster.
autonomousDataStorageSizeInTBs
- the value to setpublic UpdateAutonomousVmClusterDetails.Builder cpuCoreCountPerNode(Integer cpuCoreCountPerNode)
The new value of cpus per Autonomous VM cluster per node for the Autonomous VM cluster.
cpuCoreCountPerNode
- the value to setpublic UpdateAutonomousVmClusterDetails.Builder totalContainerDatabases(Integer totalContainerDatabases)
The new value of maximum number of ACDs for the Autonomous VM cluster.
totalContainerDatabases
- the value to setpublic UpdateAutonomousVmClusterDetails build()
public UpdateAutonomousVmClusterDetails.Builder copy(UpdateAutonomousVmClusterDetails model)
Copyright © 2016–2024. All rights reserved.