[{"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

NetworkContextProfile

Describes a networking context profile. Context profiles are groups of similar type of values where each value specifies some layer 7 App Id, or Domain Name.


AllOf


This class requires all of the following:

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"
			]
		}
	],
	"contextEntityId": "string",
	"description": "string",
	"id": "string",
	"name": "string",
	"networkProviderScope": "string",
	"orgRef": {
		"id": "string",
		"name": "string"
	},
	"scope": "SYSTEM"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    attributes:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    contextEntityId:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    description:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    id:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSortable
            - args:
                - arg: networkContextProfile
              constraint: Urn
    networkProviderScope:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    orgRef:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
[{"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
Availability
Added in 35.0
Property Of

InlineNetworkContextProfiles1
Parameter To

Create Network Context Profile
Update Network Context Profile
Returned By

Get Network Context Profile

Feedback

Was this page helpful?