Class UpgradeTarget

    • Method Detail

      • engine

        public final String engine()

        The name of the upgrade target database engine.

        Returns:
        The name of the upgrade target database engine.
      • engineVersion

        public final String engineVersion()

        The version number of the upgrade target database engine.

        Returns:
        The version number of the upgrade target database engine.
      • description

        public final String description()

        The version of the database engine that an instance can be upgraded to.

        Returns:
        The version of the database engine that an instance can be upgraded to.
      • autoUpgrade

        public final Boolean autoUpgrade()

        A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

        Returns:
        A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.
      • isMajorVersionUpgrade

        public final Boolean isMajorVersionUpgrade()

        A value that indicates whether a database engine is upgraded to a major version.

        Returns:
        A value that indicates whether a database engine is upgraded to a major version.
      • 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)