VolumeConfiguration

Custom volume configuration for the root volumes that are attached to streaming sessions.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val iops: Int

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

Link copied to clipboard
val size: Int

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String