Uses of Class
com.google.cloud.netapp.v1.StoragePool.State
-
Packages that use StoragePool.State Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of StoragePool.State in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return StoragePool.State Modifier and Type Method Description static StoragePool.State
StoragePool.State. forNumber(int value)
StoragePool.State
StoragePool.Builder. getState()
Output only.StoragePool.State
StoragePool. getState()
Output only.StoragePool.State
StoragePoolOrBuilder. getState()
Output only.static StoragePool.State
StoragePool.State. valueOf(int value)
Deprecated.static StoragePool.State
StoragePool.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static StoragePool.State
StoragePool.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static StoragePool.State[]
StoragePool.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.netapp.v1 that return types with arguments of type StoragePool.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<StoragePool.State>
StoragePool.State. internalGetValueMap()
Methods in com.google.cloud.netapp.v1 with parameters of type StoragePool.State Modifier and Type Method Description StoragePool.Builder
StoragePool.Builder. setState(StoragePool.State value)
Output only.
-