class PaloAlto::XML::Config::Devices::Entry::Template::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 190470 def _section :'third-party-client__2' end
enable()
click to toggle source
Enable thrid party client support
# File lib/palo_alto/config.rb, line 190499 def enable prop_get('enable') end
enable=(val)
click to toggle source
Enable thrid party client support
# File lib/palo_alto/config.rb, line 190503 def enable=(val) prop_set('enable', val) end
group_name()
click to toggle source
group name
# File lib/palo_alto/config.rb, line 190507 def group_name prop_get('group-name') end
group_name=(val)
click to toggle source
group name
# File lib/palo_alto/config.rb, line 190511 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 190515 def group_password prop_get('group-password') end
group_password=(val)
click to toggle source
group password
# File lib/palo_alto/config.rb, line 190519 def group_password=(val) prop_set('group-password', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 190467 def has_multiple_values? false end
rekey_noauth()
click to toggle source
Skip Auth on IKE Rekey
# File lib/palo_alto/config.rb, line 190523 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 190527 def rekey_noauth=(val) prop_set('rekey-noauth', val) end