|
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
|
Avaliable Methods | |
| public method | set_type () |
| public method | get_id () |
| public method | set_id () |
| public method | get_type () |
| public method | new () |
The Com::Vmware::Vapi::Std::DynamicID class represents an identifier for a resource of an arbitrary type.
| public method Com::Vmware::Vapi::Std::DynamicID::get_id | ( | ) |
Gets the value of 'id' property.
| id | - The current value of the field. The identifier for a resource whose type is specified by :attr:Com::Vmware::Vapi::Std::DynamicID.type . ID# |
Code:
| public method Com::Vmware::Vapi::Std::DynamicID::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. The type of resource being identified (for example com.acme.Person ). |
Interfaces* that contain methods for creating and deleting resources typically contain a constant specifying the resource type for the resources being created and deleted. The API metamodel metadata interfaces include a interface that allows retrieving all the known resource types.
String#
Code:
| public method Com::Vmware::Vapi::Std::DynamicID::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Std::DynamicID structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Std::DynamicID::set_id | ( | ) |
Sets the given value for 'id' property.
| id | - New value for the field. The identifier for a resource whose type is specified by :attr:Com::Vmware::Vapi::Std::DynamicID.type . |
Code:
| public method Com::Vmware::Vapi::Std::DynamicID::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. The type of resource being identified (for example com.acme.Person ). |
Interfaces* that contain methods for creating and deleting resources typically contain a constant specifying the resource type for the resources being created and deleted. The API metamodel metadata interfaces include a interface that allows retrieving all the known resource types.
Code: