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.PowerStateMachineDetails.PowerState. forNumber(int value)MachineDetails.PowerStateMachineDetails.Builder. getPowerState()Power state of the machine.MachineDetails.PowerStateMachineDetails. getPowerState()Power state of the machine.MachineDetails.PowerStateMachineDetailsOrBuilder. getPowerState()Power state of the machine.static MachineDetails.PowerStateMachineDetails.PowerState. valueOf(int value)Deprecated.static MachineDetails.PowerStateMachineDetails.PowerState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static MachineDetails.PowerStateMachineDetails.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.BuilderMachineDetails.Builder. setPowerState(MachineDetails.PowerState value)Power state of the machine.
-