Uses of Class
com.google.cloud.baremetalsolution.v2.Lun.State
-
Packages that use Lun.State Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of Lun.State in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return Lun.State Modifier and Type Method Description static Lun.StateLun.State. forNumber(int value)Lun.StateLun.Builder. getState()The state of this storage volume.Lun.StateLun. getState()The state of this storage volume.Lun.StateLunOrBuilder. getState()The state of this storage volume.static Lun.StateLun.State. valueOf(int value)Deprecated.static Lun.StateLun.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Lun.StateLun.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Lun.State[]Lun.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type Lun.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Lun.State>Lun.State. internalGetValueMap()Methods in com.google.cloud.baremetalsolution.v2 with parameters of type Lun.State Modifier and Type Method Description Lun.BuilderLun.Builder. setState(Lun.State value)The state of this storage volume.
-