Class RelationalDatabaseBundle

    • Method Detail

      • bundleId

        public final String bundleId()

        The ID for the database bundle.

        Returns:
        The ID for the database bundle.
      • name

        public final String name()

        The name for the database bundle.

        Returns:
        The name for the database bundle.
      • price

        public final Float price()

        The cost of the database bundle in US currency.

        Returns:
        The cost of the database bundle in US currency.
      • ramSizeInGb

        public final Float ramSizeInGb()

        The amount of RAM in GB (for example, 2.0) for the database bundle.

        Returns:
        The amount of RAM in GB (for example, 2.0) for the database bundle.
      • diskSizeInGb

        public final Integer diskSizeInGb()

        The size of the disk for the database bundle.

        Returns:
        The size of the disk for the database bundle.
      • transferPerMonthInGb

        public final Integer transferPerMonthInGb()

        The data transfer rate per month in GB for the database bundle.

        Returns:
        The data transfer rate per month in GB for the database bundle.
      • cpuCount

        public final Integer cpuCount()

        The number of virtual CPUs (vCPUs) for the database bundle.

        Returns:
        The number of virtual CPUs (vCPUs) for the database bundle.
      • isEncrypted

        public final Boolean isEncrypted()

        A Boolean value indicating whether the database bundle is encrypted.

        Returns:
        A Boolean value indicating whether the database bundle is encrypted.
      • isActive

        public final Boolean isActive()

        A Boolean value indicating whether the database bundle is active.

        Returns:
        A Boolean value indicating whether the database bundle is active.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)