The vmware_nsx.shell.admin.plugins.nsxv.resources.edges Module

vmware_nsx.shell.admin.plugins.nsxv.resources.edges.change_edge_appliance(edge_id)

Update the appliances data of an edge

Update the edge appliances data according to its current availability zone and the nsx.ini config, including the resource pool, edge_ha, datastore & ha_datastore. The availability zone of the edge will not be changed. This can be useful when the global resource pool/datastore/edge ha configuration is updated, or when the configuration of a specific availability zone was updated.

vmware_nsx.shell.admin.plugins.nsxv.resources.edges.change_edge_appliance_reservations(properties)
vmware_nsx.shell.admin.plugins.nsxv.resources.edges.change_edge_appliance_size(properties)
vmware_nsx.shell.admin.plugins.nsxv.resources.edges.change_edge_ha(ha, edge_id)
vmware_nsx.shell.admin.plugins.nsxv.resources.edges.change_edge_hostgroup(properties)
vmware_nsx.shell.admin.plugins.nsxv.resources.edges.change_edge_loglevel(properties)

Update log level on edge

Update log level either for specific module or for all modules. ‘none’ disables logging, any other level enables logging Returns True if found any log level properties (regardless if action succeeded)

vmware_nsx.shell.admin.plugins.nsxv.resources.edges.change_edge_syslog(properties)
vmware_nsx.shell.admin.plugins.nsxv.resources.edges.delete_edge_syslog(edge_id)
vmware_nsx.shell.admin.plugins.nsxv.resources.edges.extend_edge_info(edges)

Add syslog info to each edge in list

vmware_nsx.shell.admin.plugins.nsxv.resources.edges.get_missing_edges()
vmware_nsx.shell.admin.plugins.nsxv.resources.edges.get_orphaned_edges()
vmware_nsx.shell.admin.plugins.nsxv.resources.edges.get_orphaned_router_bindings()
vmware_nsx.shell.admin.plugins.nsxv.resources.edges.get_router_edge_bindings()
vmware_nsx.shell.admin.plugins.nsxv.resources.edges.get_router_edge_vnic_bindings(edge_id)
vmware_nsx.shell.admin.plugins.nsxv.resources.edges.router_binding_obj_exist(context, binding, net_ids, rtr_ids)

Check if the object responsible for the router binding entry exists

Check if the relevant router/network/loadbalancer exists in the neutron DB

This Page