|
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_privileges () |
| public method | set_services () |
| public method | get_services () |
| public method | get_privileges () |
| public method | new () |
The Com::Vmware::Vapi::Metadata::Privilege::PackageInfo class contains the privilege information of a package element.
For an explanation of privilege information contained within package elements, see class Com::Vmware::Vapi::Metadata::Privilege::Package .
| public method Com::Vmware::Vapi::Metadata::Privilege::PackageInfo::get_privileges | ( | ) |
Gets the value of 'privileges' property.
| privileges | - The current value of the field. List of default privileges to be used for all the operations present in this package. If a particular operation element has no explicit privileges defined in the privilege definition file, these privileges are used for enforcing authorization. List# |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::PackageInfo::get_services | ( | ) |
Gets the value of 'services' property.
| services | - The current value of the field. Information about all service elements contained in this package element that contain privilege information. The key in the map is the identifier of the service element and the value in the map is the privilege information for the service element. For an explanation of privilege information containment within service elements, see class Com::Vmware::Vapi::Metadata::Privilege::Service . Map# |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::PackageInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Privilege::PackageInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::PackageInfo::set_privileges | ( | ) |
Sets the given value for 'privileges' property.
| privileges | - New value for the field. List of default privileges to be used for all the operations present in this package. If a particular operation element has no explicit privileges defined in the privilege definition file, these privileges are used for enforcing authorization. |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::PackageInfo::set_services | ( | ) |
Sets the given value for 'services' property.
| services | - New value for the field. Information about all service elements contained in this package element that contain privilege information. The key in the map is the identifier of the service element and the value in the map is the privilege information for the service element. For an explanation of privilege information containment within service elements, see class Com::Vmware::Vapi::Metadata::Privilege::Service . |
Code: