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