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

    Interface SecurityRuleServiceServer

    Handles server calls for the nebius.vpc.v1.SecurityRuleService service.

    interface SecurityRuleServiceServer {
        create: handleUnaryCall<CreateSecurityRuleRequest, Operation>;
        delete: handleUnaryCall<DeleteSecurityRuleRequest, Operation>;
        get: handleUnaryCall<GetSecurityRuleRequest, SecurityRule>;
        getByName: handleUnaryCall<GetSecurityRuleByNameRequest, SecurityRule>;
        list: handleUnaryCall<ListSecurityRulesRequest, ListSecurityRulesResponse>;
        update: handleUnaryCall<UpdateSecurityRuleRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • SecurityRuleServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.vpc.v1.SecurityRuleService service.

    Index
    create: handleUnaryCall<CreateSecurityRuleRequest, Operation>

    Handles the Create RPC.

    delete: handleUnaryCall<DeleteSecurityRuleRequest, Operation>

    Handles the Delete RPC.

    get: handleUnaryCall<GetSecurityRuleRequest, SecurityRule>

    Handles the Get RPC.

    getByName: handleUnaryCall<GetSecurityRuleByNameRequest, SecurityRule>

    Handles the GetByName RPC.

    Handles the List RPC.

    update: handleUnaryCall<UpdateSecurityRuleRequest, Operation>

    Handles the Update RPC.