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

Avaliable Methods

public method set_address ()
 
public method get_description ()
 
public method set_filepath ()
 
public method get_filepath ()
 
public method set_type ()
 
public method set_description ()
 
public method get_address ()
 
public method get_type ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Authentication::Source::Info class contains the metadata source information.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Authentication::Source::Info::get_address ( )

Gets the value of 'address' property.

Return values
address- The current value of the field. Connection information for the remote server. This must be in the format http(s)://IP:port/namespace.

The remote server must support the interfaces in the :mod:com.vmware.vapi.metadata.authentication package . It must expose authentication information of one or more components.

optional#

Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::Source::Info::get_description ( )

Gets the value of 'description' property.

Return values
description- The current value of the field. English language human readable description of the source. String#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::Source::Info::get_filepath ( )

Gets the value of 'filepath' property.

Return values
filepath- The current value of the field. Absolute file path of the authentication metadata file that has the authentication information about one component element. The filePath is the path to the file in the server's filesystem. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::Source::Info::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Type of the metadata source. SourceType#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::Source::Info::new ( )

Constructor to initialize the Com::Vmware::Vapi::Metadata::Authentication::Source::Info structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::Source::Info::set_address ( )

Sets the given value for 'address' property.

Parameters
address- New value for the field. Connection information for the remote server. This must be in the format http(s)://IP:port/namespace.

The remote server must support the interfaces in the :mod:com.vmware.vapi.metadata.authentication package . It must expose authentication information of one or more components.

Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::Source::Info::set_description ( )

Sets the given value for 'description' property.

Parameters
description- New value for the field. English language human readable description of the source.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::Source::Info::set_filepath ( )

Sets the given value for 'filepath' property.

Parameters
filepath- New value for the field. Absolute file path of the authentication metadata file that has the authentication information about one component element. The filePath is the path to the file in the server's filesystem.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Authentication::Source::Info::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Type of the metadata source.
Code:
click to view

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