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

Layout

Represents layout of a container or widget


Properties

properties Optional

Properties of the layout of a container or widget


string
type Optional

Describes layout of a container or widget. Layout describes how individual widgets are placed inside the container. For example, if HORIZONTAL is chosen widgets are placed side by side inside the container. If VERTICAL is chosen then widgets are placed one below the other. If GRID is chosen then the container or widget display area is divided into a grid of m rows and n columns, as specified in the properties, and the widgets are placed inside the grid.

Possible values are: HORIZONTALVERTICALGRID

JSON Example

{
	"properties": {
		"num_columns": 0,
		"num_rows": 0
	},
	"type": "HORIZONTAL"
}

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

InlineContainerConfiguration1
InlineLabelValueConfiguration1

Feedback

Was this page helpful?