Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.32 KB

File metadata and controls

40 lines (29 loc) · 1.32 KB
page_title subcategory description
netscalersdx_mps_feature Resource - terraform-provider-netscalersdx
Configuration for Feature Toggle Status resource.

netscalersdx_mps_feature (Resource)

Configuration for Feature Toggle Status resource.

Example Usage

resource "netscalersdx_mps_feature" "tf_mps_feature" {
  admin_toggle = 3
  built_in     = "false"
  feature_name = "Device_Syslog"
  ops_toggle   = 0
}

Schema

Required

  • feature_name (String) Feature Name.

Optional

  • admin_toggle (Number) This is Admin controllable. 0: Disable UI and Backend, 1: Disable UI and enable Backend, 2: Enable UI and disable Backend, 3: Enable UI and Backend.. Maximum value =
  • built_in (Boolean) This is Ops controllable and will not be visible to the Admin to control. If true: Ops controllable feature, false: Admin controllable feature..
  • description (String) Feature Description..
  • ops_toggle (Number) This is Ops controllable. 0: Disable UI and Backend, 1: Disable UI and enable Backend, 2: Enable UI and disable Backend, 3: Enable UI and Backend. Ops controlled takes higher precedence than Admin Controlled.. Maximum value =

Read-Only

  • id (String) The ID of this resource.