1. Packages
  2. Glesys Provider
  3. API Docs
  4. getNetworkadapter
glesys 0.14.2 published on Tuesday, Apr 15, 2025 by glesys

glesys.getNetworkadapter

Explore with Pulumi AI

glesys logo
glesys 0.14.2 published on Tuesday, Apr 15, 2025 by glesys

    Get information about a NetworkAdapter associated with ServerID.

    Using getNetworkadapter

    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 getNetworkadapter(args: GetNetworkadapterArgs, opts?: InvokeOptions): Promise<GetNetworkadapterResult>
    function getNetworkadapterOutput(args: GetNetworkadapterOutputArgs, opts?: InvokeOptions): Output<GetNetworkadapterResult>
    def get_networkadapter(id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetNetworkadapterResult
    def get_networkadapter_output(id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetNetworkadapterResult]
    func LookupNetworkadapter(ctx *Context, args *LookupNetworkadapterArgs, opts ...InvokeOption) (*LookupNetworkadapterResult, error)
    func LookupNetworkadapterOutput(ctx *Context, args *LookupNetworkadapterOutputArgs, opts ...InvokeOption) LookupNetworkadapterResultOutput

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

    public static class GetNetworkadapter 
    {
        public static Task<GetNetworkadapterResult> InvokeAsync(GetNetworkadapterArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkadapterResult> Invoke(GetNetworkadapterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkadapterResult> getNetworkadapter(GetNetworkadapterArgs args, InvokeOptions options)
    public static Output<GetNetworkadapterResult> getNetworkadapter(GetNetworkadapterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: glesys:index/getNetworkadapter:getNetworkadapter
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    networkadapter ID.
    Id string
    networkadapter ID.
    id String
    networkadapter ID.
    id string
    networkadapter ID.
    id str
    networkadapter ID.
    id String
    networkadapter ID.

    getNetworkadapter Result

    The following output properties are available:

    Adaptertype string
    networkadapter adaptertype. (VMware)
    Bandwidth double
    networkadapter bandwidth.
    Id string
    networkadapter ID.
    Name string
    networkadapter name.
    Serverid string
    networkadapter ServerID.
    Adaptertype string
    networkadapter adaptertype. (VMware)
    Bandwidth float64
    networkadapter bandwidth.
    Id string
    networkadapter ID.
    Name string
    networkadapter name.
    Serverid string
    networkadapter ServerID.
    adaptertype String
    networkadapter adaptertype. (VMware)
    bandwidth Double
    networkadapter bandwidth.
    id String
    networkadapter ID.
    name String
    networkadapter name.
    serverid String
    networkadapter ServerID.
    adaptertype string
    networkadapter adaptertype. (VMware)
    bandwidth number
    networkadapter bandwidth.
    id string
    networkadapter ID.
    name string
    networkadapter name.
    serverid string
    networkadapter ServerID.
    adaptertype str
    networkadapter adaptertype. (VMware)
    bandwidth float
    networkadapter bandwidth.
    id str
    networkadapter ID.
    name str
    networkadapter name.
    serverid str
    networkadapter ServerID.
    adaptertype String
    networkadapter adaptertype. (VMware)
    bandwidth Number
    networkadapter bandwidth.
    id String
    networkadapter ID.
    name String
    networkadapter name.
    serverid String
    networkadapter ServerID.

    Package Details

    Repository
    glesys glesys/terraform-provider-glesys
    License
    Notes
    This Pulumi package is based on the glesys Terraform Provider.
    glesys logo
    glesys 0.14.2 published on Tuesday, Apr 15, 2025 by glesys