Uses of Enum Class
com.iland.core.api.constants.OperatingSystem
Packages that use OperatingSystem
Package
Description
-
Uses of OperatingSystem in com.iland.core.api.constants
Methods in com.iland.core.api.constants that return OperatingSystemModifier and TypeMethodDescriptionstatic OperatingSystemOperatingSystem.fromInternalName(String internalName) Gets an operating system by its internal identifier.static OperatingSystemReturns the enum constant of this class with the specified name.static OperatingSystem[]OperatingSystem.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OperatingSystem in com.iland.core.api.serialization
Methods in com.iland.core.api.serialization that return OperatingSystemModifier and TypeMethodDescriptionOperatingSystemSerializer.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Methods in com.iland.core.api.serialization with parameters of type OperatingSystemModifier and TypeMethodDescriptioncom.google.gson.JsonElementOperatingSystemSerializer.serialize(OperatingSystem src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) -
Uses of OperatingSystem in com.iland.core.web.rest.request.vm
Methods in com.iland.core.web.rest.request.vm that return OperatingSystemConstructors in com.iland.core.web.rest.request.vm with parameters of type OperatingSystemModifierConstructorDescriptionVmReconfigureRequest(String name, String description, VmCpuCountUpdateRequest cpuSpec, VmMemorySizeUpdateRequest memorySpec, List<VirtualDiskRequest> vmUpdateDisksSpec, GuestCustomizationUpdateRequest guestCustomizationSection, Boolean nestedHypervisorEnabled, OperatingSystem operatingSystem) -
Uses of OperatingSystem in com.iland.core.web.rest.response.operatingsystem
Constructor parameters in com.iland.core.web.rest.response.operatingsystem with type arguments of type OperatingSystem