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::Service::Operation Class Reference
Inheritance diagram for Com::Vmware::Vapi::Metadata::Authentication::Service::Operation:
Com::Vmware::Vapi::Bindings::VapiInterface

Avaliable Methods

public method get ()
 
public method new ()
 
public method list ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Authentication::Service::Operation interface provides methods to retrieve authentication information of an operation element.

An operation element is said to contain authentication information if authentication schemes are specified in the authentication definition file.

Constant String::RESOURCE_TYPE # Resource type for operation.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Authentication::Service::Operation::get ( )

Retrieves the authentication information about an operation element corresponding to operation_id contained in the service element corresponding to service_id .

Parameters
service_id[REQUIRED] Identifier of the service element. The value must be an identifier for the resource type getQualifiedName(com.vmware.vapi.service). . The value must be str.
operation_id[REQUIRED] Identifier of the operation element. The value must be an identifier for the resource type getQualifiedName(com.vmware.vapi.operation). . The value must be str.
Return values
Theclass Com::Vmware::Vapi::Metadata::Authentication::OperationInfo instance that corresponds to operation_id . The return type will be Com::Vmware::Vapi::Metadata::Authentication::OperationInfo
Exceptions
Com::Vmware::Vapi::Std::Errors::NotFoundif the service element associated with service_id does not exist.
Com::Vmware::Vapi::Std::Errors::NotFoundif the operation element associated with operation_id does not exist.
Com::Vmware::Vapi::Std::Errors::NotFoundif the operation element associated with operation_id does not have any authentication information.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::Service::Operation::list ( )

Returns the identifiers for the operation elements contained in the service element corresponding to service_id that have authentication information.

Parameters
service_id[REQUIRED] Identifier of the service element. The value must be an identifier for the resource type getQualifiedName(com.vmware.vapi.service). . The value must be str.
Return values
Listof identifiers for the operation elements contained in the service element that have authentication information. The value will be an identifier for the resource type getQualifiedName(com.vmware.vapi.operation). The return type will be Array of str
Exceptions
Com::Vmware::Vapi::Std::Errors::NotFoundif the service element associated with service_id does not have any operation elements that have authentication information.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::Service::Operation::new ( )

Constructor to initialize the object

Parameters
api_provider- protocol connection to use with stubs created by this factory
StubConfig- Stub's additional configuration
Return values
Blessedobject
Code:
click to view

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