Uses of Class
com.google.cloud.migrationcenter.v1.MachineDetails.PowerState
-
Packages that use MachineDetails.PowerState Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of MachineDetails.PowerState in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return MachineDetails.PowerState Modifier and Type Method Description static MachineDetails.PowerState
MachineDetails.PowerState. forNumber(int value)
MachineDetails.PowerState
MachineDetails.Builder. getPowerState()
Power state of the machine.MachineDetails.PowerState
MachineDetails. getPowerState()
Power state of the machine.MachineDetails.PowerState
MachineDetailsOrBuilder. getPowerState()
Power state of the machine.static MachineDetails.PowerState
MachineDetails.PowerState. valueOf(int value)
Deprecated.static MachineDetails.PowerState
MachineDetails.PowerState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static MachineDetails.PowerState
MachineDetails.PowerState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MachineDetails.PowerState[]
MachineDetails.PowerState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type MachineDetails.PowerState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MachineDetails.PowerState>
MachineDetails.PowerState. internalGetValueMap()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type MachineDetails.PowerState Modifier and Type Method Description MachineDetails.Builder
MachineDetails.Builder. setPowerState(MachineDetails.PowerState value)
Power state of the machine.
-