onvif
    Preparing search index...

    Interface IPv4NetworkInterfaceSetConfiguration

    interface IPv4NetworkInterfaceSetConfiguration {
        DHCP?: boolean;
        enabled?: boolean;
        manual?: PrefixedIPv4Address[];
    }
    Index
    DHCP?: boolean

    Indicates whether or not DHCP is used.

    enabled?: boolean

    Indicates whether or not IPv4 is enabled.

    List of manually added IPv4 addresses.