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

    Interface AddressAllocation

    已分配地址

    interface AddressAllocation {
        address: string;
        allocate_time: string;
        guest_id: string;
        interface_type: string;
    }
    Index

    Properties

    address: string
    allocate_time: string
    guest_id: string
    interface_type: string