PersistentVolumeConfiguration

Specifies the persistent EBS volume configuration for workers in a service managed fleet.

Types

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

Properties

Link copied to clipboard
val iops: Int

The IOPS per persistent volume. The default is 3000.

Link copied to clipboard

The number of hours a persistent volume can remain unused before it is deleted. The default is 168 (7 days).

Link copied to clipboard

The file system path where the persistent volume is mounted on the worker instance.

Link copied to clipboard

The persistent volume size in GiB. The default is 250.

Link copied to clipboard

The throughput per persistent volume in MiB. The default is 125.

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