aws-instance-info - v0.2.1
    Preparing search index...

    Interface EC2NetworkSpec

    interface EC2NetworkSpec {
        bandwidthGbps: string | BandwidthSpec;
        efa: boolean;
        ena: string | boolean;
        enaExpress: boolean;
        networkCards: number;
        maxInterfaces: number;
        ipv4PerInterface: number;
        ipv6: boolean;
    }
    Index

    Properties

    bandwidthGbps: string | BandwidthSpec
    efa: boolean
    ena: string | boolean
    enaExpress: boolean
    networkCards: number
    maxInterfaces: number
    ipv4PerInterface: number
    ipv6: boolean