ListDHCPEntriesRequest: {
    gatewayNetworkId?: string;
    hostname?: string;
    ipAddress?: string;
    macAddress?: string;
    orderBy?: ListDHCPEntriesRequestOrderBy;
    page?: number;
    pageSize?: number;
    type?: DHCPEntryType;
    zone?: Zone;
}

Type declaration

  • OptionalgatewayNetworkId?: string

    Filter for entries on this GatewayNetwork.

  • Optionalhostname?: string

    Filter for entries with this hostname substring.

  • OptionalipAddress?: string

    Filter for entries with this IP address.

  • OptionalmacAddress?: string

    Filter for entries with this MAC address.

  • OptionalorderBy?: ListDHCPEntriesRequestOrderBy

    Order in which to return results.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    DHCP entries per page.

  • Optionaltype?: DHCPEntryType

    Filter for entries of this type.

  • Optionalzone?: Zone

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