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

Classes

class  GenericType
 

Avaliable Methods

public method get_generic_type ()
 
public method get_element_type ()
 
public method set_map_value_type ()
 
public method set_map_key_type ()
 
public method get_map_key_type ()
 
public method get_map_value_type ()
 
public method set_generic_type ()
 
public method set_element_type ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation class describes the type information of a typed element when the type is an instantiation of one of the generic types provided by the infrastructure.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::get_element_type ( )

Gets the value of 'element_type' property.

Return values
element_type- The current value of the field. Type of the element parameter if the generic type instantiation is a :attr:Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::GenericType.LIST , :attr:Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::GenericType.OPTIONAL or :attr:Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::GenericType.SEToptional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::get_generic_type ( )

Gets the value of 'generic_type' property.

Return values
generic_type- The current value of the field. The generic type that is being instantiated. GenericType#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::get_map_key_type ( )

Gets the value of 'map_key_type' property.

Return values
map_key_type- The current value of the field. Type of the key parameter of the map generic type instantiation. The map generic type has a key parameter and value parameter. The type of the value parameter is described by :attr:Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation.map_value_type .. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::get_map_value_type ( )

Gets the value of 'map_value_type' property.

Return values
map_value_type- The current value of the field. Type of the value parameter of the map generic type instantiation. The map generic type has a key parameter and value parameter. The type of the key parameter is described by :attr:Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation.map_key_type .. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::new ( )

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

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

Sets the given value for 'element_type' property.

Parameters
element_type- New value for the field. Type of the element parameter if the generic type instantiation is a :attr:Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::GenericType.LIST , :attr:Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::GenericType.OPTIONAL or :attr:Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::GenericType.SET
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::set_generic_type ( )

Sets the given value for 'generic_type' property.

Parameters
generic_type- New value for the field. The generic type that is being instantiated.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::set_map_key_type ( )

Sets the given value for 'map_key_type' property.

Parameters
map_key_type- New value for the field. Type of the key parameter of the map generic type instantiation. The map generic type has a key parameter and value parameter. The type of the value parameter is described by :attr:Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation.map_value_type ..
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::set_map_value_type ( )

Sets the given value for 'map_value_type' property.

Parameters
map_value_type- New value for the field. Type of the value parameter of the map generic type instantiation. The map generic type has a key parameter and value parameter. The type of the key parameter is described by :attr:Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation.map_key_type ..
Code:
click to view

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