|
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_error () |
| public method | get_ovf_library_item_id () |
| public method | get_succeeded () |
| public method | get_error () |
| public method | set_ovf_library_item_id () |
| public method | new () |
| public method | set_succeeded () |
The Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult class defines the result of the create method . See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.create .
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult::get_error | ( | ) |
Gets the value of 'error' property.
| error | - The current value of the field. Errors, warnings, and informational messages produced by the create method . Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult::get_ovf_library_item_id | ( | ) |
Gets the value of 'ovf_library_item_id' property.
| ovf_library_item_id | - The current value of the field. Identifier of the created or updated library item. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult::get_succeeded | ( | ) |
Gets the value of 'succeeded' property.
| succeeded | - The current value of the field. Whether the create method completed successfully. boolean# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult::set_error | ( | ) |
Sets the given value for 'error' property.
| error | - New value for the field. Errors, warnings, and informational messages produced by the create method . |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult::set_ovf_library_item_id | ( | ) |
Sets the given value for 'ovf_library_item_id' property.
| ovf_library_item_id | - New value for the field. Identifier of the created or updated library item. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult::set_succeeded | ( | ) |
Sets the given value for 'succeeded' property.
| succeeded | - New value for the field. Whether the create method completed successfully. |
Code: