OBJECT
DuplicatedVm
Description
Duplicated vSphere virtual machine.
link GraphQL Schema definition
- type DuplicatedVm {
- # FID of the virtual machine.
- UUID! :
- # The Rubrik cluster for this virtual machine.
- Cluster! :
- # The SLA Domain assignment type for this object.
- SlaAssignmentTypeEnum! :
- # The effective retention of the SLA Domain of the hierarchy object.
- SlaDomain! :
- # The snapshot distribution of the hierarchy object.
- SnapshotDistribution! :
- # The path node of the effective SLA Domain source.
- PathNode :
- # Specifies statistics, such as capacity, for the protected objects.
- Snappable :
- }