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

    Interface SubnetServiceServer

    Handles server calls for the nebius.vpc.v1alpha1.SubnetService service.

    interface SubnetServiceServer {
        get: handleUnaryCall<GetSubnetRequest, Subnet>;
        getByName: handleUnaryCall<GetSubnetByNameRequest, Subnet>;
        list: handleUnaryCall<ListSubnetsRequest, ListSubnetsResponse>;
        listByNetwork: handleUnaryCall<
            ListSubnetsByNetworkRequest,
            ListSubnetsResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • SubnetServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.vpc.v1alpha1.SubnetService service.

    Index
    get: handleUnaryCall<GetSubnetRequest, Subnet>

    Handles the Get RPC.

    getByName: handleUnaryCall<GetSubnetByNameRequest, Subnet>

    Handles the GetByName RPC.

    list: handleUnaryCall<ListSubnetsRequest, ListSubnetsResponse>

    Handles the List RPC.

    listByNetwork: handleUnaryCall<ListSubnetsByNetworkRequest, ListSubnetsResponse>

    Handles the ListByNetwork RPC.