VrealizeProductNode
                                VrealizeProductNode                            
                            Spec contains information for a vRealize product node
JSON Example
                                    {
    "fqdn": "vrealize.node.vrack.vsphere.local",
    "id": "string",
    "ipAddress": "10.0.0.17",
    "type": "MASTER, REPLICA, DATA, REMOTE_COLLECTOR, WORKER"
}
            
            
                                    string
                
                
            
        
        
                fqdn            
                            Required
            
            
        The Fully Qualified Domain Name for the vRealize node (virtual appliance)
            
            
                                    string
                
                
            
        
        
                id            
                            Optional
            
            
        The ID of the node
            
            
                                    string
                
                
            
        
        
                ipAddress            
                            Required
            
            
        IP Address of vRealize product appliance
            
            
                                    string
                
                
            
        
        
                type            
                            Required
            
            
        The type of the vRealize product node
                Possible values are :
                                    MASTER, 
                                    REPLICA, 
                                    DATA, 
                                    REMOTE_COLLECTOR, 
                                    WORKER, 
                            
        
    