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