Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1004 Bytes

File metadata and controls

34 lines (25 loc) · 1004 Bytes
page_title subcategory description
netscalersdx_snmp_view Resource - terraform-provider-netscalersdx
Configuration for SNMP view resource.

netscalersdx_snmp_view (Resource)

Configuration for SNMP view resource.

Example Usage

resource "netscalersdx_snmp_view" "tf_snmp_view" {
  name    = "tf_snmp_view"
  subtree = "1.3.6.1.2.1.1"
  type    = "false"
}

Schema

Required

  • name (String) Name of SNMP view. Minimum length = 1 Maximum length = 32
  • subtree (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 = 256
  • type (Boolean) Include or Exclude the associated subtree . Values. true:Include, false: Exclude.

Read-Only

  • id (String) The ID of this resource.