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

Avaliable Methods

public method get_file ()
 
public method set_type ()
 
public method set_host_device ()
 
public method get_type ()
 
public method new ()
 
public method set_file ()
 
public method get_host_device ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Parallel::BackingSpec class provides a specification of the physical resource backing a virtual parallel port.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Parallel::BackingSpec::get_file ( )

Gets the value of 'file' property.

Return values
file- The current value of the field. Path of the file that should be used as the virtual parallel port backing. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Parallel::BackingSpec::get_host_device ( )

Gets the value of 'host_device' property.

Return values
host_device- The current value of the field. Name of the device that should be used as the virtual parallel port backing. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Parallel::BackingSpec::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Backing type for the virtual parallel port. BackingType#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Parallel::BackingSpec::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Parallel::BackingSpec structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Parallel::BackingSpec::set_file ( )

Sets the given value for 'file' property.

Parameters
file- New value for the field. Path of the file that should be used as the virtual parallel port backing.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Parallel::BackingSpec::set_host_device ( )

Sets the given value for 'host_device' property.

Parameters
host_device- New value for the field. Name of the device that should be used as the virtual parallel port backing.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Parallel::BackingSpec::set_type ( )

Sets the given value for 'type' property.

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

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