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
 All Classes Files Functions
List of all members
Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo Class Reference
Inheritance diagram for Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo:

Avaliable Methods

public method set_privileges ()
 
public method get_property_path ()
 
public method get_privileges ()
 
public method new ()
 
public method set_property_path ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo class contains the privilege information for a parameter element in an operation element.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo::get_privileges ( )

Gets the value of 'privileges' property.

Return values
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:
click to view
public method Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo::get_property_path ( )

Gets the value of 'property_path' property.

Return values
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:
click to view
public method Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo::new ( )

Constructor to initialize the Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo::set_privileges ( )

Sets the given value for 'privileges' property.

Parameters
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:
click to view
public method Com::Vmware::Vapi::Metadata::Privilege::PrivilegeInfo::set_property_path ( )

Sets the given value for 'property_path' property.

Parameters
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:
click to view

The documentation for this class was generated from the following file: