VolumeInfo

Describes a storage volume object.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

Link copied to clipboard

The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.

Link copied to clipboard

The Amazon Resource Name (ARN) for the storage volume. For example, the following is a valid ARN:

Link copied to clipboard

One of the VolumeStatus values that indicates the state of the storage volume.

Link copied to clipboard

The unique identifier assigned to the volume. This ID becomes part of the volume Amazon Resource Name (ARN), which you use as input for other operations.

Link copied to clipboard

The size of the volume in bytes.

Link copied to clipboard

One of the VolumeType enumeration values describing the type of the volume.

Functions

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