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

    Interface AddressPoolRecord

    interface AddressPoolRecord {
        description?: string;
        id: string;
        is_v6?: boolean;
        mode: InterfaceMode;
    }
    Index

    Properties

    description?: string
    id: string
    is_v6?: boolean