|
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_sharing () |
| public method | set_sharing () |
| public method | new () |
The Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::UpdateSpec class describes the updates to be made to the configuration of a virtual SCSI adapter.
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::UpdateSpec::get_sharing | ( | ) |
Gets the value of 'sharing' property.
| sharing | - The current value of the field. Bus sharing mode. |
This field may only be modified if the virtual machine is not powered on.
Optional#
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::UpdateSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::UpdateSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::UpdateSpec::set_sharing | ( | ) |
Sets the given value for 'sharing' property.
| sharing | - New value for the field. Bus sharing mode. |
This field may only be modified if the virtual machine is not powered on.
Code: