public sealed class Lun : IMessage<Lun>, IEquatable<Lun>, IDeepCloneable<Lun>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class Lun.
A storage volume logical unit number (LUN).
Namespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
Lun()
public Lun()
Lun(Lun)
public Lun(Lun other)
Parameter | |
---|---|
Name | Description |
other | Lun |
Properties
BootLun
public bool BootLun { get; set; }
Display if this LUN is a boot LUN.
Property Value | |
---|---|
Type | Description |
bool |
ExpireTime
public Timestamp ExpireTime { get; set; }
Output only. Time after which LUN will be fully deleted. It is filled only for LUNs in COOL_OFF state.
Property Value | |
---|---|
Type | Description |
Timestamp |
Id
public string Id { get; set; }
An identifier for the LUN, generated by the backend.
Property Value | |
---|---|
Type | Description |
string |
Instances
public RepeatedField<string> Instances { get; }
Output only. Instances this Lun is attached to.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
InstancesAsInstanceNames
public ResourceNameList<InstanceName> InstancesAsInstanceNames { get; }
InstanceName-typed view over the Instances resource name property.
Property Value | |
---|---|
Type | Description |
ResourceNameListInstanceName |
LunName
public LunName LunName { get; set; }
Property Value | |
---|---|
Type | Description |
LunName |
MultiprotocolType
public Lun.Types.MultiprotocolType MultiprotocolType { get; set; }
The LUN multiprotocol type ensures the characteristics of the LUN are optimized for each operating system.
Property Value | |
---|---|
Type | Description |
LunTypesMultiprotocolType |
Name
public string Name { get; set; }
Output only. The name of the LUN.
Property Value | |
---|---|
Type | Description |
string |
Shareable
public bool Shareable { get; set; }
Display if this LUN can be shared between multiple physical servers.
Property Value | |
---|---|
Type | Description |
bool |
SizeGb
public long SizeGb { get; set; }
The size of this LUN, in gigabytes.
Property Value | |
---|---|
Type | Description |
long |
State
public Lun.Types.State State { get; set; }
The state of this storage volume.
Property Value | |
---|---|
Type | Description |
LunTypesState |
StorageType
public Lun.Types.StorageType StorageType { get; set; }
The storage type for this LUN.
Property Value | |
---|---|
Type | Description |
LunTypesStorageType |
StorageVolume
public string StorageVolume { get; set; }
Display the storage volume for this LUN.
Property Value | |
---|---|
Type | Description |
string |
StorageVolumeAsVolumeName
public VolumeName StorageVolumeAsVolumeName { get; set; }
VolumeName-typed view over the StorageVolume resource name property.
Property Value | |
---|---|
Type | Description |
VolumeName |
Wwid
public string Wwid { get; set; }
The WWID for this LUN.
Property Value | |
---|---|
Type | Description |
string |