Class ReplicationPendingModifiedValues

    • Method Detail

      • allocatedStorage

        public final Integer allocatedStorage()

        The amount of storage (in gigabytes) that is allocated for the replication instance.

        Returns:
        The amount of storage (in gigabytes) that is allocated for the replication instance.
      • multiAZ

        public final Boolean multiAZ()

        Specifies whether the replication instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

        Returns:
        Specifies whether the replication instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.
      • engineVersion

        public final String engineVersion()

        The engine version number of the replication instance.

        Returns:
        The engine version number of the replication instance.
      • networkType

        public final String networkType()

        The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.

        Returns:
        The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
      • 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)