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

    Interface SecurityGroupServiceServer

    interface SecurityGroupServiceServer {
        create: handleUnaryCall<CreateSecurityGroupRequest, Operation>;
        delete: handleUnaryCall<DeleteSecurityGroupRequest, Operation>;
        get: handleUnaryCall<GetSecurityGroupRequest, SecurityGroup>;
        getByName: handleUnaryCall<GetSecurityGroupByNameRequest, SecurityGroup>;
        list: handleUnaryCall<
            ListSecurityGroupsRequest,
            ListSecurityGroupsResponse,
        >;
        listByNetwork: handleUnaryCall<
            ListSecurityGroupsByNetworkRequest,
            ListSecurityGroupsResponse,
        >;
        update: handleUnaryCall<UpdateSecurityGroupRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • SecurityGroupServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    create: handleUnaryCall<CreateSecurityGroupRequest, Operation>
    delete: handleUnaryCall<DeleteSecurityGroupRequest, Operation>
    get: handleUnaryCall<GetSecurityGroupRequest, SecurityGroup>
    getByName: handleUnaryCall<GetSecurityGroupByNameRequest, SecurityGroup>
    listByNetwork: handleUnaryCall<
        ListSecurityGroupsByNetworkRequest,
        ListSecurityGroupsResponse,
    >
    update: handleUnaryCall<UpdateSecurityGroupRequest, Operation>