Class: MintPress::Aws::EC2::TunnelOption
- Inherits:
-
Object
- Object
- MintPress::Aws::EC2::TunnelOption
- Includes:
- MintLogger, AwsCommon, Mixins::Properties
- Defined in:
- src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb
Properties (Read/Write)
-
#dpd_timeout_action ⇒ [String]
'The action to take after a DPD timeout occurs.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'dpd_timeout_action'
22
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 22 property :dpd_timeout_action, disposition: :attribute, description: 'The action to take after a DPD timeout occurs.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'dpd_timeout_action', type: [String]
-
#dpd_timeout_seconds ⇒ [Integer]
'The number of seconds after which a DPD timeout occurs.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'dpd_timeout_seconds'
23
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 23 property :dpd_timeout_seconds, disposition: :attribute, description: 'The number of seconds after which a DPD timeout occurs.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'dpd_timeout_seconds', type: [Integer]
-
#ike_versions ⇒ Array of ⇒ [MintPress::Aws::EC2::IKEVersionsListValue]
'The IKE versions that are permitted for the VPN tunnel.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'ike_versions'
24
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 24 property :ike_versions, disposition: :attribute, description: 'The IKE versions that are permitted for the VPN tunnel.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'ike_versions', type: [MintPress::Aws::EC2::IKEVersionsListValue], array: true
-
#outside_ip_address ⇒ [String]
'The external IP address of the VPN tunnel.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'outside_ip_address'
25
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 25 property :outside_ip_address, disposition: :attribute, description: 'The external IP address of the VPN tunnel.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'outside_ip_address', type: [String]
-
#phase_1_dh_group_numbers ⇒ Array of ⇒ [MintPress::Aws::EC2::Phase1DHGroupNumbersListValue]
'The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 1 IKE negotiations.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'phase_1_dh_group_numbers'
26
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 26 property :phase_1_dh_group_numbers, disposition: :attribute, description: 'The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 1 IKE negotiations.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'phase_1_dh_group_numbers', type: [MintPress::Aws::EC2::Phase1DHGroupNumbersListValue], array: true
-
#phase_1_encryption_algorithms ⇒ Array of ⇒ [MintPress::Aws::EC2::Phase1EncryptionAlgorithmsListValue]
'The permitted encryption algorithms for the VPN tunnel for phase 1 IKE negotiations.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'phase_1_encryption_algorithms'
27
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 27 property :phase_1_encryption_algorithms, disposition: :attribute, description: 'The permitted encryption algorithms for the VPN tunnel for phase 1 IKE negotiations.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'phase_1_encryption_algorithms', type: [MintPress::Aws::EC2::Phase1EncryptionAlgorithmsListValue], array: true
-
#phase_1_integrity_algorithms ⇒ Array of ⇒ [MintPress::Aws::EC2::Phase1IntegrityAlgorithmsListValue]
'The permitted integrity algorithms for the VPN tunnel for phase 1 IKE negotiations.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'phase_1_integrity_algorithms'
28
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 28 property :phase_1_integrity_algorithms, disposition: :attribute, description: 'The permitted integrity algorithms for the VPN tunnel for phase 1 IKE negotiations.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'phase_1_integrity_algorithms', type: [MintPress::Aws::EC2::Phase1IntegrityAlgorithmsListValue], array: true
-
#phase_1_lifetime_seconds ⇒ [Integer]
'The lifetime for phase 1 of the IKE negotiation, in seconds.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'phase_1_lifetime_seconds'
29
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 29 property :phase_1_lifetime_seconds, disposition: :attribute, description: 'The lifetime for phase 1 of the IKE negotiation, in seconds.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'phase_1_lifetime_seconds', type: [Integer]
-
#phase_2_dh_group_numbers ⇒ Array of ⇒ [MintPress::Aws::EC2::Phase2DHGroupNumbersListValue]
'The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 2 IKE negotiations.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'phase_2_dh_group_numbers'
30
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 30 property :phase_2_dh_group_numbers, disposition: :attribute, description: 'The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 2 IKE negotiations.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'phase_2_dh_group_numbers', type: [MintPress::Aws::EC2::Phase2DHGroupNumbersListValue], array: true
-
#phase_2_encryption_algorithms ⇒ Array of ⇒ [MintPress::Aws::EC2::Phase2EncryptionAlgorithmsListValue]
'The permitted encryption algorithms for the VPN tunnel for phase 2 IKE negotiations.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'phase_2_encryption_algorithms'
31
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 31 property :phase_2_encryption_algorithms, disposition: :attribute, description: 'The permitted encryption algorithms for the VPN tunnel for phase 2 IKE negotiations.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'phase_2_encryption_algorithms', type: [MintPress::Aws::EC2::Phase2EncryptionAlgorithmsListValue], array: true
-
#phase_2_integrity_algorithms ⇒ Array of ⇒ [MintPress::Aws::EC2::Phase2IntegrityAlgorithmsListValue]
'The permitted integrity algorithms for the VPN tunnel for phase 2 IKE negotiations.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'phase_2_integrity_algorithms'
32
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 32 property :phase_2_integrity_algorithms, disposition: :attribute, description: 'The permitted integrity algorithms for the VPN tunnel for phase 2 IKE negotiations.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'phase_2_integrity_algorithms', type: [MintPress::Aws::EC2::Phase2IntegrityAlgorithmsListValue], array: true
-
#phase_2_lifetime_seconds ⇒ [Integer]
'The lifetime for phase 2 of the IKE negotiation, in seconds.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'phase_2_lifetime_seconds'
33
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 33 property :phase_2_lifetime_seconds, disposition: :attribute, description: 'The lifetime for phase 2 of the IKE negotiation, in seconds.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'phase_2_lifetime_seconds', type: [Integer]
-
#pre_shared_key ⇒ [String]
'The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'pre_shared_key'
34
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 34 property :pre_shared_key, disposition: :attribute, description: 'The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'pre_shared_key', type: [String]
-
#rekey_fuzz_percentage ⇒ [Integer]
'The percentage of the rekey window determined by RekeyMarginTimeSeconds during which the rekey time is randomly selected.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'rekey_fuzz_percentage'
35
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 35 property :rekey_fuzz_percentage, disposition: :attribute, description: 'The percentage of the rekey window determined by RekeyMarginTimeSeconds during which the rekey time is randomly selected.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'rekey_fuzz_percentage', type: [Integer]
-
#rekey_margin_time_seconds ⇒ [Integer]
'The margin time, in seconds, before the phase 2 lifetime expires, during which the AWS side of the VPN connection performs an IKE rekey.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'rekey_margin_time_seconds'
36
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 36 property :rekey_margin_time_seconds, disposition: :attribute, description: 'The margin time, in seconds, before the phase 2 lifetime expires, during which the AWS side of the VPN connection performs an IKE rekey.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'rekey_margin_time_seconds', type: [Integer]
-
#replay_window_size ⇒ [Integer]
'The number of packets in an IKE replay window.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'replay_window_size'
37
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 37 property :replay_window_size, disposition: :attribute, description: 'The number of packets in an IKE replay window.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'replay_window_size', type: [Integer]
-
#startup_action ⇒ [String]
'The action to take when the establishing the VPN tunnels for a VPN connection.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'startup_action'
38
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 38 property :startup_action, disposition: :attribute, description: 'The action to take when the establishing the VPN tunnels for a VPN connection.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'startup_action', type: [String]
-
#tunnel_inside_cidr ⇒ [String]
'The range of inside IPv4 addresses for the tunnel.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'tunnel_inside_cidr'
39
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 39 property :tunnel_inside_cidr, disposition: :attribute, description: 'The range of inside IPv4 addresses for the tunnel.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'tunnel_inside_cidr', type: [String]
-
#tunnel_inside_ipv_6_cidr ⇒ [String]
'The range of inside IPv6 addresses for the tunnel.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::TunnelOption"
- orig_name ⇒ 'tunnel_inside_ipv_6_cidr'
40
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 40 property :tunnel_inside_ipv_6_cidr, disposition: :attribute, description: 'The range of inside IPv6 addresses for the tunnel.', source: "MintPress::Aws::EC2::TunnelOption", orig_name: 'tunnel_inside_ipv_6_cidr', type: [String]
-
#region ⇒ String
Region _specifically for this object_. If you're not doing different objects in different regions, you should not set this, but rather set the region on your AwsPlatformProvider instead
Property Attributes44
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 44 property :region, type: String
-
#platform ⇒ MintPress::InfrastructureAws::AwsPlatform (Default Value: MintPress::InfrastructureAws::AwsPlatform.new)
The platform details, including credentials - normally this will come via AwsPlatformProvider (see the Infrastructure Providers section of the documentation)
Property Attributes- default ⇒ MintPress::InfrastructureAws::AwsPlatform.new
47
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/tunnel_option.rb', line 47 property :platform, type: MintPress::InfrastructureAws::AwsPlatform, default: MintPress::InfrastructureAws::AwsPlatform.new
Properties (Read Only)
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary
Attributes included from Mixins::Properties
#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ TunnelOption
constructor
A new instance of TunnelOption.
Methods included from AwsCommon
#alive?, all, #attach_generic, #attached?, #available?, #build_create_hash, #by_id, #by_name, #create_generic, #delete_cascade_generic, #delete_generic, #detach_generic, #exists?, #fill_in_details, #find_by_details, #find_global_object, #get_aws_region, #get_state, #handle_singleton_object, #harvest, #perform_operation, #prop_to_hash, #register_aws_object, #resource_api, #running?, #start_generic, #started?, #stop_generic, #terminate_generic
Methods included from Mixins::Properties
#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send