nsxt 3.8.1 published on Wednesday, Apr 30, 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>
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:
- Display
Name string - Description string
- Gateway
Path string - Id string
- Display
Name string - Description string
- Gateway
Path string - Id string
- display
Name String - description String
- gateway
Path String - id String
- display
Name string - description string
- gateway
Path string - id string
- display_
name str - description str
- gateway_
path str - id str
- display
Name String - description String
- gateway
Path String - id String
getPolicyGatewayPrefixList Result
The following output properties are available:
- Display
Name string - Id string
- Path string
- Description string
- Gateway
Path string
- Display
Name string - Id string
- Path string
- Description string
- Gateway
Path string
- display
Name String - id String
- path String
- description String
- gateway
Path String
- display
Name string - id string
- path string
- description string
- gateway
Path string
- display_
name str - id str
- path str
- description str
- gateway_
path str
- display
Name String - id String
- path String
- description String
- gateway
Path String
Package Details
- Repository
- nsxt vmware/terraform-provider-nsxt
- License
- Notes
- This Pulumi package is based on the
nsxt
Terraform Provider.