class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::Gateways::Internal

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 340110
def _section
        :'internal'
end
dhcp_option_code() click to toggle source
# File lib/palo_alto/config.rb, line 340269
def dhcp_option_code
        if @create_children
                @subclasses['dhcp-option-code'] ||= DhcpOptionCode.new(parent_instance: self, create_children: @create_children)
        else
                DhcpOptionCode.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 340107
def has_multiple_values?
        false
end
list() click to toggle source
# File lib/palo_alto/config.rb, line 340246
def list
        if @create_children
                @subclasses['list'] ||= List.new(parent_instance: self, create_children: @create_children)
        else
                List.new(parent_instance: self)
        end
end