Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.Machine.PowerStateEnum
| Package | Description |
|---|---|
| com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of Machine.PowerStateEnum in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return Machine.PowerStateEnum Modifier and Type Method Description static Machine.PowerStateEnumMachine.PowerStateEnum. fromValue(String text)Machine.PowerStateEnumMachine. getPowerState()Power state of machine.Machine.PowerStateEnumMachine.PowerStateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Machine.PowerStateEnumMachine.PowerStateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Machine.PowerStateEnum[]Machine.PowerStateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type Machine.PowerStateEnum Modifier and Type Method Description MachineMachine. powerState(Machine.PowerStateEnum powerState)voidMachine. setPowerState(Machine.PowerStateEnum powerState)voidMachine.PowerStateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Machine.PowerStateEnum enumeration)