VsanRemoteClusterQuerySpec
VsanRemoteClusterQuerySpec
Describe specifications for remote cluster query operation.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"startTime": "string",
"endTime": "string"
}
string As date-time
As date-time
startTime
Optional
Start of a time range for remote cluster query operation.
If this attribute is not provided, the query time range doesn't have start limit.
string As date-time
As date-time
endTime
Optional
End of a time range for remote cluster query operation.
If this attribute is not provided, the query time range doesn't have end limit.