Uses of Class
com.google.cloud.baremetalsolution.v2.Volume.SnapshotAutoDeleteBehavior
-
Packages that use Volume.SnapshotAutoDeleteBehavior Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of Volume.SnapshotAutoDeleteBehavior in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return Volume.SnapshotAutoDeleteBehavior Modifier and Type Method Description static Volume.SnapshotAutoDeleteBehavior
Volume.SnapshotAutoDeleteBehavior. forNumber(int value)
Volume.SnapshotAutoDeleteBehavior
Volume.Builder. getSnapshotAutoDeleteBehavior()
The behavior to use when snapshot reserved space is full.Volume.SnapshotAutoDeleteBehavior
Volume. getSnapshotAutoDeleteBehavior()
The behavior to use when snapshot reserved space is full.Volume.SnapshotAutoDeleteBehavior
VolumeOrBuilder. getSnapshotAutoDeleteBehavior()
The behavior to use when snapshot reserved space is full.static Volume.SnapshotAutoDeleteBehavior
Volume.SnapshotAutoDeleteBehavior. valueOf(int value)
Deprecated.static Volume.SnapshotAutoDeleteBehavior
Volume.SnapshotAutoDeleteBehavior. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Volume.SnapshotAutoDeleteBehavior
Volume.SnapshotAutoDeleteBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static Volume.SnapshotAutoDeleteBehavior[]
Volume.SnapshotAutoDeleteBehavior. 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 Volume.SnapshotAutoDeleteBehavior Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Volume.SnapshotAutoDeleteBehavior>
Volume.SnapshotAutoDeleteBehavior. internalGetValueMap()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type Volume.SnapshotAutoDeleteBehavior Modifier and Type Method Description Volume.Builder
Volume.Builder. setSnapshotAutoDeleteBehavior(Volume.SnapshotAutoDeleteBehavior value)
The behavior to use when snapshot reserved space is full.
-