|
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 | get_property_path () |
| public method | get_privileges () |
| public method | new () |
| public method | set_property_path () |
The Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo class contains the privilege information for a parameter element in an operation element.
| public method Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo::get_privileges | ( | ) |
Gets the value of 'privileges' property.
| privileges | - The current value of the field. List of privileges assigned to the entity that is being referred by :attr:Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo.property_path . List# |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo::get_property_path | ( | ) |
Gets the value of 'property_path' property.
| property_path | - The current value of the field. The propertyPath points to an entity that is used in the operation element. An entity can either be present in one of the parameter elements or if a parameter is a structure element, it could also be present in one of the field elements. |
If the privilege is assigned to an entity used in the parameter, propertyPath will just contain the name of the parameter field. If the privilege is assigned to an entity in one of the field elements of a parameter element that is a structure element, then propertyPath will contain a path to the field element starting from the parameter name.
String#
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo::set_privileges | ( | ) |
Sets the given value for 'privileges' property.
| privileges | - New value for the field. List of privileges assigned to the entity that is being referred by :attr:Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo.property_path . |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo::set_property_path | ( | ) |
Sets the given value for 'property_path' property.
| property_path | - New value for the field. The propertyPath points to an entity that is used in the operation element. An entity can either be present in one of the parameter elements or if a parameter is a structure element, it could also be present in one of the field elements. |
If the privilege is assigned to an entity used in the parameter, propertyPath will just contain the name of the parameter field. If the privilege is assigned to an entity in one of the field elements of a parameter element that is a structure element, then propertyPath will contain a path to the field element starting from the parameter name.
Code: