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

nsxt.getPolicyGatewayPrefixList

Explore with Pulumi AI

Using getPolicyGatewayPrefixList

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 getPolicyGatewayPrefixList(args: GetPolicyGatewayPrefixListArgs, opts?: InvokeOptions): Promise<GetPolicyGatewayPrefixListResult>
function getPolicyGatewayPrefixListOutput(args: GetPolicyGatewayPrefixListOutputArgs, opts?: InvokeOptions): Output<GetPolicyGatewayPrefixListResult>
Copy
def get_policy_gateway_prefix_list(description: Optional[str] = None,
                                   display_name: Optional[str] = None,
                                   gateway_path: Optional[str] = None,
                                   id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetPolicyGatewayPrefixListResult
def get_policy_gateway_prefix_list_output(description: Optional[pulumi.Input[str]] = None,
                                   display_name: Optional[pulumi.Input[str]] = None,
                                   gateway_path: Optional[pulumi.Input[str]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetPolicyGatewayPrefixListResult]
Copy
func LookupPolicyGatewayPrefixList(ctx *Context, args *LookupPolicyGatewayPrefixListArgs, opts ...InvokeOption) (*LookupPolicyGatewayPrefixListResult, error)
func LookupPolicyGatewayPrefixListOutput(ctx *Context, args *LookupPolicyGatewayPrefixListOutputArgs, opts ...InvokeOption) LookupPolicyGatewayPrefixListResultOutput
Copy

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

public static class GetPolicyGatewayPrefixList 
{
    public static Task<GetPolicyGatewayPrefixListResult> InvokeAsync(GetPolicyGatewayPrefixListArgs args, InvokeOptions? opts = null)
    public static Output<GetPolicyGatewayPrefixListResult> Invoke(GetPolicyGatewayPrefixListInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetPolicyGatewayPrefixListResult> getPolicyGatewayPrefixList(GetPolicyGatewayPrefixListArgs args, InvokeOptions options)
public static Output<GetPolicyGatewayPrefixListResult> getPolicyGatewayPrefixList(GetPolicyGatewayPrefixListArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: nsxt:index/getPolicyGatewayPrefixList:getPolicyGatewayPrefixList
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DisplayName This property is required. string
Description string
GatewayPath string
Id string
DisplayName This property is required. string
Description string
GatewayPath string
Id string
displayName This property is required. String
description String
gatewayPath String
id String
displayName This property is required. string
description string
gatewayPath string
id string
display_name This property is required. str
description str
gateway_path str
id str
displayName This property is required. String
description String
gatewayPath String
id String

getPolicyGatewayPrefixList Result

The following output properties are available:

DisplayName string
Id string
Path string
Description string
GatewayPath string
DisplayName string
Id string
Path string
Description string
GatewayPath string
displayName String
id String
path String
description String
gatewayPath String
displayName string
id string
path string
description string
gatewayPath string
displayName String
id String
path String
description String
gatewayPath String

Package Details

Repository
nsxt vmware/terraform-provider-nsxt
License
Notes
This Pulumi package is based on the nsxt Terraform Provider.