Interface CloudAutonomousVmClusterSummary.Builder

  • Method Details

    • cloudAutonomousVmClusterId

      CloudAutonomousVmClusterSummary.Builder cloudAutonomousVmClusterId(String cloudAutonomousVmClusterId)

      The unique identifier of the Autonomous VM cluster.

      Parameters:
      cloudAutonomousVmClusterId - The unique identifier of the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudAutonomousVmClusterArn

      CloudAutonomousVmClusterSummary.Builder cloudAutonomousVmClusterArn(String cloudAutonomousVmClusterArn)

      The Amazon Resource Name (ARN) for the Autonomous VM cluster.

      Parameters:
      cloudAutonomousVmClusterArn - The Amazon Resource Name (ARN) for the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • odbNetworkId

      CloudAutonomousVmClusterSummary.Builder odbNetworkId(String odbNetworkId)

      The unique identifier of the ODB network associated with this Autonomous VM cluster.

      Parameters:
      odbNetworkId - The unique identifier of the ODB network associated with this Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ociResourceAnchorName

      CloudAutonomousVmClusterSummary.Builder ociResourceAnchorName(String ociResourceAnchorName)

      The name of the OCI resource anchor associated with this Autonomous VM cluster.

      Parameters:
      ociResourceAnchorName - The name of the OCI resource anchor associated with this Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • percentProgress

      CloudAutonomousVmClusterSummary.Builder percentProgress(Float percentProgress)

      The progress of the current operation on the Autonomous VM cluster, as a percentage.

      Parameters:
      percentProgress - The progress of the current operation on the Autonomous VM cluster, as a percentage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      The user-friendly name for the Autonomous VM cluster.

      Parameters:
      displayName - The user-friendly name for the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the Autonomous VM cluster.

      Parameters:
      status - The current status of the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the Autonomous VM cluster.

      Parameters:
      status - The current status of the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      CloudAutonomousVmClusterSummary.Builder statusReason(String statusReason)

      Additional information about the current status of the Autonomous VM cluster, if applicable.

      Parameters:
      statusReason - Additional information about the current status of the Autonomous VM cluster, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudExadataInfrastructureId

      CloudAutonomousVmClusterSummary.Builder cloudExadataInfrastructureId(String cloudExadataInfrastructureId)

      The unique identifier of the Exadata infrastructure containing this Autonomous VM cluster.

      Parameters:
      cloudExadataInfrastructureId - The unique identifier of the Exadata infrastructure containing this Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autonomousDataStoragePercentage

      CloudAutonomousVmClusterSummary.Builder autonomousDataStoragePercentage(Float autonomousDataStoragePercentage)

      The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.

      Parameters:
      autonomousDataStoragePercentage - The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autonomousDataStorageSizeInTBs

      CloudAutonomousVmClusterSummary.Builder autonomousDataStorageSizeInTBs(Double autonomousDataStorageSizeInTBs)

      The total data storage allocated for Autonomous Databases in the Autonomous VM cluster, in TB.

      Parameters:
      autonomousDataStorageSizeInTBs - The total data storage allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availableAutonomousDataStorageSizeInTBs

      CloudAutonomousVmClusterSummary.Builder availableAutonomousDataStorageSizeInTBs(Double availableAutonomousDataStorageSizeInTBs)

      The available data storage for Autonomous Databases in the Autonomous VM cluster, in TB.

      Parameters:
      availableAutonomousDataStorageSizeInTBs - The available data storage for Autonomous Databases in the Autonomous VM cluster, in TB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availableContainerDatabases

      CloudAutonomousVmClusterSummary.Builder availableContainerDatabases(Integer availableContainerDatabases)

      The number of Autonomous Container Databases that you can create with the currently available storage.

      Parameters:
      availableContainerDatabases - The number of Autonomous Container Databases that you can create with the currently available storage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availableCpus

      CloudAutonomousVmClusterSummary.Builder availableCpus(Float availableCpus)

      The number of CPU cores available for allocation to Autonomous Databases.

      Parameters:
      availableCpus - The number of CPU cores available for allocation to Autonomous Databases.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • computeModel

      CloudAutonomousVmClusterSummary.Builder computeModel(String computeModel)

      The compute model of the Autonomous VM cluster: ECPU or OCPU.

      Parameters:
      computeModel - The compute model of the Autonomous VM cluster: ECPU or OCPU.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • computeModel

      The compute model of the Autonomous VM cluster: ECPU or OCPU.

      Parameters:
      computeModel - The compute model of the Autonomous VM cluster: ECPU or OCPU.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cpuCoreCount

      The total number of CPU cores in the Autonomous VM cluster.

      Parameters:
      cpuCoreCount - The total number of CPU cores in the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cpuCoreCountPerNode

      CloudAutonomousVmClusterSummary.Builder cpuCoreCountPerNode(Integer cpuCoreCountPerNode)

      The number of CPU cores per node in the Autonomous VM cluster.

      Parameters:
      cpuCoreCountPerNode - The number of CPU cores per node in the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cpuPercentage

      CloudAutonomousVmClusterSummary.Builder cpuPercentage(Float cpuPercentage)

      The percentage of total CPU cores currently in use in the Autonomous VM cluster.

      Parameters:
      cpuPercentage - The percentage of total CPU cores currently in use in the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataStorageSizeInGBs

      CloudAutonomousVmClusterSummary.Builder dataStorageSizeInGBs(Double dataStorageSizeInGBs)

      The total data storage allocated to the Autonomous VM cluster, in GB.

      Parameters:
      dataStorageSizeInGBs - The total data storage allocated to the Autonomous VM cluster, in GB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataStorageSizeInTBs

      CloudAutonomousVmClusterSummary.Builder dataStorageSizeInTBs(Double dataStorageSizeInTBs)

      The total data storage allocated to the Autonomous VM cluster, in TB.

      Parameters:
      dataStorageSizeInTBs - The total data storage allocated to the Autonomous VM cluster, in TB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbNodeStorageSizeInGBs

      CloudAutonomousVmClusterSummary.Builder dbNodeStorageSizeInGBs(Integer dbNodeStorageSizeInGBs)

      The local node storage allocated to the Autonomous VM cluster, in GB.

      Parameters:
      dbNodeStorageSizeInGBs - The local node storage allocated to the Autonomous VM cluster, in GB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbServers

      The list of database servers associated with the Autonomous VM cluster.

      Parameters:
      dbServers - The list of database servers associated with the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbServers

      The list of database servers associated with the Autonomous VM cluster.

      Parameters:
      dbServers - The list of database servers associated with the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      The user-provided description of the Autonomous VM cluster.

      Parameters:
      description - The user-provided description of the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domain

      The domain name for the Autonomous VM cluster.

      Parameters:
      domain - The domain name for the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exadataStorageInTBsLowestScaledValue

      CloudAutonomousVmClusterSummary.Builder exadataStorageInTBsLowestScaledValue(Double exadataStorageInTBsLowestScaledValue)

      The lowest value to which Exadata storage can be scaled down, in TB.

      Parameters:
      exadataStorageInTBsLowestScaledValue - The lowest value to which Exadata storage can be scaled down, in TB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostname

      The host name for the Autonomous VM cluster.

      Parameters:
      hostname - The host name for the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ocid

      The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.

      Parameters:
      ocid - The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ociUrl

      The URL for accessing the OCI console page for this Autonomous VM cluster.

      Parameters:
      ociUrl - The URL for accessing the OCI console page for this Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isMtlsEnabledVmCluster

      CloudAutonomousVmClusterSummary.Builder isMtlsEnabledVmCluster(Boolean isMtlsEnabledVmCluster)

      Indicates if mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.

      Parameters:
      isMtlsEnabledVmCluster - Indicates if mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • licenseModel

      CloudAutonomousVmClusterSummary.Builder licenseModel(String licenseModel)

      The Oracle license model that applies to the Autonomous VM cluster.

      Parameters:
      licenseModel - The Oracle license model that applies to the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • licenseModel

      The Oracle license model that applies to the Autonomous VM cluster.

      Parameters:
      licenseModel - The Oracle license model that applies to the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maintenanceWindow

      CloudAutonomousVmClusterSummary.Builder maintenanceWindow(MaintenanceWindow maintenanceWindow)

      The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.

      Parameters:
      maintenanceWindow - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maintenanceWindow

      default CloudAutonomousVmClusterSummary.Builder maintenanceWindow(Consumer<MaintenanceWindow.Builder> maintenanceWindow)

      The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.

      This is a convenience method that creates an instance of the MaintenanceWindow.Builder avoiding the need to create one manually via MaintenanceWindow.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to maintenanceWindow(MaintenanceWindow).

      Parameters:
      maintenanceWindow - a consumer that will call methods on MaintenanceWindow.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxAcdsLowestScaledValue

      CloudAutonomousVmClusterSummary.Builder maxAcdsLowestScaledValue(Integer maxAcdsLowestScaledValue)

      The lowest value to which you can scale down the maximum number of Autonomous CDBs.

      Parameters:
      maxAcdsLowestScaledValue - The lowest value to which you can scale down the maximum number of Autonomous CDBs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • memoryPerOracleComputeUnitInGBs

      CloudAutonomousVmClusterSummary.Builder memoryPerOracleComputeUnitInGBs(Integer memoryPerOracleComputeUnitInGBs)

      The amount of memory allocated per Oracle Compute Unit (OCU), in GB.

      Parameters:
      memoryPerOracleComputeUnitInGBs - The amount of memory allocated per Oracle Compute Unit (OCU), in GB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • memorySizeInGBs

      CloudAutonomousVmClusterSummary.Builder memorySizeInGBs(Integer memorySizeInGBs)

      The total amount of memory allocated to the Autonomous VM cluster, in GB.

      Parameters:
      memorySizeInGBs - The total amount of memory allocated to the Autonomous VM cluster, in GB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeCount

      The number of database server nodes in the Autonomous VM cluster.

      Parameters:
      nodeCount - The number of database server nodes in the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nonProvisionableAutonomousContainerDatabases

      CloudAutonomousVmClusterSummary.Builder nonProvisionableAutonomousContainerDatabases(Integer nonProvisionableAutonomousContainerDatabases)

      The number of Autonomous CDBs that can't be provisioned because of resource constraints.

      Parameters:
      nonProvisionableAutonomousContainerDatabases - The number of Autonomous CDBs that can't be provisioned because of resource constraints.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisionableAutonomousContainerDatabases

      CloudAutonomousVmClusterSummary.Builder provisionableAutonomousContainerDatabases(Integer provisionableAutonomousContainerDatabases)

      The number of Autonomous CDBs that you can provision in the Autonomous VM cluster.

      Parameters:
      provisionableAutonomousContainerDatabases - The number of Autonomous CDBs that you can provision in the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisionedAutonomousContainerDatabases

      CloudAutonomousVmClusterSummary.Builder provisionedAutonomousContainerDatabases(Integer provisionedAutonomousContainerDatabases)

      The number of Autonomous Container Databases currently provisioned in the Autonomous VM cluster.

      Parameters:
      provisionedAutonomousContainerDatabases - The number of Autonomous Container Databases currently provisioned in the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisionedCpus

      CloudAutonomousVmClusterSummary.Builder provisionedCpus(Float provisionedCpus)

      The number of CPUs currently provisioned in the Autonomous VM cluster.

      Parameters:
      provisionedCpus - The number of CPUs currently provisioned in the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reclaimableCpus

      CloudAutonomousVmClusterSummary.Builder reclaimableCpus(Float reclaimableCpus)

      The number of CPUs that can be reclaimed from terminated or scaled-down Autonomous Databases.

      Parameters:
      reclaimableCpus - The number of CPUs that can be reclaimed from terminated or scaled-down Autonomous Databases.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reservedCpus

      CloudAutonomousVmClusterSummary.Builder reservedCpus(Float reservedCpus)

      The number of CPUs reserved for system operations and redundancy.

      Parameters:
      reservedCpus - The number of CPUs reserved for system operations and redundancy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scanListenerPortNonTls

      CloudAutonomousVmClusterSummary.Builder scanListenerPortNonTls(Integer scanListenerPortNonTls)

      The SCAN listener port for non-TLS (TCP) protocol.

      Parameters:
      scanListenerPortNonTls - The SCAN listener port for non-TLS (TCP) protocol.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scanListenerPortTls

      CloudAutonomousVmClusterSummary.Builder scanListenerPortTls(Integer scanListenerPortTls)

      The SCAN listener port for TLS (TCP) protocol.

      Parameters:
      scanListenerPortTls - The SCAN listener port for TLS (TCP) protocol.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • shape

      The shape of the Exadata infrastructure for the Autonomous VM cluster.

      Parameters:
      shape - The shape of the Exadata infrastructure for the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The date and time when the Autonomous VM cluster was created.

      Parameters:
      createdAt - The date and time when the Autonomous VM cluster was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timeDatabaseSslCertificateExpires

      CloudAutonomousVmClusterSummary.Builder timeDatabaseSslCertificateExpires(Instant timeDatabaseSslCertificateExpires)

      The expiration date and time of the database SSL certificate.

      Parameters:
      timeDatabaseSslCertificateExpires - The expiration date and time of the database SSL certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timeOrdsCertificateExpires

      CloudAutonomousVmClusterSummary.Builder timeOrdsCertificateExpires(Instant timeOrdsCertificateExpires)

      The expiration date and time of the Oracle REST Data Services (ORDS) certificate.

      Parameters:
      timeOrdsCertificateExpires - The expiration date and time of the Oracle REST Data Services (ORDS) certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timeZone

      The time zone of the Autonomous VM cluster.

      Parameters:
      timeZone - The time zone of the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalContainerDatabases

      CloudAutonomousVmClusterSummary.Builder totalContainerDatabases(Integer totalContainerDatabases)

      The total number of Autonomous Container Databases that can be created in the Autonomous VM cluster.

      Parameters:
      totalContainerDatabases - The total number of Autonomous Container Databases that can be created in the Autonomous VM cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.