public interface LunOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBootLun()
Display if this LUN is a boot LUN.
|
String |
getId()
An identifier for the LUN, generated by the backend.
|
com.google.protobuf.ByteString |
getIdBytes()
An identifier for the LUN, generated by the backend.
|
Lun.MultiprotocolType |
getMultiprotocolType()
The LUN multiprotocol type ensures the characteristics of the LUN are
optimized for each operating system.
|
int |
getMultiprotocolTypeValue()
The LUN multiprotocol type ensures the characteristics of the LUN are
optimized for each operating system.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
boolean |
getShareable()
Display if this LUN can be shared between multiple physical servers.
|
long |
getSizeGb()
The size of this LUN, in gigabytes.
|
Lun.State |
getState()
The state of this storage volume.
|
int |
getStateValue()
The state of this storage volume.
|
Lun.StorageType |
getStorageType()
The storage type for this LUN.
|
int |
getStorageTypeValue()
The storage type for this LUN.
|
String |
getStorageVolume()
Display the storage volume for this LUN.
|
com.google.protobuf.ByteString |
getStorageVolumeBytes()
Display the storage volume for this LUN.
|
String |
getWwid()
The WWID for this LUN.
|
com.google.protobuf.ByteString |
getWwidBytes()
The WWID for this LUN.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The name of the LUN.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The name of the LUN.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getId()
An identifier for the LUN, generated by the backend.
string id = 10;com.google.protobuf.ByteString getIdBytes()
An identifier for the LUN, generated by the backend.
string id = 10;int getStateValue()
The state of this storage volume.
.google.cloud.baremetalsolution.v2.Lun.State state = 2;Lun.State getState()
The state of this storage volume.
.google.cloud.baremetalsolution.v2.Lun.State state = 2;long getSizeGb()
The size of this LUN, in gigabytes.
int64 size_gb = 3;int getMultiprotocolTypeValue()
The LUN multiprotocol type ensures the characteristics of the LUN are optimized for each operating system.
.google.cloud.baremetalsolution.v2.Lun.MultiprotocolType multiprotocol_type = 4;Lun.MultiprotocolType getMultiprotocolType()
The LUN multiprotocol type ensures the characteristics of the LUN are optimized for each operating system.
.google.cloud.baremetalsolution.v2.Lun.MultiprotocolType multiprotocol_type = 4;String getStorageVolume()
Display the storage volume for this LUN.
string storage_volume = 5 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getStorageVolumeBytes()
Display the storage volume for this LUN.
string storage_volume = 5 [(.google.api.resource_reference) = { ... }boolean getShareable()
Display if this LUN can be shared between multiple physical servers.
bool shareable = 6;boolean getBootLun()
Display if this LUN is a boot LUN.
bool boot_lun = 7;int getStorageTypeValue()
The storage type for this LUN.
.google.cloud.baremetalsolution.v2.Lun.StorageType storage_type = 8;Lun.StorageType getStorageType()
The storage type for this LUN.
.google.cloud.baremetalsolution.v2.Lun.StorageType storage_type = 8;String getWwid()
The WWID for this LUN.
string wwid = 9;com.google.protobuf.ByteString getWwidBytes()
The WWID for this LUN.
string wwid = 9;Copyright © 2022 Google LLC. All rights reserved.