class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::Deviceconfig

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 360148
def _section
        :'deviceconfig'
end
cluster() click to toggle source
# File lib/palo_alto/config.rb, line 364743
def cluster
        @subclasses['cluster'] ||= Cluster.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 360145
def has_multiple_values?
        false
end
high_availability() click to toggle source
# File lib/palo_alto/config.rb, line 364675
def high_availability
        @subclasses['high-availability'] ||= HighAvailability.new(parent_instance: self, create_children: @create_children)
end
setting() click to toggle source
# File lib/palo_alto/config.rb, line 364474
def setting
        @subclasses['setting'] ||= Setting.new(parent_instance: self, create_children: @create_children)
end
system() click to toggle source
# File lib/palo_alto/config.rb, line 363649
def system
        @subclasses['system'] ||= System.new(parent_instance: self, create_children: @create_children)
end