class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 343504
def _section
        :'match-message'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 343501
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 343528
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 343532
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 343544
def message
        prop_get('message')
end
message=(val) click to toggle source

Matched message

# File lib/palo_alto/config.rb, line 343548
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 343536
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 343540
def show_notification_as=(val)
        prop_set('show-notification-as', val)
end