|
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_action () |
| public method | set_shutdown_time () |
| public method | set_reason () |
| public method | new () |
| public method | get_reason () |
| public method | set_action () |
| public method | get_shutdown_time () |
Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownGetConfig class Structure that defines shutdown configuration returned by Shutdown.get operation
| public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownGetConfig::get_action | ( | ) |
Gets the value of 'action' property.
| action | - The current value of the field. Contains a string that describes the pending shutdown operation. The string values for pending operations can be 'poweroff', 'reboot' or '' String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownGetConfig::get_reason | ( | ) |
Gets the value of 'reason' property.
| reason | - The current value of the field. This will contain string explaining the reason behind the shutdown action String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownGetConfig::get_shutdown_time | ( | ) |
Gets the value of 'shutdown_time' property.
| shutdown_time | - The current value of the field. (UTC) time of shutdown represented in "YYYY-MM-DD HH:MM:SS" format. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownGetConfig::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownGetConfig structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownGetConfig::set_action | ( | ) |
Sets the given value for 'action' property.
| action | - New value for the field. Contains a string that describes the pending shutdown operation. The string values for pending operations can be 'poweroff', 'reboot' or '' |
Code:
| public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownGetConfig::set_reason | ( | ) |
Sets the given value for 'reason' property.
| reason | - New value for the field. This will contain string explaining the reason behind the shutdown action |
Code:
| public method Com::Vmware::Appliance::Techpreview::Shutdown::ShutdownGetConfig::set_shutdown_time | ( | ) |
Sets the given value for 'shutdown_time' property.
| shutdown_time | - New value for the field. (UTC) time of shutdown represented in "YYYY-MM-DD HH:MM:SS" format. |
Code: