Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 763 Bytes

cspolicylabel.md

File metadata and controls

25 lines (16 loc) · 763 Bytes

netscaler_cspolicylabel

Terraform resource name : netscaler_cspolicylabel

Arguments
Name Force new Array Type
cspolicylabeltype No No HTTP, TCP, RTSP, SSL, SSL_TCP, UDP, DNS, SIP_UDP, SIP_TCP, ANY, RADIUS, RDP, MYSQL, MSSQL, ORACLE, DIAMETER, SSL_DIAMETER, FTP, DNS_TCP, SMPP
labelname No No string
Argument Reference

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

Example
resource "netscaler_cspolicylabel" "<resource_name>" {

    cspolicylabeltype = "HTTP"
    labelname = "abc"
}