vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - StorageDrsPodConfigInfo(vim.storageDrs.PodConfigInfo)
- Property of
- StorageDrsConfigInfo
- Extends
- DynamicData
- See also
- ClusterRuleInfo, OptionValue, StorageDrsAutomationConfig, StorageDrsIoLoadBalanceConfig, StorageDrsSpaceLoadBalanceConfig
- Since
- vSphere API Release 5.0
Data Object Description
The StorageDrsPodConfigInfo data object contains pod-wide configuration information for the storage DRS service.
Properties
Name | Type | Description |
---|---|---|
automationOverrides* | StorageDrsAutomationConfig |
Configuration settings for fine-grain automation overrides on
the cluster level setting.
Since vSphere API Release 6.0 |
defaultIntraVmAffinity* | xsd:boolean |
Specifies whether or not each virtual machine in this pod should have its virtual
disks on the same datastore by default. If set to true, virtual machines will have
all their virtual disks on the same datastore. If set to false, the virtual disks
of a virtual machine may or may not be placed on the same datastore.
If not set, the default value is true.
You can override the default behavior for a virtual machine
by using the StorageDrsVmConfigInfo object.
|
defaultVmBehavior | xsd:string |
Specifies the pod-wide default storage DRS behavior for virtual machines.
For currently supported storage DRS behavior, see Behavior.
You can override the default behavior for a virtual machine
by using the StorageDrsVmConfigInfo object.
|
enabled | xsd:boolean |
Flag indicating whether or not storage DRS is enabled.
|
ioLoadBalanceConfig* | StorageDrsIoLoadBalanceConfig |
Deprecated.
As of vSphere8.0 U3, and there is no replacement for it.
The configuration settings for load balancing I/O workload.
This takes effect only if ioLoadBalanceEnabled is true .
|
ioLoadBalanceEnabled | xsd:boolean |
Deprecated.
As of vSphere8.0 U3, and there is no replacement for it.
Flag indicating whether or not storage DRS takes into account storage I/O
workload when making load balancing and initial placement recommendations.
|
loadBalanceInterval* | xsd:int |
Specify the interval that storage DRS runs to load balance among datastores
within a storage pod.
Unit: minute.
The valid values are from 60 (1 hour) to 43200 (30 days).
If not specified, the default value is 480 (8 hours).
|
option* | OptionValue[] |
Advanced settings.
|
rule* | ClusterRuleInfo[] |
Pod-wide rules.
|
spaceLoadBalanceConfig* | StorageDrsSpaceLoadBalanceConfig |
The configuration settings for load balancing storage space.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |