nsxt 3.8.1 published on Wednesday, Apr 30, 2025 by vmware
nsxt.getProviderInfo
Explore with Pulumi AI
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 dictionary
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:
Package Details
- Repository
- nsxt vmware/terraform-provider-nsxt
- License
- Notes
- This Pulumi package is based on the
nsxt
Terraform Provider.