RepairTimerInfo

RepairTimerInfo
RepairTimerInfo

The repair timer information of the host.

Including the longest time and shortest time remaining for triggering repair work for objects with absent components on the host, the number of the objects with absent components.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "maxTimeToRepair": 0,
    "minTimeToRepair": 0,
    "objectCount": 0,
    "objectCountWithRepairTimer": 0
}
integer As int32 As int32
maxTimeToRepair
Required

The longest time remaining for triggering repair work for objects with absent components in seconds.

integer As int32 As int32
minTimeToRepair
Required

The shortest time remaining for triggering repair work for objects with absent components in seconds.

integer As int32 As int32
objectCount
Required

The number of the objects with absent component that need repair.

integer As int32 As int32
objectCountWithRepairTimer
Optional

The number of the objects which need repair and it's time since incompliance is still less than objectRepairTimer.