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