VropsNode
                                VropsNode                            
                            Spec contains information for a vRealize product node
JSON Example
                                    {
    "fqdn": "vrealize.node.vrack.vsphere.local",
    "id": "string",
    "ipAddress": "10.0.0.17",
    "password": "string",
    "status": "ACTIVE",
    "type": "MASTER, REPLICA, DATA, REMOTE_COLLECTOR, WORKER",
    "username": "user"
}
            
            
                                    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
                
                
            
        
        
                password            
                            Optional
            
            
        The password for a root user of vRealize appliance
            
            
                                    string
                
                
            
        
        
                status            
                            Required
            
            
        The status of the vRealize product node
            
            
                                    string
                
                
            
        
        
                type            
                            Required
            
            
        The type of the vRealize product node
                Possible values are :
                                    MASTER, 
                                    REPLICA, 
                                    DATA, 
                                    REMOTE_COLLECTOR, 
                                    WORKER, 
                            
        
    
            
            
                                    string
                
                
            
        
        
                username            
                            Optional
            
            
        The username for a root user of vRealize appliance
