nsxt 3.10.0 published on Wednesday, Sep 10, 2025 by vmware
nsxt.getProviderInfo
Start a Neo task
Explain and create a nsxt.getProviderInfo resource
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>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]func GetProviderInfo(ctx *Context, args *GetProviderInfoArgs, opts ...InvokeOption) (*GetProviderInfoResult, error)
func GetProviderInfoOutput(ctx *Context, args *GetProviderInfoOutputArgs, opts ...InvokeOption) GetProviderInfoResultOutput> 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)
}public static CompletableFuture<GetProviderInfoResult> getProviderInfo(GetProviderInfoArgs args, InvokeOptions options)
public static Output<GetProviderInfoResult> getProviderInfo(GetProviderInfoArgs args, InvokeOptions options)
fn::invoke:
function: nsxt:index/getProviderInfo:getProviderInfo
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getProviderInfo Result
The following output properties are available:
Package Details
- Repository
- nsxt vmware/terraform-provider-nsxt
- License
- Notes
- This Pulumi package is based on the
nsxtTerraform Provider.
