OBJECT
VmwareVmMountSummaryV1
Description
Supported in v5.0+
link GraphQL Schema definition
- type VmwareVmMountSummaryV1 {
- # Supported in v5.0+
- # An integer value that identifies how many disks are attached.
- Int :
- # Supported in v5.0+
- # This boolean value determines whether or not the mount is created as a datastore
- # only. When 'true,' the mount is created with datastore and not the associated
- # virtual machine. When 'false,' the mount is created with both the datastore and
- # the associated virtual machine.
- Boolean :
- # Supported in v5.0+
- # The name of the datastore that contains the mounted VMDK.
- String :
- # Supported in v5.0+
- # A boolean value that specifies whether the datastore is ready. When 'true,' the
- # datastore is ready. When 'false,' the datastore is not ready.
- Boolean :
- # Supported in v5.0+
- # A Boolean value that determines whether this job is an attaching disk mount job.
- # When 'true,' this is an attaching disk mount job. When 'false,' this is not an
- # attaching disk mount job.
- Boolean :
- # Supported in v5.0+
- String :
- # Required. Supported in v5.0+
- String! :
- # Required. Supported in v5.0+
- Boolean! :
- # Supported in v5.0+
- String :
- # Supported in v5.0+
- # Gives the timestamp at which the mount was created.
- DateTime :
- # Supported in v5.0+
- String :
- # Required. Supported in v5.0+
- DateTime :
- # Supported in v5.0+
- String :
- # Required. Supported in v5.0+
- String! :
- }