CreateVolumeRequest

Types

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

Properties

Link copied to clipboard

(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

Link copied to clipboard
val name: String?

Specifies the name of the volume that you're creating.

Link copied to clipboard

Specifies the configuration to use when creating the ONTAP volume.

Link copied to clipboard

Specifies the configuration to use when creating the OpenZFS volume.

Link copied to clipboard
val tags: List<Tag>?

A list of Tag values, with a maximum of 50 elements.

Link copied to clipboard

Specifies the type of volume to create; ONTAP and OPENZFS are the only valid volume types.

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