|
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
|
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 () |
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.
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::get_datastore_id | ( | ) |
Gets the value of 'datastore_id' property.
| datastore_id | - The current value of the field. Target datastore to be used for the storage group. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::get_provisioning | ( | ) |
Gets the value of 'provisioning' property.
| provisioning | - The current value of the field. Target provisioning type to use for the storage group. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::get_storage_profile_id | ( | ) |
Gets the value of 'storage_profile_id' property.
| storage_profile_id | - The current value of the field. Target storage profile to be used for the storage group. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::get_type | ( | ) |
Gets the value of 'type' property.
| 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:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::set_datastore_id | ( | ) |
Sets the given value for 'datastore_id' property.
| datastore_id | - New value for the field. Target datastore to be used for the storage group. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::set_provisioning | ( | ) |
Sets the given value for 'provisioning' property.
| provisioning | - New value for the field. Target provisioning type to use for the storage group. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::set_storage_profile_id | ( | ) |
Sets the given value for 'storage_profile_id' property.
| storage_profile_id | - New value for the field. Target storage profile to be used for the storage group. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping::set_type | ( | ) |
Sets the given value for 'type' property.
| 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
|