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::Appliance::Techpreview::Services::ServiceInfo Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Services::ServiceInfo:

Avaliable Methods

public method get_description ()
 
public method set_operations ()
 
public method set_description ()
 
public method get_operations ()
 
public method set_name ()
 
public method new ()
 
public method get_name ()
 

Detailed Description

Com::Vmware::Appliance::Techpreview::Services::ServiceInfo class Structure that describes a service and the operations you can perform on a service.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::get_description ( )

Gets the value of 'description' property.

Return values
description- The current value of the field. A description of the service. The description can be empty. String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. The name of the service, for example, "vmware-vpxd". This name is unique per machine. String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::get_operations ( )

Gets the value of 'operations' property.

Return values
operations- The current value of the field. The operations encoded in an array, supported by the service. List#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::new ( )

Constructor to initialize the Com::Vmware::Appliance::Techpreview::Services::ServiceInfo structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::set_description ( )

Sets the given value for 'description' property.

Parameters
description- New value for the field. A description of the service. The description can be empty.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. The name of the service, for example, "vmware-vpxd". This name is unique per machine.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::set_operations ( )

Sets the given value for 'operations' property.

Parameters
operations- New value for the field. The operations encoded in an array, supported by the service.
Code:
click to view

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