@taiyi-io/api-connector-ts
    Preparing search index...

    Interface AddressPool

    interface AddressPool {
        description?: string;
        external?: AddressRanges;
        id: string;
        internal?: AddressRanges;
        is_v6?: boolean;
        mode: InterfaceMode;
    }
    Index

    Properties

    description?: string
    external?: AddressRanges
    id: string
    internal?: AddressRanges
    is_v6?: boolean