EphemeralStorageConfiguration object

Polymorphism

EphemeralStorageConfiguration is a type that implements the StorageConfiguration type.

When an object of type StorageConfiguration is expected, you can use one of type EphemeralStorageConfiguration (or use any other implementation).

Example JSON representation

{
  "id": "string",
  "mounting": {
    "enabled": true,
    "fileSystem": "ext3",
    "mountPoint": "string",
    "options": "string"
  },
  "template": {
    "name": "string",
    "size": 1
  },
  "type": "EphemeralStorageConfiguration"
}

Properties

property attributes valid values description filter option
template
EphemeralStorageTemplate object
required

Volume template.

type
string
required
create-only
"EphemeralStorageConfiguration"

Storage configuration type.

id
string
read-only

Identifier of the Storage.

mounting
MountConfiguration object
optional

Configuration contains the necessary information to automate the process of mounting partitions.