SoleTenancyPreferences constructor
      
      SoleTenancyPreferences({ 
    
    
- String? commitmentPlan,
 - double? cpuOvercommitRatio,
 - String? hostMaintenancePolicy,
 - List<
SoleTenantNodeType> ? nodeTypes, 
Implementation
SoleTenancyPreferences({
  this.commitmentPlan,
  this.cpuOvercommitRatio,
  this.hostMaintenancePolicy,
  this.nodeTypes,
});