Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 739 Bytes

File metadata and controls

33 lines (24 loc) · 739 Bytes

netscaler_pqpolicy

Terraform resource name : netscaler_pqpolicy

Arguments
Name Force new Array Type
policyname No No string
polqdepth No No double
priority No No double
qdepth No No double
rule No No string
weight No No double
Argument Reference

See official documentation page for possible values for these arguments and for an exhaustive list of arguments.

Example
resource "netscaler_pqpolicy" "<resource_name>" {

    policyname = "abc"
    polqdepth = 42
    priority = 42
    qdepth = 42
    rule = "abc"
    weight = 42
}