INPUT_OBJECT
UpdateMountConfigInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input UpdateMountConfigInput {
- # Supported in v5.2+
- # A Boolean that specifies whether to forcibly power down a virtual machine that
- # is already mounted with Storage vMotion. When this value is 'true', the virtual
- # machine is forcibly powered down. The default value for this Boolean is 'false'.
- Boolean :
- # True to power on, false to power off.
- Boolean! :
- }