VsanHclAttributes

VsanHclAttributes
VsanHclAttributes

Represents attributes of vSAN HCL data

JSON Example
{
    "remoteDataTimestamp": 0,
    "localDataTimestamp": 0,
    "lastError": "string",
    "isLocalDataMissing": false,
    "isNewDataAvailable": false,
    "isWarningThresholdExceeded": false,
    "isErrorThresholdExceeded": false,
    "localDataTime": "string"
}
integer As int64 As int64
remoteDataTimestamp
Required

Timestamp of vSAN HCL data (in seconds) from remote vSAN HCL service as determined by periodic polling

integer As int64 As int64
localDataTimestamp
Required

Timestamp of vSAN HCL data (in seconds) saved on SDDC Manager

string
lastError
Optional

Details of last error in case of failure in updating vSAN HCL data on SDDC Manager

boolean
isLocalDataMissing
Optional

True if vSAN HCL data is missing on SDDC Manager

boolean
isNewDataAvailable
Optional

True if timestamp of vSAN HCL data on SDDC Manager is older than timestamp fetched via periodic polling

boolean
isWarningThresholdExceeded
Optional

True if age of vSAN HCL data on SDDC Manager is older than threshold set for warning level

boolean
isErrorThresholdExceeded
Optional

True if age of vSAN HCL data on SDDC Manager is older than threshold set for error level

string
localDataTime
Optional

Last update time of vSAN HCL data in SDDC Manager