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

Avaliable Methods

public method set_vmdk_file ()
 
public method set_type ()
 
public method get_type ()
 
public method new ()
 
public method get_vmdk_file ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Disk::BackingSpec class provides a specification of the physical resource backing a virtual disk.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Disk::BackingSpec::get_type ( )

Gets the value of 'type' property.

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

Gets the value of 'vmdk_file' property.

Return values
vmdk_file- The current value of the field. Path of the VMDK file backing the virtual disk. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::BackingSpec::new ( )

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

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

Sets the given value for 'type' property.

Parameters
type- New value for the field. Backing type for the virtual disk.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Disk::BackingSpec::set_vmdk_file ( )

Sets the given value for 'vmdk_file' property.

Parameters
vmdk_file- New value for the field. Path of the VMDK file backing the virtual disk.
Code:
click to view

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