Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NicIPv4

Package version

interface

An interface representing NicIPv4. Details related to the IPv4 address configuration.

Hierarchy

  • NicIPv4

Index

Properties

Optional controller0Ipv4Address

controller0Ipv4Address: undefined | string
member

{string} [controller0Ipv4Address] The IPv4 address of Controller0.

Optional controller1Ipv4Address

controller1Ipv4Address: undefined | string
member

{string} [controller1Ipv4Address] The IPv4 address of Controller1.

Optional ipv4Address

ipv4Address: undefined | string
member

{string} [ipv4Address] The IPv4 address of the network adapter.

Optional ipv4Gateway

ipv4Gateway: undefined | string
member

{string} [ipv4Gateway] The IPv4 gateway of the network adapter.

Optional ipv4Netmask

ipv4Netmask: undefined | string
member

{string} [ipv4Netmask] The IPv4 netmask of the network adapter.

Generated using TypeDoc