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::PackageInfo Class Reference
Inheritance diagram for Com::Vmware::Vapi::Metadata::Privilege::PackageInfo:

Avaliable Methods

public method set_privileges ()
 
public method set_services ()
 
public method get_services ()
 
public method get_privileges ()
 
public method new ()
 

Detailed Description

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 .

Member Function Documentation

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

Gets the value of 'privileges' property.

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

Gets the value of 'services' property.

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

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

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

Sets the given value for 'privileges' property.

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

Sets the given value for 'services' property.

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

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