|
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 | new () |
| public method | set_packages () |
| public method | get_packages () |
The Com::Vmware::Vapi::Metadata::Privilege::ComponentInfo class contains the privilege information of a component element.
For an explanation of privilege information contained within component elements, see class Com::Vmware::Vapi::Metadata::Privilege::Component .
| public method Com::Vmware::Vapi::Metadata::Privilege::ComponentInfo::get_packages | ( | ) |
Gets the value of 'packages' property.
| packages | - The current value of the field. Privilege information of all the package elements. The key in the map is the identifier of the package element and the value in the map is the privilege information for the package element. |
For an explanation of privilege information containment within package elements, see class Com::Vmware::Vapi::Metadata::Privilege::Package .
Map#
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::ComponentInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Privilege::ComponentInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::ComponentInfo::set_packages | ( | ) |
Sets the given value for 'packages' property.
| packages | - New value for the field. Privilege information of all the package elements. The key in the map is the identifier of the package element and the value in the map is the privilege information for the package element. |
For an explanation of privilege information containment within package elements, see class Com::Vmware::Vapi::Metadata::Privilege::Package .
Code: