Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 762 Bytes

responderpolicylabel.md

File metadata and controls

27 lines (18 loc) · 762 Bytes

netscaler_responderpolicylabel

Terraform resource name : netscaler_responderpolicylabel

Arguments
Name Force new Array Type
comment No No string
labelname No No string
policylabeltype No No HTTP, OTHERTCP, SIP_UDP, SIP_TCP, MYSQL, MSSQL, NAT, DIAMETER, RADIUS, DNS
Argument Reference

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

Example
resource "netscaler_responderpolicylabel" "<resource_name>" {

    comment = "abc"
    labelname = "abc"
    policylabeltype = "HTTP"
}