public final class Lun extends GeneratedMessageV3 implements LunOrBuilder
A storage volume logical unit number (LUN).
Protobuf type google.cloud.baremetalsolution.v2.Lun
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int BOOT_LUN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int EXPIRE_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int INSTANCES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int MULTIPROTOCOL_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int SHAREABLE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int SIZE_GB_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int STATE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int STORAGE_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int STORAGE_VOLUME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int WWID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static Lun getDefaultInstance()
Returns |
---|
Type | Description |
Lun | |
public static final Descriptors.Descriptor getDescriptor()
public static Lun.Builder newBuilder()
public static Lun.Builder newBuilder(Lun prototype)
Parameter |
---|
Name | Description |
prototype | Lun
|
public static Lun parseDelimitedFrom(InputStream input)
Returns |
---|
Type | Description |
Lun | |
public static Lun parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Lun | |
public static Lun parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
Returns |
---|
Type | Description |
Lun | |
public static Lun parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Lun | |
public static Lun parseFrom(ByteString data)
Returns |
---|
Type | Description |
Lun | |
public static Lun parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Lun | |
public static Lun parseFrom(CodedInputStream input)
Returns |
---|
Type | Description |
Lun | |
public static Lun parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Lun | |
public static Lun parseFrom(InputStream input)
Returns |
---|
Type | Description |
Lun | |
public static Lun parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Lun | |
public static Lun parseFrom(ByteBuffer data)
Returns |
---|
Type | Description |
Lun | |
public static Lun parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Lun | |
public static Parser<Lun> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public boolean getBootLun()
Display if this LUN is a boot LUN.
bool boot_lun = 7;
Returns |
---|
Type | Description |
boolean | The bootLun.
|
public Lun getDefaultInstanceForType()
Returns |
---|
Type | Description |
Lun | |
public Timestamp getExpireTime()
Output only. Time after which LUN will be fully deleted.
It is filled only for LUNs in COOL_OFF state.
.google.protobuf.Timestamp expire_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
Timestamp | The expireTime.
|
public TimestampOrBuilder getExpireTimeOrBuilder()
Output only. Time after which LUN will be fully deleted.
It is filled only for LUNs in COOL_OFF state.
.google.protobuf.Timestamp expire_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
An identifier for the LUN, generated by the backend.
string id = 10;
Returns |
---|
Type | Description |
String | The id.
|
public ByteString getIdBytes()
An identifier for the LUN, generated by the backend.
string id = 10;
public String getInstances(int index)
Output only. Instances this Lun is attached to.
repeated string instances = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The instances at the given index.
|
public ByteString getInstancesBytes(int index)
Output only. Instances this Lun is attached to.
repeated string instances = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the instances at the given index.
|
public int getInstancesCount()
Output only. Instances this Lun is attached to.
repeated string instances = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
int | The count of instances.
|
public ProtocolStringList getInstancesList()
Output only. Instances this Lun is attached to.
repeated string instances = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
public 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;
public 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;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for multiprotocolType.
|
Output only. The name of the LUN.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
String | The name.
|
public ByteString getNameBytes()
Output only. The name of the LUN.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
public Parser<Lun> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public boolean getShareable()
Display if this LUN can be shared between multiple physical servers.
bool shareable = 6;
Returns |
---|
Type | Description |
boolean | The shareable.
|
The size of this LUN, in gigabytes.
int64 size_gb = 3;
Returns |
---|
Type | Description |
long | The sizeGb.
|
public Lun.State getState()
The state of this storage volume.
.google.cloud.baremetalsolution.v2.Lun.State state = 2;
public int getStateValue()
The state of this storage volume.
.google.cloud.baremetalsolution.v2.Lun.State state = 2;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for state.
|
public Lun.StorageType getStorageType()
The storage type for this LUN.
.google.cloud.baremetalsolution.v2.Lun.StorageType storage_type = 8;
public int getStorageTypeValue()
The storage type for this LUN.
.google.cloud.baremetalsolution.v2.Lun.StorageType storage_type = 8;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for storageType.
|
public String getStorageVolume()
Display the storage volume for this LUN.
string storage_volume = 5 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The storageVolume.
|
public ByteString getStorageVolumeBytes()
Display the storage volume for this LUN.
string storage_volume = 5 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for storageVolume.
|
The WWID for this LUN.
string wwid = 9;
Returns |
---|
Type | Description |
String | The wwid.
|
public ByteString getWwidBytes()
The WWID for this LUN.
string wwid = 9;
Returns |
---|
Type | Description |
ByteString | The bytes for wwid.
|
public boolean hasExpireTime()
Output only. Time after which LUN will be fully deleted.
It is filled only for LUNs in COOL_OFF state.
.google.protobuf.Timestamp expire_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
boolean | Whether the expireTime field is set.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Lun.Builder newBuilderForType()
protected Lun.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public Lun.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides