CustomProperty

Developed in the context of the Uplink Connection on the NSG, this API could be used for other types of objects. It is used as a collection of name-value (or key-value) pairs for custom attributes that could be used to enrich existing class instances.

Overview

attributeName string filterable   orderable  
attributeValue string filterable   orderable  

API Resource

/customproperties/id
delete get put

Parents

/uplinkconnections/id/customproperties
get post

Children

This object has no children.

Members

This object has no members.

Attributes documentation

attributeName string filterable   orderable  
Discussion

The name of the custom attribute (key) used to enrich the object the customProperty instance is attached to.


Charateristics

Format: free
Min length: 1
Max length: 255
SDK attribute: attributeName

attributeValue string filterable   orderable  
Discussion

The value assigned to the custom attribute (key) of that customProperty instance.


Charateristics

Format: free
Max length: 4096
SDK attribute: attributeValue