VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
 All Classes Files Functions
List of all members
Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info:

Avaliable Methods

public method get_cores_per_socket ()
 
public method set_hot_add_enabled ()
 
public method get_hot_add_enabled ()
 
public method set_hot_remove_enabled ()
 
public method get_count ()
 
public method set_count ()
 
public method new ()
 
public method set_cores_per_socket ()
 
public method get_hot_remove_enabled ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info class contains CPU-related information about a virtual machine.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::get_cores_per_socket ( )

Gets the value of 'cores_per_socket' property.

Return values
cores_per_socket- The current value of the field. Number of CPU cores per socket. long#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::get_count ( )

Gets the value of 'count' property.

Return values
count- The current value of the field. Number of CPU cores. long#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::get_hot_add_enabled ( )

Gets the value of 'hot_add_enabled' property.

Return values
hot_add_enabled- The current value of the field. Flag indicating whether adding CPUs while the virtual machine is running is enabled. boolean#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::get_hot_remove_enabled ( )

Gets the value of 'hot_remove_enabled' property.

Return values
hot_remove_enabled- The current value of the field. Flag indicating whether removing CPUs while the virtual machine is running is enabled. boolean#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::set_cores_per_socket ( )

Sets the given value for 'cores_per_socket' property.

Parameters
cores_per_socket- New value for the field. Number of CPU cores per socket.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::set_count ( )

Sets the given value for 'count' property.

Parameters
count- New value for the field. Number of CPU cores.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::set_hot_add_enabled ( )

Sets the given value for 'hot_add_enabled' property.

Parameters
hot_add_enabled- New value for the field. Flag indicating whether adding CPUs while the virtual machine is running is enabled.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::set_hot_remove_enabled ( )

Sets the given value for 'hot_remove_enabled' property.

Parameters
hot_remove_enabled- New value for the field. Flag indicating whether removing CPUs while the virtual machine is running is enabled.
Code:
click to view

The documentation for this class was generated from the following file: