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

NetworkContextProfileAttribute

Describes an attribute of a networking context profile. An attribute is defined as a type and its associated values for some layer 7 App Id or Domain names.


Properties

string
type Required

This describes the type of attribute value.

  • APP_ID - Values represents layer 7 App Ids. For example: ACTIVDIR
  • DOMAIN_NAME - Values represents Domain names (FQDN). For example: *.live.com

Possible values are: APP_IDDOMAIN_NAME


array of string
values Required

Values for attribute.


subAttributes Optional

List of sub attributes for an attribute. These are specified with the attributes such as SSL or CIFS, which can have different cipher suites or TLS versions as values.

JSON Example

{
    "values": [
        "ACTIVDIR",
        "AMQP",
        "*onenote.officeapps.live.com"
    ]
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    subAttributes:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    type:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    values:
        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

InlineNetworkContextProfile1
NetworkContextProfileAttributes

Feedback

Was this page helpful?