OBJECT
NutanixVmMountSummary
Description
Supported in v6.0+
link GraphQL Schema definition
- type NutanixVmMountSummary {
- # Required. Supported in v6.0+
- # ID of the Live Mount.
- String! :
- # Required. Supported in v6.0+
- # Specifies whether the Live Mount is ready.
- Boolean! :
- # Supported in v6.0+
- # ID of the request which initiated the Live Mount.
- String :
- # Supported in v6.0+
- # Timestamp at which the Live Mount was created.
- DateTime :
- # Supported in v6.0+
- # ID of the mounted virtual machine.
- String :
- # Supported in v6.0+
- # IP address of the mounted virtual machine.
- String :
- # Supported in v6.0+
- # Name of the mounted virtual machine.
- String :
- # Supported in v6.0+
- # The power status of the mounted virtual machine.
- String :
- # Required. Supported in v6.0+
- # Timestamp of the Nutanix virtual machine snapshot on which the Live Mount is
- # based.
- DateTime :
- # Supported in v6.0+
- # ID of the Nutanix storage container which contains the mounted virtual disks.
- String :
- # Required. Supported in v6.0+
- # ID of the Nutanix cluster to which the mounted virtual machine belongs.
- String! :
- # Supported in v6.0+
- # Name of the Nutanix cluster to which the mounted virtual machine belongs.
- String :
- # Supported in v6.0+
- # ID of the request to delete the Live Mount.
- String :
- # Required. Supported in v6.0+
- # ID of the source virtual machine of the Live Mount.
- String! :
- # Supported in v6.0+
- # Name of the source virtual machine of the Live Mount.
- String :
- # Supported in v7.0+
- # The status of the migration job for the mounted virtual machine. Valid values
- # are 'REQUESTED', 'RUNNING', 'SUCCEEDED', and 'FAILED'. An unspecified value
- # indicates that no migration job has been initiated for the mounted virtual
- # machine.
- String :
- NutanixVmMountStatus :
- }