ListDHCPsRequest: {
    address?: string;
    hasAddress?: string;
    orderBy?: ListDHCPsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    zone?: Zone;
}

Type declaration

  • Optionaladdress?: string

    Filter for DHCP configuration objects with this DHCP server IP address (the gateway's address in the Private Network).

  • OptionalhasAddress?: string

    Filter for DHCP configuration objects with subnets containing this IP address.

  • OptionalorderBy?: ListDHCPsRequestOrderBy

    Order in which to return results.

  • OptionalorganizationId?: string

    Include only DHCP configuration objects in this Organization.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    DHCP configurations per page.

  • OptionalprojectId?: string

    Include only DHCP configuration objects in this Project.

  • Optionalzone?: Zone

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