vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
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.
|
content | xsd: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.
|
title | xsd:string |
The title of the confirmation dialog.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |