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 |
computeModel(AutonomousVmCluster.ComputeModel computeModel)
The compute model of the Autonomous VM Cluster.
|
AutonomousVmCluster.Builder |
copy(AutonomousVmCluster model) |
AutonomousVmCluster.Builder |
cpuCoreCountPerNode(Integer cpuCoreCountPerNode)
The number of CPU 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 |
dbServers(List<String> dbServers)
The list of
OCIDs of the Db
servers.
|
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 |
isMtlsEnabled(Boolean isMtlsEnabled)
Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster.
|
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) to be enabled per OCPU or ECPU.
|
AutonomousVmCluster.Builder |
memorySizeInGBs(Integer memorySizeInGBs)
The memory allocated in GBs.
|
AutonomousVmCluster.Builder |
nextMaintenanceRunId(String nextMaintenanceRunId)
The OCID of the
next maintenance run.
|
AutonomousVmCluster.Builder |
nodeCount(Integer nodeCount)
The number of nodes in the Autonomous VM Cluster.
|
AutonomousVmCluster.Builder |
ocpusEnabled(Float ocpusEnabled)
The number of enabled OCPU cores.
|
AutonomousVmCluster.Builder |
reclaimableCpus(Integer reclaimableCpus)
For Autonomous Databases on Dedicated Exadata Infrastructure: - These are the CPUs that
continue to be included in the count of CPUs available to the Autonomous Container
Database even after one of its Autonomous Database is terminated or scaled down.
|
AutonomousVmCluster.Builder |
scanListenerPortNonTls(Integer scanListenerPortNonTls)
The SCAN Listener Non TLS port number.
|
AutonomousVmCluster.Builder |
scanListenerPortTls(Integer scanListenerPortTls)
The SCAN Listener TLS port number.
|
AutonomousVmCluster.Builder |
timeCreated(Date timeCreated)
The date and time that the Autonomous VM cluster was created.
|
AutonomousVmCluster.Builder |
timeDatabaseSslCertificateExpires(Date timeDatabaseSslCertificateExpires)
The date and time of the Database SSL certificate expiration.
|
AutonomousVmCluster.Builder |
timeOrdsCertificateExpires(Date timeOrdsCertificateExpires)
The date and time of the ORDS certificate expiration.
|
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 computeModel(AutonomousVmCluster.ComputeModel computeModel)
The compute model of the Autonomous VM Cluster. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
computeModel
- 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) to be enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
memoryPerOracleComputeUnitInGBs
- the value to setpublic AutonomousVmCluster.Builder cpuCoreCountPerNode(Integer cpuCoreCountPerNode)
The number of CPU 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 nodeCount(Integer nodeCount)
The number of nodes in the Autonomous VM Cluster.
nodeCount
- 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 dbServers(List<String> dbServers)
The list of OCIDs of the Db servers.
dbServers
- the value to setpublic AutonomousVmCluster.Builder reclaimableCpus(Integer reclaimableCpus)
For Autonomous Databases on Dedicated Exadata Infrastructure: - These are the CPUs that continue to be included in the count of CPUs 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 CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database. - The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster’s compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
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.Builder scanListenerPortTls(Integer scanListenerPortTls)
The SCAN Listener TLS port number. Default value is 2484.
scanListenerPortTls
- the value to setpublic AutonomousVmCluster.Builder scanListenerPortNonTls(Integer scanListenerPortNonTls)
The SCAN Listener Non TLS port number. Default value is 1521.
scanListenerPortNonTls
- the value to setpublic AutonomousVmCluster.Builder isMtlsEnabled(Boolean isMtlsEnabled)
Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
isMtlsEnabled
- the value to setpublic AutonomousVmCluster.Builder timeDatabaseSslCertificateExpires(Date timeDatabaseSslCertificateExpires)
The date and time of the Database SSL certificate expiration.
timeDatabaseSslCertificateExpires
- the value to setpublic AutonomousVmCluster.Builder timeOrdsCertificateExpires(Date timeOrdsCertificateExpires)
The date and time of the ORDS certificate expiration.
timeOrdsCertificateExpires
- the value to setpublic AutonomousVmCluster build()
public AutonomousVmCluster.Builder copy(AutonomousVmCluster model)
Copyright © 2016–2023. All rights reserved.