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

Avaliable Methods

public method set_schemes ()
 
public method set_operations ()
 
public method get_operations ()
 
public method new ()
 
public method get_schemes ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo class contains authentication information of a service element.

For an explanation of authentication information contained within service elements, see class Com::Vmware::Vapi::Metadata::Authentication::Service .

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo::get_operations ( )

Gets the value of 'operations' property.

Return values
operations- The current value of the field. Information about all operation elements contained in this service element that contain authentication information. The key in the map is the identifier of the operation element and the value in the map is the authentication information for the operation element.

For an explanation of containment of authentication information within operation elements, see class Com::Vmware::Vapi::Metadata::Authentication::Service::Operation .

Map#

Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo::get_schemes ( )

Gets the value of 'schemes' property.

Return values
schemes- The current value of the field. List of authentication schemes to be used for all the operation elements contained in this service element. The authentication scheme specified on the package element corresponding to this service element is ignored. List#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo::new ( )

Constructor to initialize the Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo::set_operations ( )

Sets the given value for 'operations' property.

Parameters
operations- New value for the field. Information about all operation elements contained in this service element that contain authentication information. The key in the map is the identifier of the operation element and the value in the map is the authentication information for the operation element.

For an explanation of containment of authentication information within operation elements, see class Com::Vmware::Vapi::Metadata::Authentication::Service::Operation .

Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::ServiceInfo::set_schemes ( )

Sets the given value for 'schemes' property.

Parameters
schemes- New value for the field. List of authentication schemes to be used for all the operation elements contained in this service element. The authentication scheme specified on the package element corresponding to this service element is ignored.
Code:
click to view

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