Capacity

class Capacity

The physical capacity of the Amazon Web Services Snow Family device.

Types

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

Properties

Link copied to clipboard

The amount of capacity available for use on the device.

Link copied to clipboard
val name: String?

The name of the type of capacity, such as memory.

Link copied to clipboard
val total: Long?

The total capacity on the device.

Link copied to clipboard
val unit: String?

The unit of measure for the type of capacity.

Link copied to clipboard
val used: Long?

The amount of capacity used on the device.

Functions

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