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
Classes | List of all members
Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping:

Classes

class  Type
 

Avaliable Methods

public method set_provisioning ()
 
public method set_type ()
 
public method set_storage_profile_id ()
 
public method set_datastore_id ()
 
public method get_provisioning ()
 
public method get_storage_profile_id ()
 
public method get_datastore_id ()
 
public method new ()
 
public method get_type ()
 

Detailed Description

The Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping class defines the storage deployment target and storage provisioning type for a section of type vmw:StorageGroupSection in the OVF descriptor.

Member Function Documentation

public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::get_datastore_id ( )

Gets the value of 'datastore_id' property.

Return values
datastore_id- The current value of the field. Target datastore to be used for the storage group. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::get_provisioning ( )

Gets the value of 'provisioning' property.

Return values
provisioning- The current value of the field. Target provisioning type to use for the storage group. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::get_storage_profile_id ( )

Gets the value of 'storage_profile_id' property.

Return values
storage_profile_id- The current value of the field. Target storage profile to be used for the storage group. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Type of storage deployment target to use for the vmw:StorageGroupSection section. The specified value must be :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::Type.DATASTORE or :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::Type.STORAGE_PROFILEType#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::set_datastore_id ( )

Sets the given value for 'datastore_id' property.

Parameters
datastore_id- New value for the field. Target datastore to be used for the storage group.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::set_provisioning ( )

Sets the given value for 'provisioning' property.

Parameters
provisioning- New value for the field. Target provisioning type to use for the storage group.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::set_storage_profile_id ( )

Sets the given value for 'storage_profile_id' property.

Parameters
storage_profile_id- New value for the field. Target storage profile to be used for the storage group.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Type of storage deployment target to use for the vmw:StorageGroupSection section. The specified value must be :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::Type.DATASTORE or :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::Type.STORAGE_PROFILE
Code:
click to view

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