class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::DataObjects::Entry::PatternType::FileProperties::Pattern::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 98493 def _section :'entry' end
file_property()
click to toggle source
# File lib/palo_alto/config.rb, line 98526 def file_property prop_get('file-property') end
file_property=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 98529 def file_property=(val) prop_set('file-property', val) end
file_type()
click to toggle source
# File lib/palo_alto/config.rb, line 98520 def file_type prop_get('file-type') end
file_type=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 98523 def file_type=(val) prop_set('file-type', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 98490 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 98517 def name prop_get('@name') end
property_value()
click to toggle source
# File lib/palo_alto/config.rb, line 98532 def property_value prop_get('property-value') end
property_value=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 98535 def property_value=(val) prop_set('property-value', val) end