Limits

class Limits

Limits for given InstanceType and for each of it's role. Limits contains following <a>StorageTypes,</a> `` <a>InstanceLimits</a> and <a>AdditionalLimits</a>

Types

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

Properties

Link copied to clipboard

List of additional limits that are specific to a given InstanceType and for each of it's <a>InstanceRole</a> .

Link copied to clipboard

InstanceLimits represents the list of instance related attributes that are available for given InstanceType.

Link copied to clipboard

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

Functions

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