Viewing docs for gcore 2.0.0-alpha.2
published on Tuesday, Mar 24, 2026 by g-core
published on Tuesday, Mar 24, 2026 by g-core
Viewing docs for gcore 2.0.0-alpha.2
published on Tuesday, Mar 24, 2026 by g-core
published on Tuesday, Mar 24, 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 dictionaryThe following arguments are supported:
- Binary
Id double
- Binary
Id float64
- binary
Id Double
- binary
Id number
- binary_
id float
- binary
Id Number
getFastedgeBinary Result
The following output properties are available:
Package Details
- Repository
- gcore g-core/terraform-provider-gcore
- License
- Notes
- This Pulumi package is based on the
gcoreTerraform Provider.
Viewing docs for gcore 2.0.0-alpha.2
published on Tuesday, Mar 24, 2026 by g-core
published on Tuesday, Mar 24, 2026 by g-core
