1. Packages
  2. Nsxt Provider
  3. API Docs
  4. getPolicyGatewayPrefixList
nsxt 3.8.1 published on Wednesday, Apr 30, 2025 by vmware

nsxt.getPolicyGatewayPrefixList

Explore with Pulumi AI

nsxt logo
nsxt 3.8.1 published on Wednesday, Apr 30, 2025 by vmware

    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>
    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]
    func LookupPolicyGatewayPrefixList(ctx *Context, args *LookupPolicyGatewayPrefixListArgs, opts ...InvokeOption) (*LookupPolicyGatewayPrefixListResult, error)
    func LookupPolicyGatewayPrefixListOutput(ctx *Context, args *LookupPolicyGatewayPrefixListOutputArgs, opts ...InvokeOption) LookupPolicyGatewayPrefixListResultOutput

    > 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)
    }
    public static CompletableFuture<GetPolicyGatewayPrefixListResult> getPolicyGatewayPrefixList(GetPolicyGatewayPrefixListArgs args, InvokeOptions options)
    public static Output<GetPolicyGatewayPrefixListResult> getPolicyGatewayPrefixList(GetPolicyGatewayPrefixListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: nsxt:index/getPolicyGatewayPrefixList:getPolicyGatewayPrefixList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DisplayName string
    Description string
    GatewayPath string
    Id string
    DisplayName string
    Description string
    GatewayPath string
    Id string
    displayName String
    description String
    gatewayPath String
    id String
    displayName string
    description string
    gatewayPath string
    id string
    displayName 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.
    nsxt logo
    nsxt 3.8.1 published on Wednesday, Apr 30, 2025 by vmware