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.OsFamilyEnumSystemHostInfo.OsFamilyEnum. fromValue(String text)SystemHostInfo.OsFamilyEnumSystemHostInfo. getOsFamily()Get osFamilySystemHostInfo.OsFamilyEnumSystemHostInfo.OsFamilyEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static SystemHostInfo.OsFamilyEnumSystemHostInfo.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 SystemHostInfoSystemHostInfo. osFamily(SystemHostInfo.OsFamilyEnum osFamily)voidSystemHostInfo. setOsFamily(SystemHostInfo.OsFamilyEnum osFamily)voidSystemHostInfo.OsFamilyEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, SystemHostInfo.OsFamilyEnum enumeration)