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

InlineContainerConfiguration1

Properties

array of Label
labels Optional

Labels for the container.


layout Optional

Layout of widgets can be either vertical or horizontal. If layout is not specified a default horizontal layout is applied.


string
navigation Optional

Hyperlink of the specified UI page that provides details.


integer as int32
span Optional

Represents the horizontal span of the container.


array of WidgetItem
widgets Optional

If not specified, creates an empty container.

JSON Example

{
	"labels": [
		{
			"condition": "string",
			"hover": false,
			"icons": [
				{
					"placement": "PRE",
					"tooltip": [
						{
							"condition": "string",
							"heading": false,
							"text": "string"
						}
					],
					"type": "ERROR"
				}
			],
			"navigation": "string",
			"text": "string"
		}
	],
	"layout": {
		"properties": {
			"num_columns": 0,
			"num_rows": 0
		},
		"type": "HORIZONTAL"
	},
	"navigation": "string",
	"span": 0,
	"widgets": [
		{
			"alignment": "LEFT",
			"label": {
				"condition": "string",
				"hover": false,
				"icons": [
					{
						"placement": "PRE",
						"tooltip": [
							{
								"condition": "string",
								"heading": false,
								"text": "string"
							}
						],
						"type": "ERROR"
					}
				],
				"navigation": "string",
				"text": "string"
			},
			"separator": false,
			"weight": 0,
			"widget_id": "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
Used By

ContainerConfiguration

Feedback

Was this page helpful?