Management of Open vSwitch database records.
New in version 3006.
salt.states.openvswitch_db.
managed
(name, table, data, record=None)¶Ensures that the specified columns of the named record have the specified values.
name -- string name of the record
table -- string name of the table to which the record belongs.
data -- dict dictionary containing a mapping from column names to the desired values. Columns that exist, but are not specified in this dictionary are not touched.
record -- string name of the record (optional). Replaces name if specified.
Generated on May 09, 2023 at 04:03:50 UTC.
You are viewing docs for the latest stable release, 3006.1. Switch to docs for the previous stable release, 3005.1, or to a recent doc build from the master branch.
© 2023 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy