class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectGateway::Entry::Roles::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 343266
def _section
        :'entry'
end
client_max_bandwidth() click to toggle source
# File lib/palo_alto/config.rb, line 343309
def client_max_bandwidth
        @subclasses['client-max-bandwidth'] ||= ClientMaxBandwidth.new(parent_instance: self, create_children: @create_children)
end
disconnect_on_idle() click to toggle source
# File lib/palo_alto/config.rb, line 343451
def disconnect_on_idle
        if @create_children
                @subclasses['disconnect-on-idle'] ||= DisconnectOnIdle.new(parent_instance: self, create_children: @create_children)
        else
                DisconnectOnIdle.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 343263
def has_multiple_values?
        false
end
inactivity_logout() click to toggle source
# File lib/palo_alto/config.rb, line 343421
def inactivity_logout
        if @create_children
                @subclasses['inactivity-logout'] ||= InactivityLogout.new(parent_instance: self, create_children: @create_children)
        else
                InactivityLogout.new(parent_instance: self)
        end
end
login_lifetime() click to toggle source
# File lib/palo_alto/config.rb, line 343363
def login_lifetime
        if @create_children
                @subclasses['login-lifetime'] ||= LoginLifetime.new(parent_instance: self, create_children: @create_children)
        else
                LoginLifetime.new(parent_instance: self)
        end
end
name() click to toggle source

tunnel traffic group

# File lib/palo_alto/config.rb, line 343467
def name
        prop_get('@name')
end