|
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_operations () |
| public method | get_operations () |
| public method | new () |
The Com::Vmware::Vapi::Metadata::Privilege::ServiceInfo class contains privilege information of a service element.
For an explanation of privilege information contained within service elements, see class Com::Vmware::Vapi::Metadata::Privilege::Service .
| public method Com::Vmware::Vapi::Metadata::Privilege::ServiceInfo::get_operations | ( | ) |
Gets the value of 'operations' property.
| operations | - The current value of the field. Information about all operation elements contained in this service element that contain privilege information. The key in the map is the identifier of the operation element and the value in the map is the privilege information for the operation element. |
For an explanation of containment of privilege information within operation elements, see class Com::Vmware::Vapi::Metadata::Privilege::Service::Operation .
Map#
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::ServiceInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Privilege::ServiceInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::ServiceInfo::set_operations | ( | ) |
Sets the given value for 'operations' property.
| operations | - New value for the field. Information about all operation elements contained in this service element that contain privilege information. The key in the map is the identifier of the operation element and the value in the map is the privilege information for the operation element. |
For an explanation of containment of privilege information within operation elements, see class Com::Vmware::Vapi::Metadata::Privilege::Service::Operation .
Code: