NsxResource
                                                                    Base class for resources                                                            
                            
                            Base class for resources
JSON Example
                                    {
    "_self": {},
    "_links": [
        {
            "href": "string",
            "action": "string",
            "rel": "string"
        }
    ],
    "_schema": "string"
}
                            
                                    array of 
                
            
            
                                    
                        NsxResourceLink                     
                
                
            
        
        
                _links            
                            Optional
            
            
        The server will populate this field when returing the resource. Ignored on PUT and POST.
            
            
                                    string
                
                
            
        
        
                _schema            
                            Optional
            
            
        Schema for this resource
