Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren
Using gpuConsole
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 gpuConsole(args: GpuConsoleArgs, opts?: InvokeOptions): Promise<GpuConsoleResult>
function gpuConsoleOutput(args: GpuConsoleOutputArgs, opts?: InvokeOutputOptions): Output<GpuConsoleResult>def gpu_console(account_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GpuConsoleResult
def gpu_console_output(account_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GpuConsoleResult]func GpuConsole(ctx *Context, args *GpuConsoleArgs, opts ...InvokeOption) (*GpuConsoleResult, error)
func GpuConsoleOutput(ctx *Context, args *GpuConsoleOutputArgs, opts ...InvokeOption) GpuConsoleResultOutput> Note: This function is named GpuConsole in the Go SDK.
public static class GpuConsole
{
public static Task<GpuConsoleResult> InvokeAsync(GpuConsoleArgs args, InvokeOptions? opts = null)
public static Output<GpuConsoleResult> Invoke(GpuConsoleInvokeArgs args, InvokeOptions? opts = null)
public static Output<GpuConsoleResult> Invoke(GpuConsoleInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GpuConsoleResult> gpuConsole(GpuConsoleArgs args, InvokeOptions options)
public static Output<GpuConsoleResult> gpuConsole(GpuConsoleArgs args, InvokeOptions options)
public static Output<GpuConsoleResult> gpuConsole(GpuConsoleArgs args, InvokeOutputOptions options)
fn::invoke:
function: biznetgio:gpuConsole
arguments:
# arguments dictionarydata "biznetgio_gpu_console" "name" {
# arguments
}The following arguments are supported:
- Account
Id string - Account id of the GPU instance to get console access for.
- Account
Id string - Account id of the GPU instance to get console access for.
- account_
id string - Account id of the GPU instance to get console access for.
- account
Id String - Account id of the GPU instance to get console access for.
- account
Id string - Account id of the GPU instance to get console access for.
- account_
id str - Account id of the GPU instance to get console access for.
- account
Id String - Account id of the GPU instance to get console access for.
gpuConsole Result
The following output properties are available:
Package Details
- Repository
- biznetgio github.com/shirasakaren/pulumi-biznetgio
- License
- Apache-2.0
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren