appliance shutdown: shutdown config

shutdown_config structure Structure that defines shutdown configuration returned by the Shutdown.get operation. This structure was added in vSphere API 6.7

Representation:

{
    "action""string",
    "reason""string",
    "shutdown_time""2015-01-01T22:13:05.651Z"
}

Attributes:

Name Type Description
Required
action string The pending shutdown operation. The string values for pending operations can be 'poweroff', 'reboot' or ''. This attribute was added in vSphere API 6.7

reason string The reason behind the shutdown action. This attribute was added in vSphere API 6.7

Optional
shutdown_time date_time Shutdown time. This attribute was added in vSphere API 6.7

Optional. shutdownTime Optional value of pending shutdown time.