public class VmReconfigureRequest extends Object implements Serializable
| Constructor and Description | 
|---|
| VmReconfigureRequest(String name,
                    String description,
                    VmCpuCountUpdateRequest cpuSpec,
                    VmMemorySizeUpdateRequest memorySpec,
                    List<VirtualDiskRequest> vmUpdateDisksSpec,
                    GuestCustomizationUpdateRequest guestCustomizationSection,
                    Boolean nestedHypervisorEnabled) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Get the description. | 
| GuestCustomizationUpdateRequest | getGuestCustomizationSection()Get the guest customization section. | 
| String | getName()Get the name. | 
| VmCpuCountUpdateRequest | getUpdateCpuSpec()Get the spec to update CPU. | 
| List<VirtualDiskRequest> | getUpdateDisksSpec()Get the spec to update disks. | 
| VmMemorySizeUpdateRequest | getUpdateMemorySpec()Get the spec to update memory. | 
| Boolean | nestedHypervisorEnabled()Is nested hypervisor enabled. | 
public VmReconfigureRequest(String name, String description, VmCpuCountUpdateRequest cpuSpec, VmMemorySizeUpdateRequest memorySpec, List<VirtualDiskRequest> vmUpdateDisksSpec, GuestCustomizationUpdateRequest guestCustomizationSection, Boolean nestedHypervisorEnabled)
public VmCpuCountUpdateRequest getUpdateCpuSpec()
VmCpuCountUpdateRequest update CPU specpublic VmMemorySizeUpdateRequest getUpdateMemorySpec()
VmMemorySizeUpdateRequest update memory specpublic List<VirtualDiskRequest> getUpdateDisksSpec()
List of VirtualDiskRequest update disks specpublic GuestCustomizationUpdateRequest getGuestCustomizationSection()
GuestCustomizationUpdateRequest guest customization sectionpublic Boolean nestedHypervisorEnabled()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.