[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

DonutPart

Represents an entity or portion to be plotted on a donut or stats chart.


Properties

string
field Required

A numerical value that represents the portion or entity of the donut or stats chart.


string
drilldown_id Optional

Id of drilldown widget, if any. Id should be a valid id of an existing widget. A widget is considered as drilldown widget when it is associated with any other widget and provides more detailed information about any data item from the parent widget.


label Optional

If a section ’template’ holds this donut or stats part, then the label is auto-generated from the fetched field values after applying the template.


string
navigation Optional

Hyperlink of the specified UI page that provides details. If drilldown_id is provided, then navigation cannot be used.


render_configuration Optional

Additional rendering or conditional evaluation of the field values to be performed, if any.


array of Tooltip
tooltip Optional

Multi-line text to be shown on tooltip while hovering over the portion.

JSON Example

{
	"field": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: NsxDashboard
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of

DonutSection

Feedback

Was this page helpful?