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

    Interface AddressPoolDetailView

    interface AddressPoolDetailView {
        config: AddressPoolConfigView;
        external_v4: AddressSetView;
        external_v6: AddressSetView;
        internal_v4: AddressSetView;
        internal_v6: AddressSetView;
    }
    Index

    Properties

    external_v4: AddressSetView
    external_v6: AddressSetView
    internal_v4: AddressSetView
    internal_v6: AddressSetView