DefinedInterface

DefinedInterface
DefinedInterface

Interface for a defined entity. The combination of nss+version+vendor should be unique.

JSON Example
{
    "name": "SDDC Interface",
    "id": "urn:vcloud:interface:vmware.sddc:1.0.0",
    "version": "1.0.0",
    "vendor": "vmware",
    "nss": "myCustomEntity",
    "readonly": false
}
string
name
Optional

name

string
id
Optional

id

string
version
Optional

The interface's version. The version should follow semantic versioning rules. Versions with pre-release extension are not allowed.

string
vendor
Optional

The vendor name.

string
nss
Optional

A unique namespace associated with the interface.

boolean
readonly
Optional

True if the entity type cannot be modified.