vSAN Management API


Data Object - VsanHealthConfirmationDialog(vim.cluster.VsanHealthConfirmationDialog)

Property of
VsanHealthDataDrivenAction
Extends
DynamicData
Since
8.0.0.3

Data Object Description

The attributes of a confirmation dialog.

Properties

Name Type Description
agreeLabel*xsd:string

The label of the OK button. If the field is not set, "OK" will be used as the label.
closeLabel*xsd:string

The label of the close button. If the field is not set, "Cancel" will be used as the label.
contentxsd:string

The content displayed on the confirmation dialog.
isWarning*xsd:boolean

The severity of the operation. If it's True, the red confirmation button will be rendered in UI instead of a blue one.
subTitle*xsd:string

The subtitle of the confirmation dialog. If the field is not set, the name of cluster will be used as the subtitle.
titlexsd:string

The title of the confirmation dialog.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition