[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

InlineNetworkContextProfile1

Properties

attributes Optional

Array of network context profile attributes.


string
description Optional

Description for the network context profile.


string
id Optional

The unique id of this network context profile in URN format.


string
name Optional

Name for the network context profile.


scope Optional

The scope of a network context profile.

  • SYSTEM profiles are available to all tenants. They are default profiles from the backing networking provider.
  • PROVIDER profiles are available to all tenants. They are defined by the provider at a system level.
  • TENANT profiles are available only to the specific tenant organization. They are defined by the tenant or by a provider on behalf of a tenant.

Possible values are: SYSTEMPROVIDERTENANT

Added in 35.0

JSON Example

{
	"attributes": [
		{
			"subAttributes": [
				{
					"type": "TLS_CIPHER_SUITE",
					"values": [
						"SSL_V3 | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"
					]
				}
			],
			"type": "APP_ID",
			"values": [
				"ACTIVDIR | AMQP | *onenote.officeapps.live.com"
			]
		}
	],
	"description": "string",
	"id": "string",
	"name": "string",
	"scope": "SYSTEM"
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Used By

NetworkContextProfile

Feedback

Was this page helpful?