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::Cdrom::BackingInfo Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo:

Avaliable Methods

public method set_type ()
 
public method get_auto_detect ()
 
public method set_host_device ()
 
public method get_iso_file ()
 
public method get_host_device ()
 
public method get_device_access_type ()
 
public method set_iso_file ()
 
public method set_device_access_type ()
 
public method new ()
 
public method get_type ()
 
public method set_auto_detect ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo class contains information about the physical resource backing a virtual CD-ROM device.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo::get_auto_detect ( )

Gets the value of 'auto_detect' property.

Return values
auto_detect- The current value of the field. Flag indicating whether the virtual CD-ROM device is configured to automatically detect a suitable host device. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo::get_device_access_type ( )

Gets the value of 'device_access_type' property.

Return values
device_access_type- The current value of the field. Access type for the device backing. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo::get_host_device ( )

Gets the value of 'host_device' property.

Return values
host_device- The current value of the field. Name of the host device backing the virtual CD-ROM device.

Optional#

Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo::get_iso_file ( )

Gets the value of 'iso_file' property.

Return values
iso_file- The current value of the field. Path of the image file backing the virtual CD-ROM device. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Backing type for the virtual CD-ROM device. BackingType#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo::set_auto_detect ( )

Sets the given value for 'auto_detect' property.

Parameters
auto_detect- New value for the field. Flag indicating whether the virtual CD-ROM device is configured to automatically detect a suitable host device.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo::set_device_access_type ( )

Sets the given value for 'device_access_type' property.

Parameters
device_access_type- New value for the field. Access type for the device backing.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo::set_host_device ( )

Sets the given value for 'host_device' property.

Parameters
host_device- New value for the field. Name of the host device backing the virtual CD-ROM device.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo::set_iso_file ( )

Sets the given value for 'iso_file' property.

Parameters
iso_file- New value for the field. Path of the image file backing the virtual CD-ROM device.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Cdrom::BackingInfo::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Backing type for the virtual CD-ROM device.
Code:
click to view

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