VsanVumSystemConfig

VsanVumSystemConfig
VsanVumSystemConfig

Describes currently configurable settings of vSAN VUM integration This data type could be used to get and set VUM integration settings.

See GetVsanVumConfig for get settings operation.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enabled": false,
    "autoCheckInterval": 0,
    "metadataUpdateInterval": 0,
    "releaseDbLastUpdate": "string"
}
boolean
enabled
Optional

Indicate whether vSAN VUM integration is enabled.

integer As int32 As int32
autoCheckInterval
Optional

Indicate how often would vSAN VUM integration trigger upgrade check automatically.

Unit of this value is minute.

integer As int32 As int32
metadataUpdateInterval
Optional

Indicate how often would vSAN VUM integration update vSAN release metadata information from Internet.

Unit of this value is minute.

string As date-time As date-time
releaseDbLastUpdate
Optional

The time (UTC time) from when the currently used release DB was known to be the latest up-to-date version.