|
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_bus () |
| public method | set_unit () |
| public method | get_unit () |
| public method | set_bus () |
| public method | new () |
The Com::Vmware::Vcenter::Vm::Hardware::SataAddressSpec class contains information for specifying the address of a virtual device that is attached to a virtual SATA adapter of a virtual machine.
| public method Com::Vmware::Vcenter::Vm::Hardware::SataAddressSpec::get_bus | ( | ) |
Gets the value of 'bus' property.
| bus | - The current value of the field. Bus number of the adapter to which the device should be attached. long# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::SataAddressSpec::get_unit | ( | ) |
Gets the value of 'unit' property.
| unit | - The current value of the field. Unit number of the device. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::SataAddressSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::SataAddressSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::SataAddressSpec::set_bus | ( | ) |
Sets the given value for 'bus' property.
| bus | - New value for the field. Bus number of the adapter to which the device should be attached. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::SataAddressSpec::set_unit | ( | ) |
Sets the given value for 'unit' property.
| unit | - New value for the field. Unit number of the device. |
Code: