|
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 | get_free_space () |
| public method | set_type () |
| public method | get_multiple_host_access () |
| public method | set_accessible () |
| public method | set_name () |
| public method | get_thin_provisioning_supported () |
| public method | set_thin_provisioning_supported () |
| public method | new () |
| public method | get_type () |
| public method | get_name () |
| public method | get_accessible () |
| public method | set_multiple_host_access () |
The Com::Vmware::Vcenter::Datastore::Info class contains information about a datastore.
| public method Com::Vmware::Vcenter::Datastore::Info::get_accessible | ( | ) |
Gets the value of 'accessible' property.
| accessible | - The current value of the field. Whether or not this datastore is accessible. boolean# |
Code:
| public method Com::Vmware::Vcenter::Datastore::Info::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::Info::get_multiple_host_access | ( | ) |
Gets the value of 'multiple_host_access' property.
| multiple_host_access | - The current value of the field. Whether or not ore than one host in the datacenter has been configured with access to the datastore. boolean# |
Code:
| public method Com::Vmware::Vcenter::Datastore::Info::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::Info::get_thin_provisioning_supported | ( | ) |
Gets the value of 'thin_provisioning_supported' property.
| thin_provisioning_supported | - The current value of the field. Whether or not the datastore supports thin provisioning on a per file basis. When thin provisioning is used, backing storage is lazily allocated. boolean# |
Code:
| public method Com::Vmware::Vcenter::Datastore::Info::get_type | ( | ) |
| public method Com::Vmware::Vcenter::Datastore::Info::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Datastore::Info structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Datastore::Info::set_accessible | ( | ) |
Sets the given value for 'accessible' property.
| accessible | - New value for the field. Whether or not this datastore is accessible. |
Code:
| public method Com::Vmware::Vcenter::Datastore::Info::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::Info::set_multiple_host_access | ( | ) |
Sets the given value for 'multiple_host_access' property.
| multiple_host_access | - New value for the field. Whether or not ore than one host in the datacenter has been configured with access to the datastore. |
Code:
| public method Com::Vmware::Vcenter::Datastore::Info::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::Info::set_thin_provisioning_supported | ( | ) |
Sets the given value for 'thin_provisioning_supported' property.
| thin_provisioning_supported | - New value for the field. Whether or not the datastore supports thin provisioning on a per file basis. When thin provisioning is used, backing storage is lazily allocated. |
Code:
| public method Com::Vmware::Vcenter::Datastore::Info::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 datastore. |
Code: