[{"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
DefinedInterface
Interface for a defined entity. The combination of nss+version+vendor should be unique.
Properties
string
id
Optional
string
name
Optional
string
nss
Optional
A unique namespace associated with the interface.
boolean
readonly
Optional
True if the entity type cannot be modified.
string
vendor
Optional
The vendor name.
string
version
Optional
The interface’s version. The version should follow semantic versioning rules.
JSON Example
{
"id": "urn:vcloud:interface:vmware.sddc:1.0.0",
"name": "SDDC Interface",
"nss": "myCustomEntity",
"readonly": false,
"vendor": "vmware",
"version": "1.0.0"
}
[{"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
InlineDefinedInterfaces1
Parameter To
Create Interface
Update Interface
Returned By
Create Interface
Get Interface
Update Interface