Enum - 
						PlacementAffinityRuleRuleScope(vim.storageDrs.PlacementAffinityRule.RuleScope)
- Since 
- vSphere API 6.0
Enum Description
         Rule scope determines conditions when an affinity rule is
 satisfied. The following uses affinity rule as example.
 cluster: All Vms in the rule list are placed in a single cluster.
 host: All Vms in the rule list are placed in a single host.
 storagePod: All Vms in the rule list are placed in a single storagePod.
 datastore: All Vms in the rule list are placed in a single datastore.
      
Enum Constants
| Name | Description | 
| cluster | clusters are the scope 
 | 
| datastore | individual datastores are the scope 
 | 
| host | individual hosts are the scope 
 | 
| storagePod | datastore cluster is teh scope 
 | 
Show WSDL type definition