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

Axes

Represents X and Y axes of a graph. For a multi-graph, the same axes are shared by all the graphs.


Properties

x_label Optional

Label for X axis of a graph


y_label Optional

Label for Y axis of a graph

JSON Example

{
	"x_label": {
		"condition": "string",
		"hover": false,
		"icons": [
			{
				"placement": "PRE",
				"tooltip": [
					{
						"condition": "string",
						"heading": false,
						"text": "string"
					}
				],
				"type": "ERROR"
			}
		],
		"navigation": "string",
		"text": "string"
	},
	"y_label": {
		"condition": "string",
		"hover": false,
		"icons": [
			{
				"placement": "PRE",
				"tooltip": [
					{
						"condition": "string",
						"heading": false,
						"text": "string"
					}
				],
				"type": "ERROR"
			}
		],
		"navigation": "string",
		"text": "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

InlineGraphConfiguration1

Feedback

Was this page helpful?