public static class CreateCloudAutonomousVmClusterDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateCloudAutonomousVmClusterDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic CreateCloudAutonomousVmClusterDetails.Builder description(String description)
User defined description of the cloud Autonomous VM cluster.
description
- the value to setpublic CreateCloudAutonomousVmClusterDetails.Builder subnetId(String subnetId)
The OCID of the subnet the cloud Autonomous VM Cluster is associated with.
subnetId
- the value to setpublic CreateCloudAutonomousVmClusterDetails.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 CreateCloudAutonomousVmClusterDetails.Builder cloudExadataInfrastructureId(String cloudExadataInfrastructureId)
The OCID of the cloud Exadata infrastructure.
cloudExadataInfrastructureId
- the value to setpublic CreateCloudAutonomousVmClusterDetails.Builder totalContainerDatabases(Integer totalContainerDatabases)
The total number of Autonomous Container Databases that can be created.
totalContainerDatabases
- the value to setpublic CreateCloudAutonomousVmClusterDetails.Builder cpuCoreCountPerNode(Integer cpuCoreCountPerNode)
The number of CPU cores to be enabled per VM cluster node.
cpuCoreCountPerNode
- the value to setpublic CreateCloudAutonomousVmClusterDetails.Builder memoryPerOracleComputeUnitInGBs(Integer memoryPerOracleComputeUnitInGBs)
The amount of memory (in GBs) to be enabled per OCPU or ECPU.
memoryPerOracleComputeUnitInGBs
- the value to setpublic CreateCloudAutonomousVmClusterDetails.Builder autonomousDataStorageSizeInTBs(Double autonomousDataStorageSizeInTBs)
The data disk group size to be allocated for Autonomous Databases, in TBs.
autonomousDataStorageSizeInTBs
- the value to setpublic CreateCloudAutonomousVmClusterDetails.Builder clusterTimeZone(String clusterTimeZone)
The time zone to use for the Cloud Autonomous VM cluster. For details, see DB System Time Zones.
clusterTimeZone
- the value to setpublic CreateCloudAutonomousVmClusterDetails.Builder computeModel(CreateCloudAutonomousVmClusterDetails.ComputeModel computeModel)
The compute model of the Cloud Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy.
computeModel
- the value to setpublic CreateCloudAutonomousVmClusterDetails.Builder isMtlsEnabledVmCluster(Boolean isMtlsEnabledVmCluster)
Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
isMtlsEnabledVmCluster
- the value to setpublic CreateCloudAutonomousVmClusterDetails.Builder dbServers(List<String> dbServers)
The list of database servers.
dbServers
- the value to setpublic CreateCloudAutonomousVmClusterDetails.Builder maintenanceWindowDetails(MaintenanceWindow maintenanceWindowDetails)
public CreateCloudAutonomousVmClusterDetails.Builder scanListenerPortTls(Integer scanListenerPortTls)
The SCAN Listener TLS port. Default is 2484.
scanListenerPortTls
- the value to setpublic CreateCloudAutonomousVmClusterDetails.Builder scanListenerPortNonTls(Integer scanListenerPortNonTls)
The SCAN Listener Non TLS port. Default is 1521.
scanListenerPortNonTls
- the value to setpublic CreateCloudAutonomousVmClusterDetails.Builder licenseModel(CreateCloudAutonomousVmClusterDetails.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 services in the cloud. License Included allows you to
subscribe to new Oracle Database software licenses and the Oracle Database service. Note
that when provisioning an Autonomous Database on dedicated Exadata
infrastructure,
this attribute must be null. It is already set at the Autonomous Exadata Infrastructure
level. When provisioning an [Autonomous Database Serverless]
(https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a
value is not specified, the system defaults the value to BRING_YOUR_OWN_LICENSE
.
Bring your own license (BYOL) also allows you to select the DB edition using the optional
parameter.
This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
licenseModel
- the value to setpublic CreateCloudAutonomousVmClusterDetails.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 CreateCloudAutonomousVmClusterDetails.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 CreateCloudAutonomousVmClusterDetails.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 CreateCloudAutonomousVmClusterDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes)
Security Attributes for this resource. Each key is predefined and scoped to a namespace.
For more information, see Resource
Tags.
Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
securityAttributes
- the value to setpublic CreateCloudAutonomousVmClusterDetails build()
public CreateCloudAutonomousVmClusterDetails.Builder copy(CreateCloudAutonomousVmClusterDetails model)
Copyright © 2016–2024. All rights reserved.