class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5::GlobalProtectGateway::Entry::Ipsec::ThirdPartyClient__2

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 297010
def _section
        :'third-party-client__2'
end
enable() click to toggle source

Enable thrid party client support

# File lib/palo_alto/config.rb, line 297039
def enable
        prop_get('enable')
end
enable=(val) click to toggle source

Enable thrid party client support

# File lib/palo_alto/config.rb, line 297043
def enable=(val)
        prop_set('enable', val)
end
group_name() click to toggle source

group name

# File lib/palo_alto/config.rb, line 297047
def group_name
        prop_get('group-name')
end
group_name=(val) click to toggle source

group name

# File lib/palo_alto/config.rb, line 297051
def group_name=(val)
        prop_set('group-name', val)
end
group_password() click to toggle source

group password

# File lib/palo_alto/config.rb, line 297055
def group_password
        prop_get('group-password')
end
group_password=(val) click to toggle source

group password

# File lib/palo_alto/config.rb, line 297059
def group_password=(val)
        prop_set('group-password', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 297007
def has_multiple_values?
        false
end
rekey_noauth() click to toggle source

Skip Auth on IKE Rekey

# File lib/palo_alto/config.rb, line 297063
def rekey_noauth
        prop_get('rekey-noauth')
end
rekey_noauth=(val) click to toggle source

Skip Auth on IKE Rekey

# File lib/palo_alto/config.rb, line 297067
def rekey_noauth=(val)
        prop_set('rekey-noauth', val)
end