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

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::Metamodel::Source::CreateSpec class contains the registration information of a metamodel source.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Metamodel::Source::CreateSpec::get_address ( )

Gets the value of 'address' property.

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

The remote server should contain the interfaces in :mod:com.vmware.vapi.metadata.metamodel package . It could expose metamodel information of one or more components.

optional#

Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::Source::CreateSpec::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::Metamodel::Source::CreateSpec::get_filepath ( )

Gets the value of 'filepath' property.

Return values
filepath- The current value of the field. Absolute file path of the metamodel metadata file that has the metamodel information about one component element. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::Source::CreateSpec::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::Metamodel::Source::CreateSpec::new ( )

Constructor to initialize the Com::Vmware::Vapi::Metadata::Metamodel::Source::CreateSpec structure

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

Sets the given value for 'address' property.

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

The remote server should contain the interfaces in :mod:com.vmware.vapi.metadata.metamodel package . It could expose metamodel information of one or more components.

Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::Source::CreateSpec::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::Metamodel::Source::CreateSpec::set_filepath ( )

Sets the given value for 'filepath' property.

Parameters
filepath- New value for the field. Absolute file path of the metamodel metadata file that has the metamodel information about one component element.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::Source::CreateSpec::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: