|
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 | get_info () |
| public method | get_fingerprint () |
| public method | set_fingerprint () |
| public method | set_info () |
| public method | new () |
The Com::Vmware::Vapi::Metadata::Privilege::ComponentData class contains the privilege information of the component along with its fingerprint.
| public method Com::Vmware::Vapi::Metadata::Privilege::ComponentData::get_fingerprint | ( | ) |
Gets the value of 'fingerprint' property.
| fingerprint | - The current value of the field. Fingerprint of the metadata of the component. |
Privilege information could change when there is an infrastructure update. Since the data present in :attr:Com::Vmware::Vapi::Metadata::Privilege::ComponentData.info could be quite large, fingerprint provides a convenient way to check if the data for a particular component is updated.
You should store the fingerprint associated with a component. After an update, by invoking the :func:Com::Vmware::Vapi::Metadata::Privilege::Component.fingerprint method* , you can retrieve the new fingerprint for the component. If the new fingerprint and the previously stored fingerprint do not match, clients can then use the :func:Com::Vmware::Vapi::Metadata::Privilege::Component.get to retrieve the new privilege information for the component.
String#
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::ComponentData::get_info | ( | ) |
Gets the value of 'info' property.
| info | - The current value of the field. Privilege information of the component. This includes information about all the packages* in the component. ComponentInfo# |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::ComponentData::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Privilege::ComponentData structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::ComponentData::set_fingerprint | ( | ) |
Sets the given value for 'fingerprint' property.
| fingerprint | - New value for the field. Fingerprint of the metadata of the component. |
Privilege information could change when there is an infrastructure update. Since the data present in :attr:Com::Vmware::Vapi::Metadata::Privilege::ComponentData.info could be quite large, fingerprint provides a convenient way to check if the data for a particular component is updated.
You should store the fingerprint associated with a component. After an update, by invoking the :func:Com::Vmware::Vapi::Metadata::Privilege::Component.fingerprint method* , you can retrieve the new fingerprint for the component. If the new fingerprint and the previously stored fingerprint do not match, clients can then use the :func:Com::Vmware::Vapi::Metadata::Privilege::Component.get to retrieve the new privilege information for the component.
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::ComponentData::set_info | ( | ) |
Sets the given value for 'info' property.
| info | - New value for the field. Privilege information of the component. This includes information about all the packages* in the component. |
Code: