|
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_master () |
| public method | get_master () |
| public method | set_primary () |
| public method | get_primary () |
| public method | new () |
The Com::Vmware::Vcenter::Vm::Hardware::IdeAddressSpec class contains information for specifying the address of a virtual device that is attached to a virtual IDE adapter of a virtual machine.
| public method Com::Vmware::Vcenter::Vm::Hardware::IdeAddressSpec::get_master | ( | ) |
Gets the value of 'master' property.
| master | - The current value of the field. Flag specifying whether the device should be the master or slave device on the IDE adapter. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::IdeAddressSpec::get_primary | ( | ) |
Gets the value of 'primary' property.
| primary | - The current value of the field. Flag specifying whether the device should be attached to the primary or secondary IDE adapter of the virtual machine. Optional# |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::IdeAddressSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::IdeAddressSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::IdeAddressSpec::set_master | ( | ) |
Sets the given value for 'master' property.
| master | - New value for the field. Flag specifying whether the device should be the master or slave device on the IDE adapter. |
Code:
| public method Com::Vmware::Vcenter::Vm::Hardware::IdeAddressSpec::set_primary | ( | ) |
Sets the given value for 'primary' property.
| primary | - New value for the field. Flag specifying whether the device should be attached to the primary or secondary IDE adapter of the virtual machine. |
Code: