# ReplicaNic

## Properties

| Name                 | Type                                                                                                                            | Description                                                                                                                                                                                                                           | Notes       |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **lan**              | **int**                                                                                                                         | The LAN ID of this replica NIC.                                                                                                                                                                                                       |             |
| **name**             | **str**                                                                                                                         | The replica NIC name.                                                                                                                                                                                                                 |             |
| **dhcp**             | **bool**                                                                                                                        | DHCP for this replica NIC. This is an optional attribute with the default value 'TRUE' if not specified in the request payload or as null.                                                                                            | \[optional] |
| **firewall\_active** | **bool**                                                                                                                        | Activate or deactivate the firewall. By default, an active firewall without any defined rules will block all incoming network traffic except for the firewall rules that explicitly allows certain protocols, IP addresses and ports. | \[optional] |
| **firewall\_type**   | **str**                                                                                                                         | The type of firewall rules that will be allowed on the NIC. If not specified, the default INGRESS value is used.                                                                                                                      | \[optional] |
| **flow\_logs**       | [**list\[NicFlowLog\]**](https://docs.ionos.com/sections-test/python-sdk/vm-autoscaling-python-sdk/models/nicflowlog)           | List of all flow logs for the specified NIC.                                                                                                                                                                                          | \[optional] |
| **firewall\_rules**  | [**list\[NicFirewallRule\]**](https://docs.ionos.com/sections-test/python-sdk/vm-autoscaling-python-sdk/models/nicfirewallrule) | List of all firewall rules for the specified NIC.                                                                                                                                                                                     | \[optional] |
| **target\_group**    | [**TargetGroup**](https://docs.ionos.com/sections-test/python-sdk/vm-autoscaling-python-sdk/models/targetgroup)                 |                                                                                                                                                                                                                                       | \[optional] |
