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.
  • attachingDiskCount: 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.
  • createDatastoreOnlyMount: Boolean
  • # Supported in v5.0+
  • # The name of the datastore that contains the mounted VMDK.
  • datastoreName: 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.
  • datastoreReady: 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.
  • hasAttachingDisk: Boolean
  • # Supported in v5.0+
  • hostId: String
  • # Required. Supported in v5.0+
  • id: String!
  • # Required. Supported in v5.0+
  • isReady: Boolean!
  • # Supported in v5.0+
  • mountRequestId: String
  • # Supported in v5.0+
  • # Gives the timestamp at which the mount was created.
  • mountTimestamp: DateTime
  • # Supported in v5.0+
  • mountedVmId: String
  • # Required. Supported in v5.0+
  • snapshotDate: DateTime
  • # Supported in v5.0+
  • unmountRequestId: String
  • # Required. Supported in v5.0+
  • vmId: String!
  • }