Uses of Class
com.vmware.vra.jenkinsplugin.model.catalog.Resource.StateEnum
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.catalog |
-
Uses of Resource.StateEnum in com.vmware.vra.jenkinsplugin.model.catalog
Methods in com.vmware.vra.jenkinsplugin.model.catalog that return Resource.StateEnum Modifier and Type Method Description static Resource.StateEnum
Resource.StateEnum. fromValue(String text)
Resource.StateEnum
Resource. getState()
The current state of the resourceResource.StateEnum
Resource.StateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static Resource.StateEnum
Resource.StateEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static Resource.StateEnum[]
Resource.StateEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vmware.vra.jenkinsplugin.model.catalog with parameters of type Resource.StateEnum Modifier and Type Method Description void
Resource. setState(Resource.StateEnum state)
Resource
Resource. state(Resource.StateEnum state)
void
Resource.StateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Resource.StateEnum enumeration)