Class Lun
A storage volume logical unit number (LUN).
Implements
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class Lun : IDirectResponseSchema
Properties
BootLun
Display if this LUN is a boot LUN.
Declaration
[JsonProperty("bootLun")]
public virtual bool? BootLun { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpireTime
object representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExpireTimeDateTimeOffset instead.")]
public virtual object ExpireTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ExpireTimeDateTimeOffset
DateTimeOffset representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExpireTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ExpireTimeRaw
Output only. Time after which LUN will be fully deleted. It is filled only for LUNs in COOL_OFF state.
Declaration
[JsonProperty("expireTime")]
public virtual string ExpireTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
An identifier for the LUN, generated by the backend.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Instances
Output only. Instances this Lun is attached to.
Declaration
[JsonProperty("instances")]
public virtual IList<string> Instances { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
MultiprotocolType
The LUN multiprotocol type ensures the characteristics of the LUN are optimized for each operating system.
Declaration
[JsonProperty("multiprotocolType")]
public virtual string MultiprotocolType { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The name of the LUN.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Shareable
Display if this LUN can be shared between multiple physical servers.
Declaration
[JsonProperty("shareable")]
public virtual bool? Shareable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SizeGb
The size of this LUN, in GiB.
Declaration
[JsonProperty("sizeGb")]
public virtual long? SizeGb { get; set; }
Property Value
Type | Description |
---|---|
long? |
State
The state of this storage volume.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
StorageType
The storage type for this LUN.
Declaration
[JsonProperty("storageType")]
public virtual string StorageType { get; set; }
Property Value
Type | Description |
---|---|
string |
StorageVolume
Display the storage volume for this LUN.
Declaration
[JsonProperty("storageVolume")]
public virtual string StorageVolume { get; set; }
Property Value
Type | Description |
---|---|
string |
Wwid
The WWID for this LUN.
Declaration
[JsonProperty("wwid")]
public virtual string Wwid { get; set; }
Property Value
Type | Description |
---|---|
string |