VsanIOTripAnalyzerRecurrence
The spec for vSAN IO trip analyzer scheduler recurrence settings.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"name": "string",
"targets": [
{
"_typeName": "string",
"type": "string",
"entityId": "string",
"objUuids": [
"string"
]
}
],
"startTime": "string",
"endTime": "string",
"duration": 0,
"interval": 0,
"status": "string"
}
The unique name for this recurrence setting.
If not given, it will generate the name automatically.
The target entity list to run the IO trip analyzer diagnosis.
Currently it supports only one entity to be given.
The start time for the IO trip analyzer recurrence.
The end time for the IO trip analyzer recurrence.
If not set, the recurrence will not end.
The diagnostic duration for each IO trip analyzer occurence.
The unit is second.
The time interval between two IO trip analyzer tasks.
If the value is set to 0, it means it is one-time IO trip analyzer scheduling, no recurrence needed. Unit is second.
The recurrence status.
If the status is set as enabled, the scheduler with this recurrence setting is up and running. Diagnostic tasks will be triggered based on the setting. If the status is set as disabled, the scheduler with this recurrence setting is not runninig. No diagnostic task will be triggered.
See also VsanIOTripAnalyzerRecurrenceStatusEnum.