VsanHealthConfirmationDialog
The attributes of a confirmation dialog.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"title": "string",
"subTitle": "string",
"content": "string",
"agreeLabel": "string",
"closeLabel": "string",
"isWarning": false
}
The title of the confirmation dialog.
The subtitle of the confirmation dialog.
If the field is not set, the name of cluster will be used as the subtitle.
The content displayed on the confirmation dialog.
The label of the OK button.
If the field is not set, "OK" will be used as the label.
The label of the close button.
If the field is not set, "Cancel" will be used as the label.
The severity of the operation.
If it's True, the red confirmation button will be rendered in UI instead of a blue one.