OBJECT
CdpVmInfo
Description
The details about a CDP virtual machine.
link GraphQL Schema definition
- type CdpVmInfo {
- # Local status.
- : CdpLocalStatus
- # Replication status.
- : CdpReplicationStatus
- # IO Filter installation status.
- : IoFilterStatus
- # Latest snapshot time.
- : DateTime
- # Replication cluster name.
- : String!
- # SLA Domain ID.
- : String!
- # Source cluster name.
- : String!
- # ID.
- : String!
- # VCenter address.
- : String!
- # Name.
- : String!
- }