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

    Interface SecurityRuleServiceServer

    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
    Index

    Properties

    create: handleUnaryCall<CreateSecurityRuleRequest, Operation>
    delete: handleUnaryCall<DeleteSecurityRuleRequest, Operation>
    get: handleUnaryCall<GetSecurityRuleRequest, SecurityRule>
    getByName: handleUnaryCall<GetSecurityRuleByNameRequest, SecurityRule>
    update: handleUnaryCall<UpdateSecurityRuleRequest, Operation>