|
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
|
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 () |
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.
| public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::get_element_type | ( | ) |
Gets the value of 'element_type' property.
| 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:
| public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::get_generic_type | ( | ) |
Gets the value of 'generic_type' property.
| generic_type | - The current value of the field. The generic type that is being instantiated. GenericType# |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::get_map_key_type | ( | ) |
Gets the value of 'map_key_type' property.
| 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:
| public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::get_map_value_type | ( | ) |
Gets the value of 'map_value_type' property.
| 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:
| public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::set_element_type | ( | ) |
Sets the given value for 'element_type' property.
| 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.
| generic_type | - New value for the field. The generic type that is being instantiated. |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::set_map_key_type | ( | ) |
Sets the given value for 'map_key_type' property.
| 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:
| public method Com::Vmware::Vapi::Metadata::Metamodel::GenericInstantiation::set_map_value_type | ( | ) |
Sets the given value for 'map_value_type' property.
| 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: