class PaloAlto::XML::Config::Shared::Profiles::DataObjects::Entry::PatternType::FileProperties::Pattern::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 25779 def _section :'entry' end
file_property()
click to toggle source
# File lib/palo_alto/config.rb, line 25812 def file_property prop_get('file-property') end
file_property=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 25815 def file_property=(val) prop_set('file-property', val) end
file_type()
click to toggle source
# File lib/palo_alto/config.rb, line 25806 def file_type prop_get('file-type') end
file_type=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 25809 def file_type=(val) prop_set('file-type', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 25776 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 25803 def name prop_get('@name') end
property_value()
click to toggle source
# File lib/palo_alto/config.rb, line 25818 def property_value prop_get('property-value') end
property_value=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 25821 def property_value=(val) prop_set('property-value', val) end