|
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 | new () |
| public method | set_start_connected () |
The Com::Vmware::Vcenter::Vm::Hardware::ConnectionCreateSpec class provides a specification for the configuration of a newly-created removable device.
| public method Com::Vmware::Vcenter::Vm::Hardware::ConnectionCreateSpec::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::ConnectionCreateSpec::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::ConnectionCreateSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::ConnectionCreateSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::ConnectionCreateSpec::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::ConnectionCreateSpec::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: