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.StateEnumResource.StateEnum. fromValue(String text)Resource.StateEnumResource. getState()The current state of the resourceResource.StateEnumResource.StateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Resource.StateEnumResource.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 voidResource. setState(Resource.StateEnum state)ResourceResource. state(Resource.StateEnum state)voidResource.StateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Resource.StateEnum enumeration)