Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.SystemHostInfo.OsFamilyEnum
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of SystemHostInfo.OsFamilyEnum in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return SystemHostInfo.OsFamilyEnum Modifier and Type Method Description static SystemHostInfo.OsFamilyEnum
SystemHostInfo.OsFamilyEnum. fromValue(String text)
SystemHostInfo.OsFamilyEnum
SystemHostInfo. getOsFamily()
Get osFamilySystemHostInfo.OsFamilyEnum
SystemHostInfo.OsFamilyEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static SystemHostInfo.OsFamilyEnum
SystemHostInfo.OsFamilyEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static SystemHostInfo.OsFamilyEnum[]
SystemHostInfo.OsFamilyEnum. 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 SystemHostInfo.OsFamilyEnum Modifier and Type Method Description SystemHostInfo
SystemHostInfo. osFamily(SystemHostInfo.OsFamilyEnum osFamily)
void
SystemHostInfo. setOsFamily(SystemHostInfo.OsFamilyEnum osFamily)
void
SystemHostInfo.OsFamilyEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, SystemHostInfo.OsFamilyEnum enumeration)