Network¶
Todo
Docstrings (module, models)
Models¶
- class indico.modules.networks.models.networks.IPNetwork(**kwargs)¶
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs
.Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.
- group_id¶
- network¶
- query: IndicoBaseQuery¶
- class indico.modules.networks.models.networks.IPNetworkGroup(**kwargs)¶
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs
.Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.
- attachment_access_override¶
Grants all IPs in the network group read access to all attachments
- contains_ip(ip)¶
- description¶
Whether the network group is hidden in ACL forms
- id¶
- property identifier¶
- property locator¶
- name¶
- networks¶
A descriptor that presents a read/write view of an object attribute.
- principal_order = 1¶
- principal_type = 5¶
- query: IndicoBaseQuery¶