|
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 | get_sharing () |
| public method | set_type () |
| public method | set_scsi () |
| public method | get_label () |
| public method | set_label () |
| public method | set_sharing () |
| public method | new () |
| public method | get_type () |
| public method | get_scsi () |
The Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::Info class contains information about a virtual SCSI adapter.
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::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::Scsi::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 SCSI adapter on the PCI bus. If the PCI address is invalid, the server will change it when the VM is started or as the device is hot added. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::Info::get_scsi | ( | ) |
Gets the value of 'scsi' property.
| scsi | - The current value of the field. Address of the SCSI adapter on the SCSI bus. ScsiAddressInfo# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::Info::get_sharing | ( | ) |
Gets the value of 'sharing' property.
| sharing | - The current value of the field. Bus sharing mode. Sharing# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::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::Scsi::Info::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::Info structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::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::Scsi::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 SCSI adapter on the PCI bus. If the PCI address is invalid, the server will change it when the VM is started or as the device is hot added. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::Info::set_scsi | ( | ) |
Sets the given value for 'scsi' property.
| scsi | - New value for the field. Address of the SCSI adapter on the SCSI bus. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::Info::set_sharing | ( | ) |
Sets the given value for 'sharing' property.
| sharing | - New value for the field. Bus sharing mode. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::Info::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Adapter type. |
Code: