INPUT_OBJECT
UpdateSnmpOverrideMutationInput
The input object that defines the fields for the updateSnmpOverride mutation.
link GraphQL Schema definition
- input UpdateSnmpOverrideMutationInput {
- # Whether or not this is enabled.
- : Boolean
- # SNMP version
- : SnmpVersion
- # SNMP community/securityName
- : String
- # SNMPv3 security level
- : Snmp3SecurityLevel
- # SNMPv3 auth protocol
- : Snmp3AuthProtocol
- # SNMPv3 auth passphrase
- : String
- # SNMPv3 privacy protocol
- : Snmp3PrivProtocol
- # SNMPv3 privacy passphrase
- : String
- # SNMPv3 context name
- : String
- # SNMPv3 context engine ID
- : String
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `snmp_version` to null.
- : Boolean
- # Setting this value to `true` will set `snmp_community` to null.
- : Boolean
- # Setting this value to `true` will set `snmp3_sec_level` to null.
- : Boolean
- # Setting this value to `true` will set `snmp3_auth_protocol` to null.
- : Boolean
- # Setting this value to `true` will set `snmp3_auth_passphrase` to null.
- : Boolean
- # Setting this value to `true` will set `snmp3_priv_protocol` to null.
- : Boolean
- # Setting this value to `true` will set `snmp3_priv_passphrase` to null.
- : Boolean
- # Setting this value to `true` will set `snmp3_context_name` to null.
- : Boolean
- # Setting this value to `true` will set `snmp3_context_engineid` to null.
- : Boolean
- }