CreateDHCPEntryRequest: {
    gatewayNetworkId: string;
    ipAddress: string;
    macAddress: string;
    zone?: Zone;
}

Type declaration

  • gatewayNetworkId: string

    GatewayNetwork on which to create a DHCP reservation.

  • ipAddress: string

    IP address to give to the device.

  • macAddress: string

    MAC address to give a static entry to.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.