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