class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::DiskBackup::Vendor::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 93668
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 93665
def has_multiple_values?
        false
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 93708
def name
        prop_get('@name')
end
product() click to toggle source
# File lib/palo_alto/config.rb, line 93693
def product
        if @create_children
                @subclasses['product'] ||= Product.new(parent_instance: self, create_children: @create_children)
        else
                Product.new(parent_instance: self)
        end
end