|
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_free_space () |
| public method | set_capacity () |
| public method | get_free_space () |
| public method | set_type () |
| public method | set_name () |
| public method | get_datastore () |
| public method | set_datastore () |
| public method | get_capacity () |
| public method | new () |
| public method | get_type () |
| public method | get_name () |
The Com::Vmware::Vcenter::Datastore::Summary class contains commonly used information about a datastore.
| public method Com::Vmware::Vcenter::Datastore::Summary::get_capacity | ( | ) |
Gets the value of 'capacity' property.
| capacity | - The current value of the field. Capacity of this datastore, in bytes. |
The server periodically updates this value.
Optional#
Code:
| public method Com::Vmware::Vcenter::Datastore::Summary::get_datastore | ( | ) |
Gets the value of 'datastore' property.
| datastore | - The current value of the field. Identifier of the datastore. ID# |
Code:
| public method Com::Vmware::Vcenter::Datastore::Summary::get_free_space | ( | ) |
Gets the value of 'free_space' property.
| free_space | - The current value of the field. Available space of this datastore, in bytes. |
The server periodically updates this value.
Optional#
Code:
| public method Com::Vmware::Vcenter::Datastore::Summary::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. Name of the datastore. String# |
Code:
| public method Com::Vmware::Vcenter::Datastore::Summary::get_type | ( | ) |
| public method Com::Vmware::Vcenter::Datastore::Summary::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Datastore::Summary structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Datastore::Summary::set_capacity | ( | ) |
Sets the given value for 'capacity' property.
| capacity | - New value for the field. Capacity of this datastore, in bytes. |
The server periodically updates this value.
Code:
| public method Com::Vmware::Vcenter::Datastore::Summary::set_datastore | ( | ) |
Sets the given value for 'datastore' property.
| datastore | - New value for the field. Identifier of the datastore. |
Code:
| public method Com::Vmware::Vcenter::Datastore::Summary::set_free_space | ( | ) |
Sets the given value for 'free_space' property.
| free_space | - New value for the field. Available space of this datastore, in bytes. |
The server periodically updates this value.
Code:
| public method Com::Vmware::Vcenter::Datastore::Summary::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. Name of the datastore. |
Code:
| public method Com::Vmware::Vcenter::Datastore::Summary::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Type (VMFS, NFS, NFS41, CIFS, VSAN, VFFS, VVOL) of the datatore. |
Code: