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

    Interface AllocatedAddress

    interface AllocatedAddress {
        interfaces?: NetworkInterface[];
        owner: string;
        used: boolean;
    }
    Index

    Properties

    interfaces?: NetworkInterface[]
    owner: string
    used: boolean