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

    Interface SecurityRule

    SecurityRules define rules for controlling network traffic within a network. These rules specify when traffic is ALLOWED or DENIED based on direction, protocol, match source, and ports.

    interface SecurityRule {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.SecurityRule";
        metadata?: ResourceMetadata;
        spec?: SecurityRuleSpec;
        status?: SecurityRuleStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      SecurityRules define rules for controlling network traffic within a network. These rules specify when traffic is ALLOWED or DENIED based on direction, protocol, match source, and ports.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • SecurityRules define rules for controlling network traffic within a network. These rules specify when traffic is ALLOWED or DENIED based on direction, protocol, match source, and ports.

            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.SecurityRule"

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

    metadata.parent_id represents the SecurityGroup.

    Specification of the security rule's configuration. Defines the parameters and constraints for rules that control network traffic.

    Current status of the security rule.