Class: IOSConfig::Payload::VPN
- Defined in:
- lib/ios_config/payload/vpn.rb
Instance Attribute Summary collapse
-
#authentication_method ⇒ Object
:shared_secret, :certificate.
-
#authentication_type ⇒ Object
:shared_secret, :certificate.
-
#certificate_uuid ⇒ Object
:shared_secret, :certificate.
-
#connection_name ⇒ Object
:shared_secret, :certificate.
-
#connection_type ⇒ Object
:shared_secret, :certificate.
-
#encryption_level ⇒ Object
:shared_secret, :certificate.
-
#group_name ⇒ Object
:shared_secret, :certificate.
-
#group_or_domain ⇒ Object
:shared_secret, :certificate.
-
#password ⇒ Object
:shared_secret, :certificate.
-
#prompt_for_password ⇒ Object
:shared_secret, :certificate.
-
#proxy_password ⇒ Object
:shared_secret, :certificate.
-
#proxy_port ⇒ Object
:shared_secret, :certificate.
-
#proxy_server ⇒ Object
:shared_secret, :certificate.
-
#proxy_type ⇒ Object
:shared_secret, :certificate.
-
#proxy_url ⇒ Object
:shared_secret, :certificate.
-
#proxy_username ⇒ Object
:shared_secret, :certificate.
-
#realm ⇒ Object
:shared_secret, :certificate.
-
#role ⇒ Object
:shared_secret, :certificate.
-
#send_all_traffic ⇒ Object
:shared_secret, :certificate.
-
#server ⇒ Object
:shared_secret, :certificate.
-
#shared_secret ⇒ Object
:shared_secret, :certificate.
-
#username ⇒ Object
:shared_secret, :certificate.
Attributes inherited from Base
#description, #identifier, #uuid
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from IOSConfig::Payload::Base
Instance Attribute Details
#authentication_method ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def authentication_method @authentication_method end |
#authentication_type ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def authentication_type @authentication_type end |
#certificate_uuid ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def certificate_uuid @certificate_uuid end |
#connection_name ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def connection_name @connection_name end |
#connection_type ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def connection_type @connection_type end |
#encryption_level ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def encryption_level @encryption_level end |
#group_name ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def group_name @group_name end |
#group_or_domain ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def group_or_domain @group_or_domain end |
#password ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def password @password end |
#prompt_for_password ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def prompt_for_password @prompt_for_password end |
#proxy_password ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def proxy_password @proxy_password end |
#proxy_port ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def proxy_port @proxy_port end |
#proxy_server ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def proxy_server @proxy_server end |
#proxy_type ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def proxy_type @proxy_type end |
#proxy_url ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def proxy_url @proxy_url end |
#proxy_username ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def proxy_username @proxy_username end |
#realm ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def realm @realm end |
#role ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def role @role end |
#send_all_traffic ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def send_all_traffic @send_all_traffic end |
#server ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def server @server end |
#shared_secret ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def shared_secret @shared_secret end |
#username ⇒ Object
:shared_secret, :certificate
5 6 7 |
# File 'lib/ios_config/payload/vpn.rb', line 5 def username @username end |