Class CloudAutonomousVmClusterSummary


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20160918")
    public final class CloudAutonomousVmClusterSummary
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Details of the cloud Autonomous VM cluster.
    Note: Objects should always be created or deserialized using the CloudAutonomousVmClusterSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the CloudAutonomousVmClusterSummary.Builder, which maintain a set of all explicitly set fields called CloudAutonomousVmClusterSummary.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Constructor Detail

      • CloudAutonomousVmClusterSummary

        @Deprecated
        @ConstructorProperties({"id","compartmentId","description","availabilityDomain","subnetId","nsgIds","lastUpdateHistoryEntryId","lifecycleState","displayName","timeCreated","timeUpdated","clusterTimeZone","lifecycleDetails","hostname","domain","cloudExadataInfrastructureId","shape","nodeCount","dataStorageSizeInTBs","dataStorageSizeInGBs","cpuCoreCount","ocpuCount","computeModel","isMtlsEnabledVmCluster","cpuCoreCountPerNode","memorySizeInGBs","licenseModel","lastMaintenanceRunId","nextMaintenanceRunId","maintenanceWindow","scanListenerPortTls","scanListenerPortNonTls","freeformTags","definedTags","securityAttributes","timeDatabaseSslCertificateExpires","timeOrdsCertificateExpires","availableCpus","reclaimableCpus","availableContainerDatabases","totalContainerDatabases","availableAutonomousDataStorageSizeInTBs","autonomousDataStorageSizeInTBs","dbNodeStorageSizeInGBs","memoryPerOracleComputeUnitInGBs","dbServers","cpuPercentage","autonomousDataStoragePercentage","provisionedCpus","totalCpus","totalAutonomousDataStorageInTBs","reservedCpus","provisionableAutonomousContainerDatabases","provisionedAutonomousContainerDatabases","nonProvisionableAutonomousContainerDatabases","exadataStorageInTBsLowestScaledValue","ocpusLowestScaledValue","maxAcdsLowestScaledValue"})
        public CloudAutonomousVmClusterSummary​(String id,
                                               String compartmentId,
                                               String description,
                                               String availabilityDomain,
                                               String subnetId,
                                               List<String> nsgIds,
                                               String lastUpdateHistoryEntryId,
                                               CloudAutonomousVmClusterSummary.LifecycleState lifecycleState,
                                               String displayName,
                                               Date timeCreated,
                                               Date timeUpdated,
                                               String clusterTimeZone,
                                               String lifecycleDetails,
                                               String hostname,
                                               String domain,
                                               String cloudExadataInfrastructureId,
                                               String shape,
                                               Integer nodeCount,
                                               Double dataStorageSizeInTBs,
                                               Double dataStorageSizeInGBs,
                                               Integer cpuCoreCount,
                                               Float ocpuCount,
                                               CloudAutonomousVmClusterSummary.ComputeModel computeModel,
                                               Boolean isMtlsEnabledVmCluster,
                                               Integer cpuCoreCountPerNode,
                                               Integer memorySizeInGBs,
                                               CloudAutonomousVmClusterSummary.LicenseModel licenseModel,
                                               String lastMaintenanceRunId,
                                               String nextMaintenanceRunId,
                                               MaintenanceWindow maintenanceWindow,
                                               Integer scanListenerPortTls,
                                               Integer scanListenerPortNonTls,
                                               Map<String,​String> freeformTags,
                                               Map<String,​Map<String,​Object>> definedTags,
                                               Map<String,​Map<String,​Object>> securityAttributes,
                                               Date timeDatabaseSslCertificateExpires,
                                               Date timeOrdsCertificateExpires,
                                               Float availableCpus,
                                               Float reclaimableCpus,
                                               Integer availableContainerDatabases,
                                               Integer totalContainerDatabases,
                                               Double availableAutonomousDataStorageSizeInTBs,
                                               Double autonomousDataStorageSizeInTBs,
                                               Integer dbNodeStorageSizeInGBs,
                                               Integer memoryPerOracleComputeUnitInGBs,
                                               List<String> dbServers,
                                               Float cpuPercentage,
                                               Float autonomousDataStoragePercentage,
                                               Float provisionedCpus,
                                               Float totalCpus,
                                               Float totalAutonomousDataStorageInTBs,
                                               Float reservedCpus,
                                               Integer provisionableAutonomousContainerDatabases,
                                               Integer provisionedAutonomousContainerDatabases,
                                               Integer nonProvisionableAutonomousContainerDatabases,
                                               Double exadataStorageInTBsLowestScaledValue,
                                               Integer ocpusLowestScaledValue,
                                               Integer maxAcdsLowestScaledValue)
        Deprecated.
    • Method Detail

      • getId

        public String getId()
        The OCID of the Cloud Autonomous VM cluster.
        Returns:
        the value
      • getCompartmentId

        public String getCompartmentId()
        The OCID of the compartment.
        Returns:
        the value
      • getDescription

        public String getDescription()
        User defined description of the cloud Autonomous VM cluster.
        Returns:
        the value
      • getAvailabilityDomain

        public String getAvailabilityDomain()
        The name of the availability domain that the cloud Autonomous VM cluster is located in.
        Returns:
        the value
      • getSubnetId

        public String getSubnetId()
        The OCID of the subnet the cloud Autonomous VM Cluster is associated with.

        *Subnet Restrictions:** - For Exadata and virtual machine 2-node RAC DB systems, do not use a subnet that overlaps with 192.168.128.0/20.

        These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and backup subnet.

        Returns:
        the value
      • getNsgIds

        public List<String> getNsgIds()
        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.

        Returns:
        the value
      • getLastUpdateHistoryEntryId

        public String getLastUpdateHistoryEntryId()
        The OCID of the last maintenance update history.

        This value is updated when a maintenance update starts.

        Returns:
        the value
      • getDisplayName

        public String getDisplayName()
        The user-friendly name for the cloud Autonomous VM cluster.

        The name does not need to be unique.

        Returns:
        the value
      • getTimeCreated

        public Date getTimeCreated()
        The date and time that the cloud Autonomous VM cluster was created.
        Returns:
        the value
      • getTimeUpdated

        public Date getTimeUpdated()
        The last date and time that the cloud Autonomous VM cluster was updated.
        Returns:
        the value
      • getClusterTimeZone

        public String getClusterTimeZone()
        The time zone of the Cloud Autonomous VM Cluster.
        Returns:
        the value
      • getLifecycleDetails

        public String getLifecycleDetails()
        Additional information about the current lifecycle state.
        Returns:
        the value
      • getHostname

        public String getHostname()
        The hostname for the cloud Autonomous VM cluster.
        Returns:
        the value
      • getDomain

        public String getDomain()
        The domain name for the cloud Autonomous VM cluster.
        Returns:
        the value
      • getCloudExadataInfrastructureId

        public String getCloudExadataInfrastructureId()
        The OCID of the cloud Exadata infrastructure.
        Returns:
        the value
      • getShape

        public String getShape()
        The model name of the Exadata hardware running the cloud Autonomous VM cluster.
        Returns:
        the value
      • getNodeCount

        public Integer getNodeCount()
        The number of database servers in the cloud VM cluster.
        Returns:
        the value
      • getDataStorageSizeInTBs

        public Double getDataStorageSizeInTBs()
        The total data storage allocated, in terabytes (TB).
        Returns:
        the value
      • getDataStorageSizeInGBs

        public Double getDataStorageSizeInGBs()
        The total data storage allocated, in gigabytes (GB).
        Returns:
        the value
      • getCpuCoreCount

        public Integer getCpuCoreCount()
        The number of CPU cores on the cloud Autonomous VM cluster.
        Returns:
        the value
      • getOcpuCount

        public Float getOcpuCount()
        The number of CPU cores on the cloud Autonomous VM cluster.

        Only 1 decimal place is allowed for the fractional part.

        Returns:
        the value
      • getIsMtlsEnabledVmCluster

        public Boolean getIsMtlsEnabledVmCluster()
        Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster.

        This is applicable to database TLS Certificates only. Default is TLS

        Returns:
        the value
      • getCpuCoreCountPerNode

        public Integer getCpuCoreCountPerNode()
        The number of CPU cores enabled per VM cluster node.
        Returns:
        the value
      • getMemorySizeInGBs

        public Integer getMemorySizeInGBs()
        The memory allocated in GBs.
        Returns:
        the value
      • getLicenseModel

        public CloudAutonomousVmClusterSummary.LicenseModel getLicenseModel()
        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.

        Returns:
        the value
      • getLastMaintenanceRunId

        public String getLastMaintenanceRunId()
        The OCID of the last maintenance run.
        Returns:
        the value
      • getNextMaintenanceRunId

        public String getNextMaintenanceRunId()
        The OCID of the next maintenance run.
        Returns:
        the value
      • getScanListenerPortTls

        public Integer getScanListenerPortTls()
        The SCAN Listenenr TLS port.

        Default is 2484.

        Returns:
        the value
      • getScanListenerPortNonTls

        public Integer getScanListenerPortNonTls()
        The SCAN Listener Non TLS port.

        Default is 1521.

        Returns:
        the value
      • getFreeformTags

        public Map<String,​String> getFreeformTags()
        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"}

        Returns:
        the value
      • getDefinedTags

        public Map<String,​Map<String,​Object>> getDefinedTags()
        Defined tags for this resource.

        Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

        Returns:
        the value
      • getSecurityAttributes

        public Map<String,​Map<String,​Object>> getSecurityAttributes()
        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”}}}

        Returns:
        the value
      • getTimeDatabaseSslCertificateExpires

        public Date getTimeDatabaseSslCertificateExpires()
        The date and time of Database SSL certificate expiration.
        Returns:
        the value
      • getTimeOrdsCertificateExpires

        public Date getTimeOrdsCertificateExpires()
        The date and time of ORDS certificate expiration.
        Returns:
        the value
      • getAvailableCpus

        public Float getAvailableCpus()
        CPU cores available for allocation to Autonomous Databases.
        Returns:
        the value
      • getReclaimableCpus

        public Float getReclaimableCpus()
        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.

        Returns:
        the value
      • getAvailableContainerDatabases

        public Integer getAvailableContainerDatabases()
        The number of Autonomous Container Databases that can be created with the currently available local storage.
        Returns:
        the value
      • getTotalContainerDatabases

        public Integer getTotalContainerDatabases()
        The total number of Autonomous Container Databases that can be created with the allocated local storage.
        Returns:
        the value
      • getAvailableAutonomousDataStorageSizeInTBs

        public Double getAvailableAutonomousDataStorageSizeInTBs()
        The data disk group size available for Autonomous Databases, in TBs.
        Returns:
        the value
      • getAutonomousDataStorageSizeInTBs

        public Double getAutonomousDataStorageSizeInTBs()
        The data disk group size allocated for Autonomous Databases, in TBs.
        Returns:
        the value
      • getDbNodeStorageSizeInGBs

        public Integer getDbNodeStorageSizeInGBs()
        The local node storage allocated in GBs.
        Returns:
        the value
      • getMemoryPerOracleComputeUnitInGBs

        public Integer getMemoryPerOracleComputeUnitInGBs()
        The amount of memory (in GBs) enabled per OCPU or ECPU.
        Returns:
        the value
      • getDbServers

        public List<String> getDbServers()
        The list of OCIDs of the Db servers.
        Returns:
        the value
      • getCpuPercentage

        public Float getCpuPercentage()
        The percentage of total number of CPUs used in an Autonomous VM Cluster.
        Returns:
        the value
      • getAutonomousDataStoragePercentage

        public Float getAutonomousDataStoragePercentage()
        The percentage of the data storage used for the Autonomous Databases in an Autonomous VM Cluster.
        Returns:
        the value
      • getProvisionedCpus

        public Float getProvisionedCpus()
        The number of CPUs provisioned in an Autonomous VM Cluster.
        Returns:
        the value
      • getTotalCpus

        public Float getTotalCpus()
        The total number of CPUs in an Autonomous VM Cluster.
        Returns:
        the value
      • getTotalAutonomousDataStorageInTBs

        public Float getTotalAutonomousDataStorageInTBs()
        The total data disk group size for Autonomous Databases, in TBs.
        Returns:
        the value
      • getReservedCpus

        public Float getReservedCpus()
        The number of CPUs reserved in an Autonomous VM Cluster.
        Returns:
        the value
      • getProvisionableAutonomousContainerDatabases

        public Integer getProvisionableAutonomousContainerDatabases()
        The number of provisionable Autonomous Container Databases in an Autonomous VM Cluster.
        Returns:
        the value
      • getProvisionedAutonomousContainerDatabases

        public Integer getProvisionedAutonomousContainerDatabases()
        The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
        Returns:
        the value
      • getNonProvisionableAutonomousContainerDatabases

        public Integer getNonProvisionableAutonomousContainerDatabases()
        The number of non-provisionable Autonomous Container Databases in an Autonomous VM Cluster.
        Returns:
        the value
      • getExadataStorageInTBsLowestScaledValue

        public Double getExadataStorageInTBsLowestScaledValue()
        The lowest value to which exadataStorage (in TBs) can be scaled down.
        Returns:
        the value
      • getOcpusLowestScaledValue

        public Integer getOcpusLowestScaledValue()
        The lowest value to which ocpus can be scaled down.
        Returns:
        the value
      • getMaxAcdsLowestScaledValue

        public Integer getMaxAcdsLowestScaledValue()
        The lowest value to which maximum number of ACDs can be scaled down.
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel