Class: MintPress::Aws::EC2::ModifyVpnTunnelOption

Inherits:
Object
  • Object
show all
Includes:
MintLogger, AwsCommon, Mixins::Properties
Defined in:
src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb

Properties (Read/Write)

  • #vpn_connection ⇒ [MintPress::Aws::EC2::VpnConnection] (Default Value: MintPress::Aws::EC2::VpnConnection.new)
    'Describes a VPN connection.'

    Property Attributes
    • disposition:attribute
    • source"Types::ModifyVpnTunnelOptions"
    • orig_name'vpn_connection'
    • defaultMintPress::Aws::EC2::VpnConnection.new
    
    
    16
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 16
    
    property :vpn_connection, disposition: :attribute, description: 'Describes a VPN connection.', source: "Types::ModifyVpnTunnelOptions", orig_name: 'vpn_connection', type: [MintPress::Aws::EC2::VpnConnection], default: MintPress::Aws::EC2::VpnConnection.new
  • #dpd_timeout_action ⇒ [String]
    'The action to take after DPD timeout occurs.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ModifyVpnTunnelOption"
    • orig_name'dpd_timeout_action'
    • modify_vpn_tunnel_options_prop'dpd_timeout_action'
    
    
    17
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 17
    
    property :dpd_timeout_action, disposition: :attribute, description: 'The action to take after DPD timeout occurs.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'dpd_timeout_action', type: [String], modify_vpn_tunnel_options_prop: 'dpd_timeout_action'
  • #dpd_timeout_seconds ⇒ [Integer]
    'The number of seconds after which a DPD timeout occurs.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ModifyVpnTunnelOption"
    • orig_name'dpd_timeout_seconds'
    • modify_vpn_tunnel_options_prop'dpd_timeout_seconds'
    
    
    18
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 18
    
    property :dpd_timeout_seconds, disposition: :attribute, description: 'The number of seconds after which a DPD timeout occurs.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'dpd_timeout_seconds', type: [Integer], modify_vpn_tunnel_options_prop: 'dpd_timeout_seconds'
  • #ike_versions ⇒ Array of ⇒ [String]
    'The IKE versions that are permitted for the VPN tunnel.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ModifyVpnTunnelOption"
    • orig_name'ike_versions'
    • modify_vpn_tunnel_options_prop"ike_versions.value"
    
    
    19
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 19
    
    property :ike_versions, disposition: :attribute, description: 'The IKE versions that are permitted for the VPN tunnel.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'ike_versions', type: [String], modify_vpn_tunnel_options_prop: "ike_versions.value", array: true
  • #phase_1_dh_group_numbers ⇒ Array of ⇒ [Integer]
    'One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 1 IKE negotiations.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ModifyVpnTunnelOption"
    • orig_name'phase_1_dh_group_numbers'
    • modify_vpn_tunnel_options_prop"phase_1_dh_group_numbers.value"
    
    
    20
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 20
    
    property :phase_1_dh_group_numbers, disposition: :attribute, description: 'One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 1 IKE negotiations.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'phase_1_dh_group_numbers', type: [Integer], modify_vpn_tunnel_options_prop: "phase_1_dh_group_numbers.value", array: true
  • #phase_1_encryption_algorithms ⇒ Array of ⇒ [String]
    'One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ModifyVpnTunnelOption"
    • orig_name'phase_1_encryption_algorithms'
    • modify_vpn_tunnel_options_prop"phase_1_encryption_algorithms.value"
    
    
    21
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 21
    
    property :phase_1_encryption_algorithms, disposition: :attribute, description: 'One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'phase_1_encryption_algorithms', type: [String], modify_vpn_tunnel_options_prop: "phase_1_encryption_algorithms.value", array: true
  • #phase_1_integrity_algorithms ⇒ Array of ⇒ [String]
    'One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ModifyVpnTunnelOption"
    • orig_name'phase_1_integrity_algorithms'
    • modify_vpn_tunnel_options_prop"phase_1_integrity_algorithms.value"
    
    
    22
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 22
    
    property :phase_1_integrity_algorithms, disposition: :attribute, description: 'One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'phase_1_integrity_algorithms', type: [String], modify_vpn_tunnel_options_prop: "phase_1_integrity_algorithms.value", 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::ModifyVpnTunnelOption"
    • orig_name'phase_1_lifetime_seconds'
    • modify_vpn_tunnel_options_prop'phase_1_lifetime_seconds'
    
    
    23
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 23
    
    property :phase_1_lifetime_seconds, disposition: :attribute, description: 'The lifetime for phase 1 of the IKE negotiation, in seconds.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'phase_1_lifetime_seconds', type: [Integer], modify_vpn_tunnel_options_prop: 'phase_1_lifetime_seconds'
  • #phase_2_dh_group_numbers ⇒ Array of ⇒ [Integer]
    'One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ModifyVpnTunnelOption"
    • orig_name'phase_2_dh_group_numbers'
    • modify_vpn_tunnel_options_prop"phase_2_dh_group_numbers.value"
    
    
    24
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 24
    
    property :phase_2_dh_group_numbers, disposition: :attribute, description: 'One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'phase_2_dh_group_numbers', type: [Integer], modify_vpn_tunnel_options_prop: "phase_2_dh_group_numbers.value", array: true
  • #phase_2_encryption_algorithms ⇒ Array of ⇒ [String]
    'One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ModifyVpnTunnelOption"
    • orig_name'phase_2_encryption_algorithms'
    • modify_vpn_tunnel_options_prop"phase_2_encryption_algorithms.value"
    
    
    25
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 25
    
    property :phase_2_encryption_algorithms, disposition: :attribute, description: 'One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'phase_2_encryption_algorithms', type: [String], modify_vpn_tunnel_options_prop: "phase_2_encryption_algorithms.value", array: true
  • #phase_2_integrity_algorithms ⇒ Array of ⇒ [String]
    'One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ModifyVpnTunnelOption"
    • orig_name'phase_2_integrity_algorithms'
    • modify_vpn_tunnel_options_prop"phase_2_integrity_algorithms.value"
    
    
    26
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 26
    
    property :phase_2_integrity_algorithms, disposition: :attribute, description: 'One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'phase_2_integrity_algorithms', type: [String], modify_vpn_tunnel_options_prop: "phase_2_integrity_algorithms.value", 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::ModifyVpnTunnelOption"
    • orig_name'phase_2_lifetime_seconds'
    • modify_vpn_tunnel_options_prop'phase_2_lifetime_seconds'
    
    
    27
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 27
    
    property :phase_2_lifetime_seconds, disposition: :attribute, description: 'The lifetime for phase 2 of the IKE negotiation, in seconds.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'phase_2_lifetime_seconds', type: [Integer], modify_vpn_tunnel_options_prop: 'phase_2_lifetime_seconds'
  • #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::ModifyVpnTunnelOption"
    • orig_name'pre_shared_key'
    • modify_vpn_tunnel_options_prop'pre_shared_key'
    
    
    28
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 28
    
    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::ModifyVpnTunnelOption", orig_name: 'pre_shared_key', type: [String], modify_vpn_tunnel_options_prop: 'pre_shared_key'
  • #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::ModifyVpnTunnelOption"
    • orig_name'rekey_fuzz_percentage'
    • modify_vpn_tunnel_options_prop'rekey_fuzz_percentage'
    
    
    29
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 29
    
    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::ModifyVpnTunnelOption", orig_name: 'rekey_fuzz_percentage', type: [Integer], modify_vpn_tunnel_options_prop: 'rekey_fuzz_percentage'
  • #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::ModifyVpnTunnelOption"
    • orig_name'rekey_margin_time_seconds'
    • modify_vpn_tunnel_options_prop'rekey_margin_time_seconds'
    
    
    30
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 30
    
    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::ModifyVpnTunnelOption", orig_name: 'rekey_margin_time_seconds', type: [Integer], modify_vpn_tunnel_options_prop: 'rekey_margin_time_seconds'
  • #replay_window_size ⇒ [Integer]
    'The number of packets in an IKE replay window.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ModifyVpnTunnelOption"
    • orig_name'replay_window_size'
    • modify_vpn_tunnel_options_prop'replay_window_size'
    
    
    31
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 31
    
    property :replay_window_size, disposition: :attribute, description: 'The number of packets in an IKE replay window.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'replay_window_size', type: [Integer], modify_vpn_tunnel_options_prop: 'replay_window_size'
  • #startup_action ⇒ [String]
    'The action to take when the establishing the tunnel for the VPN connection.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ModifyVpnTunnelOption"
    • orig_name'startup_action'
    • modify_vpn_tunnel_options_prop'startup_action'
    
    
    32
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 32
    
    property :startup_action, disposition: :attribute, description: 'The action to take when the establishing the tunnel for the VPN connection.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'startup_action', type: [String], modify_vpn_tunnel_options_prop: 'startup_action'
  • #tunnel_inside_cidr ⇒ [String]
    'The range of inside IPv4 addresses for the tunnel.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ModifyVpnTunnelOption"
    • orig_name'tunnel_inside_cidr'
    • modify_vpn_tunnel_options_prop'tunnel_inside_cidr'
    
    
    33
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 33
    
    property :tunnel_inside_cidr, disposition: :attribute, description: 'The range of inside IPv4 addresses for the tunnel.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'tunnel_inside_cidr', type: [String], modify_vpn_tunnel_options_prop: 'tunnel_inside_cidr'
  • #tunnel_inside_ipv_6_cidr ⇒ [String]
    'The range of inside IPv6 addresses for the tunnel.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ModifyVpnTunnelOption"
    • orig_name'tunnel_inside_ipv_6_cidr'
    • modify_vpn_tunnel_options_prop'tunnel_inside_ipv_6_cidr'
    
    
    34
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 34
    
    property :tunnel_inside_ipv_6_cidr, disposition: :attribute, description: 'The range of inside IPv6 addresses for the tunnel.', source: "MintPress::Aws::EC2::ModifyVpnTunnelOption", orig_name: 'tunnel_inside_ipv_6_cidr', type: [String], modify_vpn_tunnel_options_prop: 'tunnel_inside_ipv_6_cidr'
  • #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 Attributes
    
    
    38
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 38
    
    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
    • defaultMintPress::InfrastructureAws::AwsPlatform.new
    
    
    41
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/modify_vpn_tunnel_option.rb', line 41
    
    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

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

Constructor Details

#initialize(opts = {}) ⇒ ModifyVpnTunnelOption

Returns a new instance of ModifyVpnTunnelOption.