The vmware_nsx.shell.admin.plugins.nsxv3.resources.securitygroups Module

class vmware_nsx.shell.admin.plugins.nsxv3.resources.securitygroups.NeutronSecurityGroupApi

Bases: neutron.db.securitygroups_db.SecurityGroupDbMixin, neutron.db.common_db_mixin.CommonDbMixin

delete_security_group(sg_id)
delete_security_group_backend_mapping(sg_id)
delete_security_group_section_mapping(sg_id)
get_logical_port_id(port_id)
get_nsgroup_id(sg_id)
get_port_security_groups(port_id)
get_ports_in_security_group(security_group_id)
get_security_groups()
vmware_nsx.shell.admin.plugins.nsxv3.resources.securitygroups.clean_orphaned_sections(resource, event, trigger, **kwargs)

Delete orphaned firewall sections from the NSX backend

vmware_nsx.shell.admin.plugins.nsxv3.resources.securitygroups.list_orphaned_sections(resource, event, trigger, **kwargs)

List orphaned firewall sections

vmware_nsx.shell.admin.plugins.nsxv3.resources.securitygroups.update_security_groups_logging(resource, event, trigger, **kwargs)

Update allowed traffic logging for all neutron security group rules

This Page