ALTER OPENFLOW DATA PLANE¶
Modifies an Openflow data plane integration.
Syntax¶
ALTER OPENFLOW DATA PLANE INTEGRATION <uuid>
SET EVENT_TABLE = '<database>.<schema>.<tablename>';
Parameters¶
name
Specifies the identifier (name) for the Openflow data plane integration being altered.
SET ...
Specifies the properties to set for the DATA PLANE INTEGRATION.
EVENT TABLE = 'event table name'
Fully qualified name of the event table to associate with the Openflow data plane integration.
Usage notes¶
Openflow data plane integrations cannot be created directly, but rather are created when a deployment is created.
Access control requirements¶
A role used to execute this operation must have the following privileges at a minimum:
Privilege |
Object |
Notes |
---|---|---|
OWNERSHIP or MODIFY |
On the OPENFLOW DATA PLANE INTEGRATION being modified. |
Examples¶
Alter an OPENFLOW DATA PLANE INTEGRATION to specify a specific event table.
SHOW OPENFLOW DATA PLANE INTEGRATIONS; ALTER openflow data plane integration <OPENFLOW_DATA_PLANE_INTEGRATION_UUID>