page_title | subcategory | description |
---|---|---|
netscalersdx_snmp_view Resource - terraform-provider-netscalersdx |
Configuration for SNMP view resource. |
Configuration for SNMP view resource.
resource "netscalersdx_snmp_view" "tf_snmp_view" {
name = "tf_snmp_view"
subtree = "1.3.6.1.2.1.1"
type = "false"
}
name
(String) Name of SNMP view. Minimum length = 1 Maximum length = 32subtree
(String) Subtree associated with the SNMP view.A particular branch (subtree) of the MIB tree that you want to associate with this view.You must specify the subtree as an SNMP OID. Minimum length = 1 Maximum length = 256type
(Boolean) Include or Exclude the associated subtree . Values. true:Include, false: Exclude.
id
(String) The ID of this resource.