Links

NicProperties

Properties

Name
Type
Description
Notes
device_number
int
The Logical Unit Number (LUN) of the storage volume. Null if this NIC was created using Cloud API and no DCD changes were performed on the Datacenter.
[optional] [readonly]
dhcp
bool
Indicates if the NIC will reserve an IP using DHCP.
[optional] [default to True]
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]
ips
list[str]
Collection of IP addresses, assigned to the NIC. Explicitly assigned public IPs need to come from reserved IP blocks. Passing value null or empty array will assign an IP address automatically.
[optional]
lan
int
The LAN ID the NIC will be on. If the LAN ID does not exist, it will be implicitly created.
mac
str
The MAC address of the NIC.
[optional] [readonly]
name
str
The name of the resource.
[optional]
pci_slot
int
The PCI slot number for the NIC.
[optional] [readonly]