OBJECT
DuplicatedVapp
Description
Duplicated vSphere vApp.
link GraphQL Schema definition
- type DuplicatedVapp {
- # The Rubrik cluster for this object.
- : Cluster!
- # The effective SLA Domain of the hierarchy object.
- : SlaDomain!
- # FID of the vApp.
- : UUID!
- # The SLA Domain assignment type for this object.
- : SlaAssignmentTypeEnum!
- }