1. Packages
  2. Fortios
  3. API Docs
  4. system
  5. getConsole
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.system.getConsole

Explore with Pulumi AI

Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

Use this data source to get information on fortios system console

Using getConsole

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 getConsole(args: GetConsoleArgs, opts?: InvokeOptions): Promise<GetConsoleResult>
function getConsoleOutput(args: GetConsoleOutputArgs, opts?: InvokeOptions): Output<GetConsoleResult>
Copy
def get_console(vdomparam: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetConsoleResult
def get_console_output(vdomparam: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetConsoleResult]
Copy
func LookupConsole(ctx *Context, args *LookupConsoleArgs, opts ...InvokeOption) (*LookupConsoleResult, error)
func LookupConsoleOutput(ctx *Context, args *LookupConsoleOutputArgs, opts ...InvokeOption) LookupConsoleResultOutput
Copy

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

public static class GetConsole 
{
    public static Task<GetConsoleResult> InvokeAsync(GetConsoleArgs args, InvokeOptions? opts = null)
    public static Output<GetConsoleResult> Invoke(GetConsoleInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetConsoleResult> getConsole(GetConsoleArgs args, InvokeOptions options)
public static Output<GetConsoleResult> getConsole(GetConsoleArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: fortios:system/getConsole:getConsole
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
vdomparam Changes to this property will trigger replacement. str
Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

getConsole Result

The following output properties are available:

Baudrate string
Console baud rate.
Fortiexplorer string
Enable/disable access for FortiExplorer.
Id string
The provider-assigned unique ID for this managed resource.
Login string
Enable/disable serial console and FortiExplorer.
Mode string
Console mode.
Output string
Console output mode.
Vdomparam string
Baudrate string
Console baud rate.
Fortiexplorer string
Enable/disable access for FortiExplorer.
Id string
The provider-assigned unique ID for this managed resource.
Login string
Enable/disable serial console and FortiExplorer.
Mode string
Console mode.
Output string
Console output mode.
Vdomparam string
baudrate String
Console baud rate.
fortiexplorer String
Enable/disable access for FortiExplorer.
id String
The provider-assigned unique ID for this managed resource.
login String
Enable/disable serial console and FortiExplorer.
mode String
Console mode.
output String
Console output mode.
vdomparam String
baudrate string
Console baud rate.
fortiexplorer string
Enable/disable access for FortiExplorer.
id string
The provider-assigned unique ID for this managed resource.
login string
Enable/disable serial console and FortiExplorer.
mode string
Console mode.
output string
Console output mode.
vdomparam string
baudrate str
Console baud rate.
fortiexplorer str
Enable/disable access for FortiExplorer.
id str
The provider-assigned unique ID for this managed resource.
login str
Enable/disable serial console and FortiExplorer.
mode str
Console mode.
output str
Console output mode.
vdomparam str
baudrate String
Console baud rate.
fortiexplorer String
Enable/disable access for FortiExplorer.
id String
The provider-assigned unique ID for this managed resource.
login String
Enable/disable serial console and FortiExplorer.
mode String
Console mode.
output String
Console output mode.
vdomparam String

Package Details

Repository
fortios pulumiverse/pulumi-fortios
License
Apache-2.0
Notes
This Pulumi package is based on the fortios Terraform Provider.
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse