class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectGateway::Entry::HipNotification::Entry::NotMatchMessage
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 343559 def _section :'not-match-message' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 343556 def has_multiple_values? false end
message()
click to toggle source
Not matched message
# File lib/palo_alto/config.rb, line 343584 def message prop_get('message') end
message=(val)
click to toggle source
Not matched message
# File lib/palo_alto/config.rb, line 343588 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 343576 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 343580 def show_notification_as=(val) prop_set('show-notification-as', val) end