ALTER OPENFLOW DEPLOYMENT¶
- See also:
CREATE OPENFLOW DEPLOYMENT, DROP OPENFLOW DEPLOYMENT, SHOW OPENFLOW DEPLOYMENTS, DESCRIBE OPENFLOW DEPLOYMENT
Modifies or changes the state of a gen 2 deployment.
Syntax¶
Parameters¶
nameSpecifies the identifier for the deployment to alter.
IF EXISTSAlters the deployment only if it exists. If the deployment does not exist, the statement does nothing and returns a success message.
SET ...Updates metadata properties. Requires
OWNERSHIP.UNSET ...Removes metadata properties. Requires
OWNERSHIP.RENAME TO new_nameRenames the deployment. Requires
OWNERSHIPandCREATE OPENFLOW DEPLOYMENT.UPGRADEUpgrades the deployment to the latest version. Requires
OPERATE.TERMINATEIrreversibly terminates the deployment. The deployment must be terminated before it can be dropped. Requires
OWNERSHIP.For BYOC deployments, first run
destroy.shon the data plane agent, wait forNOT_REPORTINGstatus, remove the CloudFormation stack, then runTERMINATE.