You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List of SNMP trap destinations for V1, V2C, and Inform notifications. Need to include type nad host, may include community and port.
14802
+
List of SNMP trap destinations for V1, V2C, and Inform notifications. Need to include type nad host, may include community and port. Example: @{type='trapsink'; host='172.16.10.100'; community='public'; port=162}
14803
14803
#>
14804
14804
function Global:Set-SgwSnmp {
14805
14805
[CmdletBinding()]
@@ -14813,25 +14813,32 @@ function Global:Set-SgwSnmp {
14813
14813
HelpMessage = "StorageGRID profile to use for connection.")][Alias("Profile")][String]$ProfileName,
HelpMessage = "List of SNMP trap destinations for V1, V2C, and Inform notifications. Object needs to include type nad host, may include community and port.")][Object[]]$TrapDestinations
14840
+
ValueFromPipelineByPropertyName = $True,
14841
+
HelpMessage = "List of SNMP trap destinations for V1, V2C, and Inform notifications. Object needs to include type nad host, may include community and port. Example: @{type='trapsink'; host='172.16.10.100'; community='public'; port=162}")][Alias("trap_destinations")][PSCustomObject[]]$TrapDestinations
0 commit comments