|
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_privilege_info () |
| public method | get_privileges () |
| public method | new () |
| public method | get_privilege_info () |
The Com::Vmware::Vapi::Metadata::Privilege::OperationInfo class contains privilege information of an operation element.
For an explanation of containment within operation elements, see class Com::Vmware::Vapi::Metadata::Privilege::Service::Operation .
| public method Com::Vmware::Vapi::Metadata::Privilege::OperationInfo::get_privilege_info | ( | ) |
Gets the value of 'privilege_info' property.
| privilege_info | - The current value of the field. Privilege information of all the parameter elements of the operation element. For an explanation of containment of privilege information within parameter elements, see class Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo . List# |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::OperationInfo::get_privileges | ( | ) |
Gets the value of 'privileges' property.
| privileges | - The current value of the field. List of all privileges assigned to the operation element. List# |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::OperationInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Privilege::OperationInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::OperationInfo::set_privilege_info | ( | ) |
Sets the given value for 'privilege_info' property.
| privilege_info | - New value for the field. Privilege information of all the parameter elements of the operation element. For an explanation of containment of privilege information within parameter elements, see class Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo . |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::OperationInfo::set_privileges | ( | ) |
Sets the given value for 'privileges' property.
| privileges | - New value for the field. List of all privileges assigned to the operation element. |
Code: