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
List of all members
Com::Vmware::Vcenter::Datastore::Summary Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Datastore::Summary:

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 ()
 

Detailed Description

The Com::Vmware::Vcenter::Datastore::Summary class contains commonly used information about a datastore.

Member Function Documentation

public method Com::Vmware::Vcenter::Datastore::Summary::get_capacity ( )

Gets the value of 'capacity' property.

Return values
capacity- The current value of the field. Capacity of this datastore, in bytes.

The server periodically updates this value.

Optional#

Code:
click to view
public method Com::Vmware::Vcenter::Datastore::Summary::get_datastore ( )

Gets the value of 'datastore' property.

Return values
datastore- The current value of the field. Identifier of the datastore. ID#
Code:
click to view
public method Com::Vmware::Vcenter::Datastore::Summary::get_free_space ( )

Gets the value of 'free_space' property.

Return values
free_space- The current value of the field. Available space of this datastore, in bytes.

The server periodically updates this value.

Optional#

Code:
click to view
public method Com::Vmware::Vcenter::Datastore::Summary::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. Name of the datastore. String#
Code:
click to view
public method Com::Vmware::Vcenter::Datastore::Summary::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Type (VMFS, NFS, NFS41, CIFS, VSAN, VFFS, VVOL) of the datatore. Type#
Code:
click to view
public method Com::Vmware::Vcenter::Datastore::Summary::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Datastore::Summary structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Datastore::Summary::set_capacity ( )

Sets the given value for 'capacity' property.

Parameters
capacity- New value for the field. Capacity of this datastore, in bytes.

The server periodically updates this value.

Code:
click to view
public method Com::Vmware::Vcenter::Datastore::Summary::set_datastore ( )

Sets the given value for 'datastore' property.

Parameters
datastore- New value for the field. Identifier of the datastore.
Code:
click to view
public method Com::Vmware::Vcenter::Datastore::Summary::set_free_space ( )

Sets the given value for 'free_space' property.

Parameters
free_space- New value for the field. Available space of this datastore, in bytes.

The server periodically updates this value.

Code:
click to view
public method Com::Vmware::Vcenter::Datastore::Summary::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. Name of the datastore.
Code:
click to view
public method Com::Vmware::Vcenter::Datastore::Summary::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Type (VMFS, NFS, NFS41, CIFS, VSAN, VFFS, VVOL) of the datatore.
Code:
click to view

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