Class HardwareProfileResponse


  • public final class HardwareProfileResponse
    extends java.lang.Object
    • Method Detail

      • cpuHotAddEnabled

        public java.lang.Boolean cpuHotAddEnabled()
        Returns:
        Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running.
      • cpuHotRemoveEnabled

        public java.lang.Boolean cpuHotRemoveEnabled()
        Returns:
        Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running.
      • memoryHotAddEnabled

        public java.lang.Boolean memoryHotAddEnabled()
        Returns:
        Gets or sets a value indicating whether memory can be added while this virtual machine is running.
      • memorySizeMB

        public java.util.Optional<java.lang.Integer> memorySizeMB()
        Returns:
        Gets or sets memory size in MBs for the vm.
      • numCPUs

        public java.util.Optional<java.lang.Integer> numCPUs()
        Returns:
        Gets or sets the number of vCPUs for the vm.
      • numCoresPerSocket

        public java.util.Optional<java.lang.Integer> numCoresPerSocket()
        Returns:
        Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified.