ApplianceInfoDrResponseEntity
                                ApplianceInfoDrResponseEntity                            
                            Detailed information about the appliance.
AllOf
                                        This class requires all of the following:
                                                                                            
                                            
                                        JSON Example
                                    {
    "hostname": "string",
    "product_build_number": "12345",
    "product_name": "vSphere Replication",
    "appliance_version": "9.0.0-10010",
    "appliance_build_number": "10010",
    "system_information": "string",
    "_meta": {
        "errors": [
            {
                "code": "string",
                "message": "string",
                "field": "string"
            }
        ]
    }
}