kaios-types
    Preparing search index...

    Interface IPConfiguration

    Configuration for a static IP address.

    interface IPConfiguration {
        dns1: string;
        dns2: string;
        enabled: boolean;
        gateway: string;
        ipaddr: string;
        maskLength: number;
        proxy: string;
    }
    Index

    Properties

    dns1: string
    dns2: string
    enabled: boolean
    gateway: string
    ipaddr: string
    maskLength: number
    proxy: string