An object that represents the status of the mesh resource.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "VirtualGatewayStatus", "description": "An object that represents the status of the mesh resource.", "type": "object", "properties": { "status": {} }, "required": [ "status" ] }