DirectorManifestOverride
                                                                    DirectorManifestOverride                                                            
                            
                            JSON Example
                                    {
    "section": "string",
    "data": {}
}
            
            
                                    string
                
                
            
        
        
                section            
                            Optional
            
            
        The section within the BOSH Director manifest to override.
                Possible values are :
                                    instance_groups, 
                                    networks, 
                            
        
    
            
            
                                    object
                
                
            
        
        
                data            
                            Optional
            
            
        The new configuration to apply on top of the OpsManager generated BOSH manifest.
The data payload will be deep-merged into the current BOSH director manifest.  For networks, the data structure does not match the array in the manifest. Instead, provide a hash where keys are the network names, and the value is the override to apply.
