1. Packages
  2. Gcore Provider
  3. API Docs
  4. getFastedgeBinary
Viewing docs for gcore 2.0.0-alpha.3
published on Monday, Mar 30, 2026 by g-core
Viewing docs for gcore 2.0.0-alpha.3
published on Monday, Mar 30, 2026 by g-core

    FastEdge binaries are immutable WebAssembly modules that implement edge application logic.

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    variables:
      example:
        fn::invoke:
          function: gcore:getFastedgeBinary
          arguments:
            id: 12345
    

    Using getFastedgeBinary

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getFastedgeBinary(args: GetFastedgeBinaryArgs, opts?: InvokeOptions): Promise<GetFastedgeBinaryResult>
    function getFastedgeBinaryOutput(args: GetFastedgeBinaryOutputArgs, opts?: InvokeOptions): Output<GetFastedgeBinaryResult>
    def get_fastedge_binary(binary_id: Optional[float] = None,
                            opts: Optional[InvokeOptions] = None) -> GetFastedgeBinaryResult
    def get_fastedge_binary_output(binary_id: Optional[pulumi.Input[float]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetFastedgeBinaryResult]
    func LookupFastedgeBinary(ctx *Context, args *LookupFastedgeBinaryArgs, opts ...InvokeOption) (*LookupFastedgeBinaryResult, error)
    func LookupFastedgeBinaryOutput(ctx *Context, args *LookupFastedgeBinaryOutputArgs, opts ...InvokeOption) LookupFastedgeBinaryResultOutput

    > Note: This function is named LookupFastedgeBinary in the Go SDK.

    public static class GetFastedgeBinary 
    {
        public static Task<GetFastedgeBinaryResult> InvokeAsync(GetFastedgeBinaryArgs args, InvokeOptions? opts = null)
        public static Output<GetFastedgeBinaryResult> Invoke(GetFastedgeBinaryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFastedgeBinaryResult> getFastedgeBinary(GetFastedgeBinaryArgs args, InvokeOptions options)
    public static Output<GetFastedgeBinaryResult> getFastedgeBinary(GetFastedgeBinaryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcore:index/getFastedgeBinary:getFastedgeBinary
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BinaryId double
    BinaryId float64
    binaryId Double
    binaryId number
    binary_id float
    binaryId Number

    getFastedgeBinary Result

    The following output properties are available:

    ApiType string
    BinaryId double
    Checksum string
    Id double
    Source double
    Status double
    UnrefSince string
    ApiType string
    BinaryId float64
    Checksum string
    Id float64
    Source float64
    Status float64
    UnrefSince string
    apiType String
    binaryId Double
    checksum String
    id Double
    source Double
    status Double
    unrefSince String
    apiType string
    binaryId number
    checksum string
    id number
    source number
    status number
    unrefSince string
    api_type str
    binary_id float
    checksum str
    id float
    source float
    status float
    unref_since str
    apiType String
    binaryId Number
    checksum String
    id Number
    source Number
    status Number
    unrefSince String

    Package Details

    Repository
    gcore g-core/terraform-provider-gcore
    License
    Notes
    This Pulumi package is based on the gcore Terraform Provider.
    Viewing docs for gcore 2.0.0-alpha.3
    published on Monday, Mar 30, 2026 by g-core
      Try Pulumi Cloud free. Your team will thank you.