OBJECT

VsphereVmPowerOnOffLiveMountReply

Description

Supported in v5.0+

link GraphQL Schema definition

  • type VsphereVmPowerOnOffLiveMountReply {
  • # Supported in v5.0+
  • # The power status of the mounted VM(ON,OFF,SLEEP etc.).
  • powerStatus: String
  • # Supported in v7.0+
  • # The IP address of the NFS share.
  • nasIp: String
  • # Summary information about vSphere mount.
  • vmwareVmMountSummaryV1: VmwareVmMountSummaryV1
  • }

link Require by