ArrayOfStorageDrsPodConfigSpec
ArrayOfStorageDrsPodConfigSpec
A boxed array of StorageDrsPodConfigSpec. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"enabled": false,
"ioLoadBalanceEnabled": false,
"defaultVmBehavior": "string",
"loadBalanceInterval": 0,
"defaultIntraVmAffinity": false,
"spaceLoadBalanceConfig": {
"_typeName": "string",
"spaceThresholdMode": "string",
"spaceUtilizationThreshold": 0,
"freeSpaceThresholdGB": 0,
"minSpaceUtilizationDifference": 0
},
"ioLoadBalanceConfig": {
"_typeName": "string",
"reservablePercentThreshold": 0,
"reservableIopsThreshold": 0,
"reservableThresholdMode": "string",
"ioLatencyThreshold": 0,
"ioLoadImbalanceThreshold": 0
},
"automationOverrides": {
"_typeName": "string",
"spaceLoadBalanceAutomationMode": "string",
"ioLoadBalanceAutomationMode": "string",
"ruleEnforcementAutomationMode": "string",
"policyEnforcementAutomationMode": "string",
"vmEvacuationAutomationMode": "string"
},
"rule": [
{
"_typeName": "string",
"operation": "string",
"removeKey": {
"_typeName": "string"
},
"info": {
"_typeName": "string",
"key": 0,
"status": "string",
"enabled": false,
"name": "string",
"mandatory": false,
"userCreated": false,
"inCompliance": false,
"ruleUuid": "string"
}
}
],
"option": [
{
"_typeName": "string",
"operation": "string",
"removeKey": {
"_typeName": "string"
},
"option": {
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
}
]
}
]
}