SecurityGroupNetworkInterface Class
Network interface and all its associated security rules.
Constructor
SecurityGroupNetworkInterface(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
ID of the network interface. |
|
security_rule_associations
|
All security rules associated with the network interface. |
Attributes
id
ID of the network interface.
id: str | None
security_rule_associations
All security rules associated with the network interface.
security_rule_associations: _models.SecurityRuleAssociations | None