@nebius/js-sdk - v0.1.41
    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
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.SecurityRule"
    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.