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.State
Lun.State. forNumber(int value)
Lun.State
Lun.Builder. getState()
The state of this storage volume.Lun.State
Lun. getState()
The state of this storage volume.Lun.State
LunOrBuilder. getState()
The state of this storage volume.static Lun.State
Lun.State. valueOf(int value)
Deprecated.static Lun.State
Lun.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Lun.State
Lun.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.Builder
Lun.Builder. setState(Lun.State value)
The state of this storage volume.
-