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

    Interface RuleProtocolValueMembers

    Defines the static values of RuleProtocol.

    interface RuleProtocolValueMembers {
        ANY: EnumInstance<
            | "UNRECOGNIZED"
            | "PROTOCOL_UNSPECIFIED"
            | "TCP"
            | "UDP"
            | "ANY"
            | "ICMP",
        >;
        ICMP: EnumInstance<
            | "UNRECOGNIZED"
            | "PROTOCOL_UNSPECIFIED"
            | "TCP"
            | "UDP"
            | "ANY"
            | "ICMP",
        >;
        PROTOCOL_UNSPECIFIED: EnumInstance<
            | "UNRECOGNIZED"
            | "PROTOCOL_UNSPECIFIED"
            | "TCP"
            | "UDP"
            | "ANY"
            | "ICMP",
        >;
        TCP: EnumInstance<
            | "UNRECOGNIZED"
            | "PROTOCOL_UNSPECIFIED"
            | "TCP"
            | "UDP"
            | "ANY"
            | "ICMP",
        >;
        UDP: EnumInstance<
            | "UNRECOGNIZED"
            | "PROTOCOL_UNSPECIFIED"
            | "TCP"
            | "UDP"
            | "ANY"
            | "ICMP",
        >;
    }
    Index
    ANY: EnumInstance<
        "UNRECOGNIZED"
        | "PROTOCOL_UNSPECIFIED"
        | "TCP"
        | "UDP"
        | "ANY"
        | "ICMP",
    >

    Represents the ANY protobuf enum value.

    ICMP: EnumInstance<
        "UNRECOGNIZED"
        | "PROTOCOL_UNSPECIFIED"
        | "TCP"
        | "UDP"
        | "ANY"
        | "ICMP",
    >

    Represents the ICMP protobuf enum value.

    PROTOCOL_UNSPECIFIED: EnumInstance<
        "UNRECOGNIZED"
        | "PROTOCOL_UNSPECIFIED"
        | "TCP"
        | "UDP"
        | "ANY"
        | "ICMP",
    >

    Represents the PROTOCOL_UNSPECIFIED protobuf enum value.

    TCP: EnumInstance<
        "UNRECOGNIZED"
        | "PROTOCOL_UNSPECIFIED"
        | "TCP"
        | "UDP"
        | "ANY"
        | "ICMP",
    >

    Represents the TCP protobuf enum value.

    UDP: EnumInstance<
        "UNRECOGNIZED"
        | "PROTOCOL_UNSPECIFIED"
        | "TCP"
        | "UDP"
        | "ANY"
        | "ICMP",
    >

    Represents the UDP protobuf enum value.