public static class UpdateVmClusterDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateVmClusterDetails.Builder cpuCoreCount(Integer cpuCoreCount)
The number of CPU cores to enable for the VM cluster.
cpuCoreCount
- the value to setpublic UpdateVmClusterDetails.Builder ocpuCount(Float ocpuCount)
The number of OCPU cores to enable for the VM cluster. Only 1 decimal place is allowed for the fractional part.
ocpuCount
- the value to setpublic UpdateVmClusterDetails.Builder memorySizeInGBs(Integer memorySizeInGBs)
The memory to be allocated in GBs.
memorySizeInGBs
- the value to setpublic UpdateVmClusterDetails.Builder dbNodeStorageSizeInGBs(Integer dbNodeStorageSizeInGBs)
The local node storage to be allocated in GBs.
dbNodeStorageSizeInGBs
- the value to setpublic UpdateVmClusterDetails.Builder dataStorageSizeInTBs(Double dataStorageSizeInTBs)
The data disk group size to be allocated in TBs.
dataStorageSizeInTBs
- the value to setpublic UpdateVmClusterDetails.Builder dataStorageSizeInGBs(Double dataStorageSizeInGBs)
The data disk group size to be allocated in GBs.
dataStorageSizeInGBs
- the value to setpublic UpdateVmClusterDetails.Builder licenseModel(UpdateVmClusterDetails.LicenseModel licenseModel)
The Oracle license model that applies to the VM cluster. The default is BRING_YOUR_OWN_LICENSE.
licenseModel
- the value to setpublic UpdateVmClusterDetails.Builder sshPublicKeys(List<String> sshPublicKeys)
The public key portion of one or more key pairs used for SSH access to the VM cluster.
sshPublicKeys
- the value to setpublic UpdateVmClusterDetails.Builder version(PatchDetails version)
public UpdateVmClusterDetails.Builder updateDetails(VmClusterUpdateDetails updateDetails)
public UpdateVmClusterDetails.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 UpdateVmClusterDetails.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 UpdateVmClusterDetails.Builder dataCollectionOptions(DataCollectionOptions dataCollectionOptions)
public UpdateVmClusterDetails.Builder fileSystemConfigurationDetails(List<FileSystemConfigurationDetail> fileSystemConfigurationDetails)
Details of the file system configuration of the VM cluster.
fileSystemConfigurationDetails
- the value to setpublic UpdateVmClusterDetails.Builder cloudAutomationUpdateDetails(CloudAutomationUpdateDetails cloudAutomationUpdateDetails)
public UpdateVmClusterDetails build()
public UpdateVmClusterDetails.Builder copy(UpdateVmClusterDetails model)
Copyright © 2016–2024. All rights reserved.