|
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
|
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 () |
The Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info class contains CPU-related information about a virtual machine.
| public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::get_cores_per_socket | ( | ) |
Gets the value of 'cores_per_socket' property.
| cores_per_socket | - The current value of the field. Number of CPU cores per socket. long# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::get_count | ( | ) |
Gets the value of 'count' property.
| count | - The current value of the field. Number of CPU cores. long# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::get_hot_add_enabled | ( | ) |
Gets the value of 'hot_add_enabled' property.
| hot_add_enabled | - The current value of the field. Flag indicating whether adding CPUs while the virtual machine is running is enabled. boolean# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::get_hot_remove_enabled | ( | ) |
Gets the value of 'hot_remove_enabled' property.
| hot_remove_enabled | - The current value of the field. Flag indicating whether removing CPUs while the virtual machine is running is enabled. boolean# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::set_cores_per_socket | ( | ) |
Sets the given value for 'cores_per_socket' property.
| cores_per_socket | - New value for the field. Number of CPU cores per socket. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::set_count | ( | ) |
Sets the given value for 'count' property.
| count | - New value for the field. Number of CPU cores. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::set_hot_add_enabled | ( | ) |
Sets the given value for 'hot_add_enabled' property.
| hot_add_enabled | - New value for the field. Flag indicating whether adding CPUs while the virtual machine is running is enabled. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Cpu::Info::set_hot_remove_enabled | ( | ) |
Sets the given value for 'hot_remove_enabled' property.
| hot_remove_enabled | - New value for the field. Flag indicating whether removing CPUs while the virtual machine is running is enabled. |
Code: