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