public static class UpdateCloudAutonomousVmClusterDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateCloudAutonomousVmClusterDetails.Builder description(String description)
User defined description of the cloud Autonomous VM cluster.
description
- the value to setpublic UpdateCloudAutonomousVmClusterDetails.Builder displayName(String displayName)
The user-friendly name for the cloud Autonomous VM cluster. The name does not need to be unique.
displayName
- the value to setpublic UpdateCloudAutonomousVmClusterDetails.Builder maintenanceWindowDetails(MaintenanceWindow maintenanceWindowDetails)
public UpdateCloudAutonomousVmClusterDetails.Builder licenseModel(UpdateCloudAutonomousVmClusterDetails.LicenseModel licenseModel)
The Oracle license model that applies to the Oracle Autonomous Database. Bring your own
license (BYOL) allows you to apply your current on-premises Oracle software licenses to
equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included
allows you to subscribe to new Oracle Database software licenses and the Database
service. Note that when provisioning an Autonomous Database on dedicated Exadata
infrastructure,
this attribute must be null because the attribute is already set at the Autonomous
Exadata Infrastructure level. When using shared Exadata
infrastructure, if
a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE
.
This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
licenseModel
- the value to setpublic UpdateCloudAutonomousVmClusterDetails.Builder nsgIds(List<String> nsgIds)
The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions: - A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
nsgIds
- the value to setpublic UpdateCloudAutonomousVmClusterDetails.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 UpdateCloudAutonomousVmClusterDetails.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 UpdateCloudAutonomousVmClusterDetails build()
public UpdateCloudAutonomousVmClusterDetails.Builder copy(UpdateCloudAutonomousVmClusterDetails model)
Copyright © 2016–2023. All rights reserved.