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
 All Classes Files Functions
List of all members
Com::Vmware::Vcenter::Vm::Hardware::IdeAddressInfo Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Vm::Hardware::IdeAddressInfo:

Avaliable Methods

public method set_master ()
 
public method get_master ()
 
public method set_primary ()
 
public method get_primary ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::IdeAddressInfo class contains information about the address of a virtual device that is attached to a virtual IDE adapter of a virtual machine.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::IdeAddressInfo::get_master ( )

Gets the value of 'master' property.

Return values
master- The current value of the field. Flag specifying whether the device is the master or slave device on the IDE adapter. boolean#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::IdeAddressInfo::get_primary ( )

Gets the value of 'primary' property.

Return values
primary- The current value of the field. Flag specifying whether the device is attached to the primary or secondary IDE adapter of the virtual machine. boolean#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::IdeAddressInfo::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::IdeAddressInfo structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::IdeAddressInfo::set_master ( )

Sets the given value for 'master' property.

Parameters
master- New value for the field. Flag specifying whether the device is the master or slave device on the IDE adapter.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::IdeAddressInfo::set_primary ( )

Sets the given value for 'primary' property.

Parameters
primary- New value for the field. Flag specifying whether the device is attached to the primary or secondary IDE adapter of the virtual machine.
Code:
click to view

The documentation for this class was generated from the following file: