|
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_allow_guest_control () |
| public method | get_start_connected () |
| public method | get_allow_guest_control () |
| public method | set_backing () |
| public method | get_backing () |
| public method | new () |
| public method | set_start_connected () |
The Com::Vmware::Vcenter::Vm::Hardware::Floppy::UpdateSpec class describes the updates to be made to the configuration of a virtual floppy drive.
| public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::UpdateSpec::get_allow_guest_control | ( | ) |
Gets the value of 'allow_guest_control' property.
| allow_guest_control | - The current value of the field. Flag indicating whether the guest can connect and disconnect the device. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::UpdateSpec::get_backing | ( | ) |
Gets the value of 'backing' property.
| backing | - The current value of the field. Physical resource backing for the virtual floppy drive. |
This field may only be modified if the virtual machine is not powered on or the virtual floppy drive is not connected.
Optional#
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::UpdateSpec::get_start_connected | ( | ) |
Gets the value of 'start_connected' property.
| start_connected | - The current value of the field. Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::UpdateSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Floppy::UpdateSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::UpdateSpec::set_allow_guest_control | ( | ) |
Sets the given value for 'allow_guest_control' property.
| allow_guest_control | - New value for the field. Flag indicating whether the guest can connect and disconnect the device. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::UpdateSpec::set_backing | ( | ) |
Sets the given value for 'backing' property.
| backing | - New value for the field. Physical resource backing for the virtual floppy drive. |
This field may only be modified if the virtual machine is not powered on or the virtual floppy drive is not connected.
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::UpdateSpec::set_start_connected | ( | ) |
Sets the given value for 'start_connected' property.
| start_connected | - New value for the field. Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. |
Code: