OBJECT

DuplicatedVapp

Description

Duplicated vSphere vApp.

link GraphQL Schema definition

  • type DuplicatedVapp {
  • # FID of the vApp.
  • fid: UUID!
  • # The Rubrik cluster for this object.
  • cluster: Cluster!
  • # The SLA Domain assignment type for this object.
  • slaAssignment: SlaAssignmentTypeEnum!
  • # The effective SLA Domain of the hierarchy object.
  • effectiveSlaDomain: SlaDomain!
  • }

link Require by