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.PowerStateEnum
Machine.PowerStateEnum. fromValue(String text)
Machine.PowerStateEnum
Machine. getPowerState()
Power state of machine.Machine.PowerStateEnum
Machine.PowerStateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static Machine.PowerStateEnum
Machine.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 Machine
Machine. powerState(Machine.PowerStateEnum powerState)
void
Machine. setPowerState(Machine.PowerStateEnum powerState)
void
Machine.PowerStateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Machine.PowerStateEnum enumeration)