|
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
|
Avaliable Methods | |
| public method | set_type () |
| public method | get_id () |
| public method | set_id () |
| public method | get_type () |
| public method | new () |
The Com::Vmware::Vcenter::Ovf::LibraryItem::DeployableIdentity class describes the resource created by a deployment, or the source resource from which library item can be created, by specifying its resource type and resource identifier.
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeployableIdentity::get_id | ( | ) |
Gets the value of 'id' property.
| id | - The current value of the field. Identifier of the deployable resource. ID# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeployableIdentity::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. Type of the deployable resource. String# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeployableIdentity::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::DeployableIdentity structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeployableIdentity::set_id | ( | ) |
Sets the given value for 'id' property.
| id | - New value for the field. Identifier of the deployable resource. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeployableIdentity::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Type of the deployable resource. |
Code: