Create Interface
Creates a defined interface. The version must follow semantic versioning rules.
{
"name": "SDDC Interface",
"id": "urn:vcloud:interface:vmware.sddc:1.0.0",
"version": "1.0.0",
"vendor": "vmware",
"nss": "myCustomEntity",
"readonly": false
}
name
id
The interface's version. The version should follow semantic versioning rules. Versions with pre-release extension are not allowed.
The vendor name.
A unique namespace associated with the interface.
True if the entity type cannot be modified.
Created
{
"name": "SDDC Interface",
"id": "urn:vcloud:interface:vmware.sddc:1.0.0",
"version": "1.0.0",
"vendor": "vmware",
"nss": "myCustomEntity",
"readonly": false
}
name
id
The interface's version. The version should follow semantic versioning rules. Versions with pre-release extension are not allowed.
The vendor name.
A unique namespace associated with the interface.
True if the entity type cannot be modified.