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

Avaliable Methods

public method new ()
 
public method set_packages ()
 
public method get_packages ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Privilege::ComponentInfo class contains the privilege information of a component element.

For an explanation of privilege information contained within component elements, see class Com::Vmware::Vapi::Metadata::Privilege::Component .

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Privilege::ComponentInfo::get_packages ( )

Gets the value of 'packages' property.

Return values
packages- The current value of the field. Privilege information of all the package elements. The key in the map is the identifier of the package element and the value in the map is the privilege information for the package element.

For an explanation of privilege information containment within package elements, see class Com::Vmware::Vapi::Metadata::Privilege::Package .

Map#

Code:
click to view
public method Com::Vmware::Vapi::Metadata::Privilege::ComponentInfo::new ( )

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

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

Sets the given value for 'packages' property.

Parameters
packages- New value for the field. Privilege information of all the package elements. The key in the map is the identifier of the package element and the value in the map is the privilege information for the package element.

For an explanation of privilege information containment within package elements, see class Com::Vmware::Vapi::Metadata::Privilege::Package .

Code:
click to view

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