|
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 | get_delay () |
| public method | set_reason () |
| public method | set_delay () |
| public method | new () |
| public method | get_reason () |
Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig class Structure that defines shutdown configuration.
| public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig::get_delay | ( | ) |
Gets the value of 'delay' property.
| 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:
| public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig::get_reason | ( | ) |
Gets the value of 'reason' property.
| reason | - The current value of the field. Reason for performing shutdown (required). String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig::set_delay | ( | ) |
Sets the given value for 'delay' property.
| delay | - New value for the field. Delay interval in minutes (optional). if you do not specify delay, then the shutdown starts immediately. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownConfig::set_reason | ( | ) |
Sets the given value for 'reason' property.
| reason | - New value for the field. Reason for performing shutdown (required). |
Code: