Class VmReconfigureRequest
java.lang.Object
com.iland.core.web.rest.request.vm.VmReconfigureRequest
- All Implemented Interfaces:
Serializable
Vm Reconfigure Request.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVmReconfigureRequest(String name, String description, VmCpuCountUpdateRequest cpuSpec, VmMemorySizeUpdateRequest memorySpec, List<VirtualDiskRequest> vmUpdateDisksSpec, GuestCustomizationUpdateRequest guestCustomizationSection, Boolean nestedHypervisorEnabled, OperatingSystem operatingSystem) -
Method Summary
Modifier and TypeMethodDescriptionGet the description.Get the guest customization section.getName()Get the name.Get the spec to update CPU.Get the spec to update disks.Get the spec to update memory.Is nested hypervisor enabled.
-
Constructor Details
-
VmReconfigureRequest
public VmReconfigureRequest(String name, String description, VmCpuCountUpdateRequest cpuSpec, VmMemorySizeUpdateRequest memorySpec, List<VirtualDiskRequest> vmUpdateDisksSpec, GuestCustomizationUpdateRequest guestCustomizationSection, Boolean nestedHypervisorEnabled, OperatingSystem operatingSystem)
-
-
Method Details
-
getName
Get the name.- Returns:
Stringname
-
getDescription
Get the description.- Returns:
Stringdescription
-
getUpdateCpuSpec
Get the spec to update CPU.- Returns:
VmCpuCountUpdateRequestupdate CPU spec
-
getUpdateMemorySpec
Get the spec to update memory.- Returns:
VmMemorySizeUpdateRequestupdate memory spec
-
getUpdateDisksSpec
Get the spec to update disks.- Returns:
ListofVirtualDiskRequestupdate disks spec
-
getGuestCustomizationSection
Get the guest customization section.- Returns:
GuestCustomizationUpdateRequestguest customization section
-
nestedHypervisorEnabled
Is nested hypervisor enabled.- Returns:
- is nested hypervisor enabled.
-
getOperatingSystem
-