Class ListKxVolumesRequest

    • Method Detail

      • environmentId

        public final String environmentId()

        A unique identifier for the kdb environment, whose clusters can attach to the volume.

        Returns:
        A unique identifier for the kdb environment, whose clusters can attach to the volume.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in this request.

        Returns:
        The maximum number of results to return in this request.
      • nextToken

        public final String nextToken()

        A token that indicates where a results page should begin.

        Returns:
        A token that indicates where a results page should begin.
      • volumeType

        public final KxVolumeType volumeType()

        The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.

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

        Returns:
        The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.
        See Also:
        KxVolumeType
      • volumeTypeAsString

        public final String volumeTypeAsString()

        The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.

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

        Returns:
        The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.
        See Also:
        KxVolumeType
      • 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