vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface IPAddressRangeMetadata

    interface IPAddressRangeMetadata {
        description?: string;
        endIpAddress: string;
        fullName?: string;
        ipAddressFeature: "EmailIpFiltering";
        ipAddressUsageScope: IPAddressUsageScope;
        isProtected?: boolean;
        masterLabel: string;
        startIpAddress: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    endIpAddress: string
    fullName?: string
    ipAddressFeature: "EmailIpFiltering"
    ipAddressUsageScope: IPAddressUsageScope
    isProtected?: boolean
    masterLabel: string
    startIpAddress: string