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

Avaliable Methods

public method set_type ()
 
public method get_auto_detect ()
 
public method set_host_device ()
 
public method get_host_device ()
 
public method set_image_file ()
 
public method new ()
 
public method get_type ()
 
public method set_auto_detect ()
 
public method get_image_file ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Floppy::BackingInfo class contains information about the physical resource backing a virtual floppy drive.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::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 floppy drive is configured to automatically detect a suitable host device. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::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 floppy drive.

Optional#

Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::BackingInfo::get_image_file ( )

Gets the value of 'image_file' property.

Return values
image_file- The current value of the field. Path of the image file backing the virtual floppy drive. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::BackingInfo::get_type ( )

Gets the value of 'type' property.

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

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

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::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 floppy drive is configured to automatically detect a suitable host device.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::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 floppy drive.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::BackingInfo::set_image_file ( )

Sets the given value for 'image_file' property.

Parameters
image_file- New value for the field. Path of the image file backing the virtual floppy drive.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Floppy::BackingInfo::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Backing type for the virtual floppy drive.
Code:
click to view

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