Class Lun (0.1.1)

Lun(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A storage volume logical unit number (LUN).

Attributes

NameDescription
name str
Output only. The name of the LUN.
state google.cloud.bare_metal_solution_v2.types.Lun.State
The state of this storage volume.
size_gb int
The size of this LUN, in gigabytes.
multiprotocol_type google.cloud.bare_metal_solution_v2.types.Lun.MultiprotocolType
The LUN multiprotocol type ensures the characteristics of the LUN are optimized for each operating system.
storage_volume str
Display the storage volume for this LUN.
shareable bool
Display if this LUN can be shared between multiple physical servers.
boot_lun bool
Display if this LUN is a boot LUN.
storage_type google.cloud.bare_metal_solution_v2.types.Lun.StorageType
The storage type for this LUN.
wwid str
The WWID for this LUN.

Classes

MultiprotocolType

MultiprotocolType(value)

Display the operating systems present for the LUN multiprotocol type.

State

State(value)

The possible states for the LUN.

StorageType

StorageType(value)

The storage types for a LUN.