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
Classes | List of all members
Com::Vmware::Vapi::Metadata::Metamodel::ElementValue Class Reference
Inheritance diagram for Com::Vmware::Vapi::Metadata::Metamodel::ElementValue:

Classes

class  Type
 

Avaliable Methods

public method set_structure_ids ()
 
public method set_type ()
 
public method get_structure_id ()
 
public method get_list_value ()
 
public method get_string_value ()
 
public method set_structure_id ()
 
public method set_list_value ()
 
public method get_long_value ()
 
public method set_long_value ()
 
public method new ()
 
public method get_type ()
 
public method get_structure_ids ()
 
public method set_string_value ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Metamodel::ElementValue class describes the value of the metadata element.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Metamodel::ElementValue::get_list_value ( )

Gets the value of 'list_value' property.

Return values
list_value- The current value of the field. List of strings value of the metadata element. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementValue::get_long_value ( )

Gets the value of 'long_value' property.

Return values
long_value- The current value of the field. Long value of the metadata element. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementValue::get_string_value ( )

Gets the value of 'string_value' property.

Return values
string_value- The current value of the field. String value of the metadata element. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementValue::get_structure_id ( )

Gets the value of 'structure_id' property.

Return values
structure_id- The current value of the field. Identifier of the structure element. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementValue::get_structure_ids ( )

Gets the value of 'structure_ids' property.

Return values
structure_ids- The current value of the field. List of identifiers of the structure elements. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementValue::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Type of the value. Type#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementValue::new ( )

Constructor to initialize the Com::Vmware::Vapi::Metadata::Metamodel::ElementValue structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementValue::set_list_value ( )

Sets the given value for 'list_value' property.

Parameters
list_value- New value for the field. List of strings value of the metadata element.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementValue::set_long_value ( )

Sets the given value for 'long_value' property.

Parameters
long_value- New value for the field. Long value of the metadata element.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementValue::set_string_value ( )

Sets the given value for 'string_value' property.

Parameters
string_value- New value for the field. String value of the metadata element.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementValue::set_structure_id ( )

Sets the given value for 'structure_id' property.

Parameters
structure_id- New value for the field. Identifier of the structure element.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementValue::set_structure_ids ( )

Sets the given value for 'structure_ids' property.

Parameters
structure_ids- New value for the field. List of identifiers of the structure elements.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementValue::set_type ( )

Sets the given value for 'type' property.

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

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