EventDescription
EventDescription
This data object provides static, locale-specific strings for event objects.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"category": [
{
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
],
"eventInfo": [
{
"_typeName": "string",
"key": "string",
"description": "string",
"category": "string",
"formatOnDatacenter": "string",
"formatOnComputeResource": "string",
"formatOnHost": "string",
"formatOnVm": "string",
"fullFormat": "string",
"longDescription": "string"
}
],
"enumeratedTypes": [
{
"_typeName": "string",
"key": "string",
"tags": [
{
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
]
}
]
}
array of EnumDescription
enumeratedTypes
Optional
Localized descriptions of all enumerated types that are used for member declarations in event classes.