Resource: Lun
A storage volume logical unit number (LUN).
JSON representation |
---|
{ "name": string, "id": string, "state": enum ( |
Fields | |
---|---|
name |
Output only. The name of the LUN. |
id |
An identifier for the LUN, generated by the backend. |
state |
The state of this storage volume. |
sizeGb |
The size of this LUN, in gigabytes. |
multiprotocolType |
The LUN multiprotocol type ensures the characteristics of the LUN are optimized for each operating system. |
storageVolume |
Display the storage volume for this LUN. |
shareable |
Display if this LUN can be shared between multiple physical servers. |
bootLun |
Display if this LUN is a boot LUN. |
storageType |
The storage type for this LUN. |
wwid |
The WWID for this LUN. |
expireTime |
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 |
|
---|---|
|
Skips lun's cooloff and deletes it now. |
|
Get details of a single storage logical unit number(LUN). |
|
List storage volume luns for given storage volume. |