Class KxSavedownStorageConfiguration

    • Method Detail

      • type

        public final KxSavedownStorageType type()

        The type of writeable storage space for temporarily storing your savedown data. The valid values are:

        • SDS01 – This type represents 3000 IOPS and io2 ebs volume type.

        If the service returns an enum value that is not available in the current SDK version, type will return KxSavedownStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The type of writeable storage space for temporarily storing your savedown data. The valid values are:

        • SDS01 – This type represents 3000 IOPS and io2 ebs volume type.

        See Also:
        KxSavedownStorageType
      • typeAsString

        public final String typeAsString()

        The type of writeable storage space for temporarily storing your savedown data. The valid values are:

        • SDS01 – This type represents 3000 IOPS and io2 ebs volume type.

        If the service returns an enum value that is not available in the current SDK version, type will return KxSavedownStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The type of writeable storage space for temporarily storing your savedown data. The valid values are:

        • SDS01 – This type represents 3000 IOPS and io2 ebs volume type.

        See Also:
        KxSavedownStorageType
      • size

        public final Integer size()

        The size of temporary storage in gibibytes.

        Returns:
        The size of temporary storage in gibibytes.
      • volumeName

        public final String volumeName()

        The name of the kdb volume that you want to use as writeable save-down storage for clusters.

        Returns:
        The name of the kdb volume that you want to use as writeable save-down storage for clusters.
      • 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)