|
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 | get_storage_uri () |
| public method | set_storage_uri () |
| public method | get_datastore_id () |
| public method | set_type () |
| public method | get_type () |
| public method | new () |
| public method | set_datastore_id () |
The Com::Vmware::Content::Library::StorageBacking class defines a storage location where content in a library will be stored. The storage location can either be a Datastore or Other type.
| public method Com::Vmware::Content::Library::StorageBacking::get_datastore_id | ( | ) |
Gets the value of 'datastore_id' property.
| datastore_id | - The current value of the field. Identifier of the datastore used to store the content in the library. optional# |
Code:
| public method Com::Vmware::Content::Library::StorageBacking::get_storage_uri | ( | ) |
Gets the value of 'storage_uri' property.
| storage_uri | - The current value of the field. URI identifying the location used to store the content in the library. |
The following URI formats are supported:
vSphere 6.5
vSphere 6.0 Update 1
vSphere 6.0
optional#
Code:
| public method Com::Vmware::Content::Library::StorageBacking::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. Type (DATASTORE, OTHER) of class Com::Vmware::Content::Library::StorageBacking . optional# |
Code:
| public method Com::Vmware::Content::Library::StorageBacking::new | ( | ) |
Constructor to initialize the Com::Vmware::Content::Library::StorageBacking structure
| Blessed | object |
Code:
| public method Com::Vmware::Content::Library::StorageBacking::set_datastore_id | ( | ) |
Sets the given value for 'datastore_id' property.
| datastore_id | - New value for the field. Identifier of the datastore used to store the content in the library. |
Code:
| public method Com::Vmware::Content::Library::StorageBacking::set_storage_uri | ( | ) |
Sets the given value for 'storage_uri' property.
| storage_uri | - New value for the field. URI identifying the location used to store the content in the library. |
The following URI formats are supported:
vSphere 6.5
vSphere 6.0 Update 1
vSphere 6.0
Code:
| public method Com::Vmware::Content::Library::StorageBacking::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Type (DATASTORE, OTHER) of class Com::Vmware::Content::Library::StorageBacking . |
Code: