Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
Retrieves a USB hardware mapping from a Proxmox VE cluster.
Using getUsb
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 getUsb(args: GetUsbArgs, opts?: InvokeOptions): Promise<GetUsbResult>
function getUsbOutput(args: GetUsbOutputArgs, opts?: InvokeOptions): Output<GetUsbResult>def get_usb(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUsbResult
def get_usb_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUsbResult]func LookupUsb(ctx *Context, args *LookupUsbArgs, opts ...InvokeOption) (*LookupUsbResult, error)
func LookupUsbOutput(ctx *Context, args *LookupUsbOutputArgs, opts ...InvokeOption) LookupUsbResultOutput> Note: This function is named LookupUsb in the Go SDK.
public static class GetUsb
{
public static Task<GetUsbResult> InvokeAsync(GetUsbArgs args, InvokeOptions? opts = null)
public static Output<GetUsbResult> Invoke(GetUsbInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUsbResult> getUsb(GetUsbArgs args, InvokeOptions options)
public static Output<GetUsbResult> getUsb(GetUsbArgs args, InvokeOptions options)
fn::invoke:
function: proxmoxve:hardware/mapping/getUsb:getUsb
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of this USB hardware mapping.
- Name string
- The name of this USB hardware mapping.
- name String
- The name of this USB hardware mapping.
- name string
- The name of this USB hardware mapping.
- name str
- The name of this USB hardware mapping.
- name String
- The name of this USB hardware mapping.
getUsb Result
The following output properties are available:
- Comment string
- The comment of this USB hardware mapping.
- Id string
- The unique identifier of this USB hardware mapping data source.
- Maps
List<Pulumi.
Proxmox VE. Hardware. Mapping. Outputs. Get Usb Map> - The actual map of devices for the hardware mapping.
- Name string
- The name of this USB hardware mapping.
- Comment string
- The comment of this USB hardware mapping.
- Id string
- The unique identifier of this USB hardware mapping data source.
- Maps
[]Get
Usb Map - The actual map of devices for the hardware mapping.
- Name string
- The name of this USB hardware mapping.
- comment String
- The comment of this USB hardware mapping.
- id String
- The unique identifier of this USB hardware mapping data source.
- maps
List<Get
Usb Map> - The actual map of devices for the hardware mapping.
- name String
- The name of this USB hardware mapping.
- comment string
- The comment of this USB hardware mapping.
- id string
- The unique identifier of this USB hardware mapping data source.
- maps
Get
Usb Map[] - The actual map of devices for the hardware mapping.
- name string
- The name of this USB hardware mapping.
- comment str
- The comment of this USB hardware mapping.
- id str
- The unique identifier of this USB hardware mapping data source.
- maps
Sequence[Get
Usb Map] - The actual map of devices for the hardware mapping.
- name str
- The name of this USB hardware mapping.
- comment String
- The comment of this USB hardware mapping.
- id String
- The unique identifier of this USB hardware mapping data source.
- maps List<Property Map>
- The actual map of devices for the hardware mapping.
- name String
- The name of this USB hardware mapping.
Supporting Types
GetUsbMap
Package Details
- Repository
- proxmoxve muhlba91/pulumi-proxmoxve
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
proxmoxTerraform Provider.
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
