Update Interface
Updates the interface with the unique identifier (URN) The version must follow semantic versioning rules.
id
id
{
"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.
OK
{
"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.