[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Datasource
An instance of a datasource configuration.
Properties
string
display_name
Required
Name of a datasource instance.
array of
UrlAlias
urls
Required
Array of urls relative to the datasource configuration. For example, api/v1/fabric/nodes is a relative url of nsx-manager instance.
JSON Example
{
"display_name": "string",
"urls": [
{
"url": "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
InlineWidgetConfiguration1