class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::SdwanSaasQuality::Entry::MonitorMode::StaticIp

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 101531
def _section
        :'static-ip'
end
fqdn() click to toggle source
# File lib/palo_alto/config.rb, line 101640
def fqdn
        @subclasses['fqdn'] ||= Fqdn.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 101528
def has_multiple_values?
        false
end
ip_address() click to toggle source
# File lib/palo_alto/config.rb, line 101589
def ip_address
        if @create_children
                @subclasses['ip-address'] ||= IpAddress.new(parent_instance: self, create_children: @create_children)
        else
                IpAddress.new(parent_instance: self)
        end
end