REST Resource: projects.locations.volumes.luns

Resource: Lun

A storage volume logical unit number (LUN).

JSON representation
{
  "name": string,
  "id": string,
  "state": enum (State),
  "sizeGb": string,
  "multiprotocolType": enum (MultiprotocolType),
  "storageVolume": string,
  "shareable": boolean,
  "bootLun": boolean,
  "storageType": enum (StorageType),
  "wwid": string,
  "expireTime": string
}
Fields
name

string

Output only. The name of the LUN.

id

string

An identifier for the LUN, generated by the backend.

state

enum (State)

The state of this storage volume.

sizeGb

string (int64 format)

The size of this LUN, in gigabytes.

multiprotocolType

enum (MultiprotocolType)

The LUN multiprotocol type ensures the characteristics of the LUN are optimized for each operating system.

storageVolume

string

Display the storage volume for this LUN.

shareable

boolean

Display if this LUN can be shared between multiple physical servers.

bootLun

boolean

Display if this LUN is a boot LUN.

storageType

enum (StorageType)

The storage type for this LUN.

wwid

string

The WWID for this LUN.

expireTime

string (Timestamp format)

Output only. Time after which LUN will be fully deleted. It is filled only for LUNs in COOL_OFF state.

State

The possible states for the LUN.

Enums
STATE_UNSPECIFIED The LUN is in an unknown state.
CREATING The LUN is being created.
UPDATING The LUN is being updated.
READY The LUN is ready for use.
DELETING The LUN has been requested to be deleted.
COOL_OFF The LUN is in cool off state. It will be deleted after expireTime.

MultiprotocolType

Display the operating systems present for the LUN multiprotocol type.

Enums
MULTIPROTOCOL_TYPE_UNSPECIFIED Server has no OS specified.
LINUX Server with Linux OS.

StorageType

The storage types for a LUN.

Enums
STORAGE_TYPE_UNSPECIFIED The storage type for this LUN is unknown.
SSD This storage type for this LUN is SSD.
HDD This storage type for this LUN is HDD.

Methods

evict

Skips lun's cooloff and deletes it now.

get

Get details of a single storage logical unit number(LUN).

list

List storage volume luns for given storage volume.