OBJECT

DuplicatedVm

Description

Duplicated vSphere virtual machine.

link GraphQL Schema definition

  • type DuplicatedVm {
  • # FID of the virtual machine.
  • fid: UUID!
  • # The Rubrik cluster for this virtual machine.
  • cluster: Cluster!
  • # The SLA Domain assignment type for this object.
  • slaAssignment: SlaAssignmentTypeEnum!
  • # The effective retention of the SLA Domain of the hierarchy object.
  • effectiveSlaDomain: SlaDomain!
  • # The snapshot distribution of the hierarchy object.
  • snapshotDistribution: SnapshotDistribution!
  • # The path node of the effective SLA Domain source.
  • effectiveSlaSourceObject: PathNode
  • # Specifies statistics, such as capacity, for the protected objects.
  • reportWorkload: Snappable
  • }

link Require by