You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
responses::VirtualHostDefinitionSet is an equivalent of responses::ClusterDefinitionSet but adapted
for the specific of virtual host-specific definitions, namely the fact that they do not contain
virtual hosts, users, or permissions, and objects such as queues or bindings do not have the
virtual host field to make it possible to import them into a virtual host with any name
Client#export_vhost_definitions, Client#export_vhost_definitions_as_string and Client#export_vhost_definitions_as_data are new functions that export virtual host-specific
definitions (as opposed to cluster-wide ones)
Breaking Changes
responses::DefinitionSet was renamed to responses::ClusterDefinitionSet to
differentiate it from virtual host-specific definitions, which are from now on
represented by responses::VirtualHostDefinitionSet
Client#export_definitions was renamed to Client#export_cluster_wide_definitions
Client#export_definitions_as_string was renamed to Client#export_cluster_wide_definitions_as_string
Client#export_definitions_as_data was renamed to Client#export_cluster_wide_definitions_as_data