VsanHealthConfirmationDialog

VsanHealthConfirmationDialog
VsanHealthConfirmationDialog

The attributes of a confirmation dialog.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "title": "string",
    "subTitle": "string",
    "content": "string",
    "agreeLabel": "string",
    "closeLabel": "string",
    "isWarning": false
}
string
title
Required

The title of the confirmation dialog.

string
subTitle
Optional

The subtitle of the confirmation dialog.

If the field is not set, the name of cluster will be used as the subtitle.

string
content
Required

The content displayed on the confirmation dialog.

string
agreeLabel
Optional

The label of the OK button.

If the field is not set, "OK" will be used as the label.

string
closeLabel
Optional

The label of the close button.

If the field is not set, "Cancel" will be used as the label.

boolean
isWarning
Optional

The severity of the operation.

If it's True, the red confirmation button will be rendered in UI instead of a blue one.