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

    Interface SecurityRuleStatus

    Represents the nebius.vpc.v1.SecurityRuleStatus protobuf message.

    interface SecurityRuleStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.SecurityRuleStatus";
        destination?: RuleMatchStatus;
        direction: RuleDirection;
        effectivePriority: number;
        source?: RuleMatchStatus;
        state: SecurityRuleStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.vpc.v1.SecurityRuleStatus protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.vpc.v1.SecurityRuleStatus protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.vpc.v1.SecurityRuleStatus"

    Contains the fully qualified protobuf type name.

    destination?: RuleMatchStatus

    Destination of the traffic that matched the rule.

    direction: RuleDirection

    Direction of traffic affected by the rule.

    effectivePriority: number

    Effective priority used for rule evaluation order, calculated by the system. This value is computed from the user-specified 'priority' (SecurityRuleSpec). Rules are evaluated in ascending order of effective_priority using a first-match algorithm.

    Source of the traffic that matched the rule.

    Contains the state protobuf field.