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 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>
Copy
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]
Copy
func LookupNetworkadapter(ctx *Context, args *LookupNetworkadapterArgs, opts ...InvokeOption) (*LookupNetworkadapterResult, error)
func LookupNetworkadapterOutput(ctx *Context, args *LookupNetworkadapterOutputArgs, opts ...InvokeOption) LookupNetworkadapterResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetNetworkadapterResult> getNetworkadapter(GetNetworkadapterArgs args, InvokeOptions options)
public static Output<GetNetworkadapterResult> getNetworkadapter(GetNetworkadapterArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: glesys:index/getNetworkadapter:getNetworkadapter
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. string
networkadapter ID.
Id This property is required. string
networkadapter ID.
id This property is required. String
networkadapter ID.
id This property is required. string
networkadapter ID.
id This property is required. str
networkadapter ID.
id This property is required. 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 0.14.2 published on Tuesday, Apr 15, 2025 by glesys