Class VolumeConfiguration

    • Method Detail

      • iops

        public final Integer iops()

        The number of I/O operations per second for the root volume that is attached to streaming session.

        Returns:
        The number of I/O operations per second for the root volume that is attached to streaming session.
      • size

        public final Integer size()

        The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.

        Returns:
        The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
      • throughput

        public final Integer throughput()

        The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.

        Returns:
        The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
      • 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)