class PaloAlto::XML::Config::MgtConfig::Users::Entry::Permissions::RoleBased::Custom::DgTemplateProfiles::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 73497 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 73494 def has_multiple_values? false end
name()
click to toggle source
access domain name
# File lib/palo_alto/config.rb, line 73515 def name prop_get('@name') end
profile()
click to toggle source
# File lib/palo_alto/config.rb, line 73518 def profile prop_get('profile') end
profile=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 73521 def profile=(val) prop_set('profile', val) end