ReplicationServerInfoDrResponseEntity
                                ReplicationServerInfoDrResponseEntity                            
                            
                            Information about the vSphere Replication server.
AllOf
                                        This class requires all of the following:
                                                                                            
                                                                                            
                                            
                                        JSON Example
                                    {
    "id": "string",
    "replication_count": 0,
    "connected": false,
    "decommissioned": false,
    "internally_managed": false,
    "uuid": "string",
    "hostname": "string",
    "configuration_url": "string",
    "name": "string",
    "fault": "string",
    "host_based": false,
    "_meta": {
        "errors": [
            {
                "code": "string",
                "message": "string",
                "field": "string"
            }
        ]
    }
}