Uses of Class
com.google.cloud.baremetalsolution.v2.VolumePerformanceTier
-
Packages that use VolumePerformanceTier Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of VolumePerformanceTier in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return VolumePerformanceTier Modifier and Type Method Description static VolumePerformanceTier
VolumePerformanceTier. forNumber(int value)
VolumePerformanceTier
Volume.Builder. getPerformanceTier()
Immutable.VolumePerformanceTier
Volume. getPerformanceTier()
Immutable.VolumePerformanceTier
VolumeConfig.Builder. getPerformanceTier()
Performance tier of the Volume.VolumePerformanceTier
VolumeConfig. getPerformanceTier()
Performance tier of the Volume.VolumePerformanceTier
VolumeConfigOrBuilder. getPerformanceTier()
Performance tier of the Volume.VolumePerformanceTier
VolumeOrBuilder. getPerformanceTier()
Immutable.static VolumePerformanceTier
VolumePerformanceTier. valueOf(int value)
Deprecated.static VolumePerformanceTier
VolumePerformanceTier. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static VolumePerformanceTier
VolumePerformanceTier. valueOf(String name)
Returns the enum constant of this type with the specified name.static VolumePerformanceTier[]
VolumePerformanceTier. 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 VolumePerformanceTier Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<VolumePerformanceTier>
VolumePerformanceTier. internalGetValueMap()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type VolumePerformanceTier Modifier and Type Method Description Volume.Builder
Volume.Builder. setPerformanceTier(VolumePerformanceTier value)
Immutable.VolumeConfig.Builder
VolumeConfig.Builder. setPerformanceTier(VolumePerformanceTier value)
Performance tier of the Volume.
-