1. Packages
  2. Nsxt Provider
  3. API Docs
  4. getProviderInfo
nsxt 3.8.0 published on Monday, Apr 14, 2025 by vmware

nsxt.getProviderInfo

Explore with Pulumi AI

nsxt 3.8.0 published on Monday, Apr 14, 2025 by vmware

Using getProviderInfo

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 getProviderInfo(args: GetProviderInfoArgs, opts?: InvokeOptions): Promise<GetProviderInfoResult>
function getProviderInfoOutput(args: GetProviderInfoOutputArgs, opts?: InvokeOptions): Output<GetProviderInfoResult>
Copy
def get_provider_info(id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetProviderInfoResult
def get_provider_info_output(id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetProviderInfoResult]
Copy
func GetProviderInfo(ctx *Context, args *GetProviderInfoArgs, opts ...InvokeOption) (*GetProviderInfoResult, error)
func GetProviderInfoOutput(ctx *Context, args *GetProviderInfoOutputArgs, opts ...InvokeOption) GetProviderInfoResultOutput
Copy

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

public static class GetProviderInfo 
{
    public static Task<GetProviderInfoResult> InvokeAsync(GetProviderInfoArgs args, InvokeOptions? opts = null)
    public static Output<GetProviderInfoResult> Invoke(GetProviderInfoInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetProviderInfoResult> getProviderInfo(GetProviderInfoArgs args, InvokeOptions options)
public static Output<GetProviderInfoResult> getProviderInfo(GetProviderInfoArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: nsxt:index/getProviderInfo:getProviderInfo
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
Id string
id String
id string
id str
id String

getProviderInfo Result

The following output properties are available:

Commit string
Date string
Id string
Commit string
Date string
Id string
commit String
date String
id String
commit string
date string
id string
commit str
date str
id str
commit String
date String
id String

Package Details

Repository
nsxt vmware/terraform-provider-nsxt
License
Notes
This Pulumi package is based on the nsxt Terraform Provider.
nsxt 3.8.0 published on Monday, Apr 14, 2025 by vmware