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::Host::Summary Class Reference

Avaliable Methods

public method get_connection_state ()
 
public method get_power_state ()
 
public method set_name ()
 
public method set_power_state ()
 
public method new ()
 
public method set_host ()
 
public method set_connection_state ()
 
public method get_name ()
 
public method get_host ()
 

Detailed Description

The Com::Vmware::Vcenter::Host::Summary class contains commonly used information about a host in vCenter Server.

Member Function Documentation

public method Com::Vmware::Vcenter::Host::Summary::get_connection_state ( )

Gets the value of 'connection_state' property.

Return values
connection_state- The current value of the field. Connection status of the host ConnectionState#
Code:
click to view
public method Com::Vmware::Vcenter::Host::Summary::get_host ( )

Gets the value of 'host' property.

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

Gets the value of 'name' property.

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

Gets the value of 'power_state' property.

Return values
power_state- The current value of the field. Power state of the host optional#
Code:
click to view
public method Com::Vmware::Vcenter::Host::Summary::new ( )

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

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

Sets the given value for 'connection_state' property.

Parameters
connection_state- New value for the field. Connection status of the host
Code:
click to view
public method Com::Vmware::Vcenter::Host::Summary::set_host ( )

Sets the given value for 'host' property.

Parameters
host- New value for the field. Identifier of the host.
Code:
click to view
public method Com::Vmware::Vcenter::Host::Summary::set_name ( )

Sets the given value for 'name' property.

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

Sets the given value for 'power_state' property.

Parameters
power_state- New value for the field. Power state of the host
Code:
click to view

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