|
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 | set_pci_slot_number () |
| public method | get_pci_slot_number () |
| public method | set_type () |
| public method | get_label () |
| public method | set_label () |
| public method | get_bus () |
| public method | new () |
| public method | get_type () |
| public method | set_bus () |
The Com::Vmware::Vcenter::Vm::Hardware::Adapter::Sata::Info class contains information about a virtual SATA adapter.
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Sata::Info::get_bus | ( | ) |
Gets the value of 'bus' property.
| bus | - The current value of the field. SATA bus number. long# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Sata::Info::get_label | ( | ) |
Gets the value of 'label' property.
| label | - The current value of the field. Device label. String# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Sata::Info::get_pci_slot_number | ( | ) |
Gets the value of 'pci_slot_number' property.
| pci_slot_number | - The current value of the field. Address of the SATA adapter on the PCI bus. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Sata::Info::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. Adapter type. Type# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Sata::Info::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Adapter::Sata::Info structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Sata::Info::set_bus | ( | ) |
Sets the given value for 'bus' property.
| bus | - New value for the field. SATA bus number. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Sata::Info::set_label | ( | ) |
Sets the given value for 'label' property.
| label | - New value for the field. Device label. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Sata::Info::set_pci_slot_number | ( | ) |
Sets the given value for 'pci_slot_number' property.
| pci_slot_number | - New value for the field. Address of the SATA adapter on the PCI bus. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Sata::Info::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Adapter type. |
Code: