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

Avaliable Methods

public method get_delay ()
 
public method set_reason ()
 
public method set_delay ()
 
public method new ()
 
public method get_reason ()
 

Detailed Description

Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig class Structure that defines shutdown configuration.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig::get_delay ( )

Gets the value of 'delay' property.

Return values
delay- The current value of the field. Delay interval in minutes (optional). if you do not specify delay, then the shutdown starts immediately. long#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig::get_reason ( )

Gets the value of 'reason' property.

Return values
reason- The current value of the field. Reason for performing shutdown (required). String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig::new ( )

Constructor to initialize the Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig::set_delay ( )

Sets the given value for 'delay' property.

Parameters
delay- New value for the field. Delay interval in minutes (optional). if you do not specify delay, then the shutdown starts immediately.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig::set_reason ( )

Sets the given value for 'reason' property.

Parameters
reason- New value for the field. Reason for performing shutdown (required).
Code:
click to view

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