StorageType

StorageTypes represents the list of storage related types and their attributes that are available for given InstanceType.

Types

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

Properties

Link copied to clipboard

SubType of the given storage type. List of available sub-storage options: For "instance" storageType we wont have any storageSubType, in case of "ebs" storageType we will have following valid storageSubTypes

Link copied to clipboard

List of limits that are applicable for given storage type.

Link copied to clipboard

Type of the storage. List of available storage options:

Functions

Link copied to clipboard
inline fun copy(block: StorageType.Builder.() -> Unit = {}): StorageType
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