@nebius/js-sdk - v0.1.41
    Preparing search index...

    Interface RuleMatchStatus

    interface RuleMatchStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.RuleMatchStatus";
        cidrs: string[];
        ports: number[];
        securityGroupId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.RuleMatchStatus"
    cidrs: string[]

    List of CIDR blocks.

    ports: number[]

    List of ports.

    securityGroupId: string

    ID of the Security Group.