TotalLocalStorageGbRequest

The minimum and maximum total local storage in gigabytes (GB) for instance types with local storage. This is useful for workloads that require local storage for temporary data or caching.

Types

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

Properties

Link copied to clipboard
val max: Double?

The maximum total local storage in GB. Instance types with more local storage are excluded from selection.

Link copied to clipboard
val min: Double?

The minimum total local storage in GB. Instance types with less local storage are excluded from selection.

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