class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectGateway::Entry::HipNotification::Entry::MatchMessage
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 236888 def _section :'match-message' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 236885 def has_multiple_values? false end
include_app_list()
click to toggle source
Whether include matched application list in message
# File lib/palo_alto/config.rb, line 236912 def include_app_list prop_get('include-app-list') end
include_app_list=(val)
click to toggle source
Whether include matched application list in message
# File lib/palo_alto/config.rb, line 236916 def include_app_list=(val) prop_set('include-app-list', val) end
message()
click to toggle source
Matched message
# File lib/palo_alto/config.rb, line 236928 def message prop_get('message') end
message=(val)
click to toggle source
Matched message
# File lib/palo_alto/config.rb, line 236932 def message=(val) prop_set('message', val) end
show_notification_as()
click to toggle source
Show notification as
# File lib/palo_alto/config.rb, line 236920 def show_notification_as prop_get('show-notification-as') end
show_notification_as=(val)
click to toggle source
Show notification as
# File lib/palo_alto/config.rb, line 236924 def show_notification_as=(val) prop_set('show-notification-as', val) end