class PaloAlto::XML::Config::Devices::Entry::Template::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 236943
def _section
        :'not-match-message'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 236940
def has_multiple_values?
        false
end
message() click to toggle source

Not matched message

# File lib/palo_alto/config.rb, line 236968
def message
        prop_get('message')
end
message=(val) click to toggle source

Not matched message

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