Class: MintPress::Aws::EC2::VpnTunnelOption

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

Properties (Read/Write)

  • #dpd_timeout_action ⇒ [String]
    'The action to take after DPD timeout occurs.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::VpnTunnelOption"
    • orig_name'dpd_timeout_action'
    • create_vpn_connection_prop'dpd_timeout_action'
    
    
    19
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 19
    
    property :dpd_timeout_action, disposition: :attribute, description: 'The action to take after DPD timeout occurs.', source: "MintPress::Aws::EC2::VpnTunnelOption", orig_name: 'dpd_timeout_action', type: [String], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'dpd_timeout_seconds'
    • create_vpn_connection_prop'dpd_timeout_seconds'
    
    
    20
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 20
    
    property :dpd_timeout_seconds, disposition: :attribute, description: 'The number of seconds after which a DPD timeout occurs.', source: "MintPress::Aws::EC2::VpnTunnelOption", orig_name: 'dpd_timeout_seconds', type: [Integer], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'ike_versions'
    • create_vpn_connection_prop"ike_versions.value"
    
    
    21
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 21
    
    property :ike_versions, disposition: :attribute, description: 'The IKE versions that are permitted for the VPN tunnel.', source: "MintPress::Aws::EC2::VpnTunnelOption", orig_name: 'ike_versions', type: [String], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'phase_1_dh_group_numbers'
    • create_vpn_connection_prop"phase_1_dh_group_numbers.value"
    
    
    22
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 22
    
    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::VpnTunnelOption", orig_name: 'phase_1_dh_group_numbers', type: [Integer], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'phase_1_encryption_algorithms'
    • create_vpn_connection_prop"phase_1_encryption_algorithms.value"
    
    
    23
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 23
    
    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::VpnTunnelOption", orig_name: 'phase_1_encryption_algorithms', type: [String], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'phase_1_integrity_algorithms'
    • create_vpn_connection_prop"phase_1_integrity_algorithms.value"
    
    
    24
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 24
    
    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::VpnTunnelOption", orig_name: 'phase_1_integrity_algorithms', type: [String], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'phase_1_lifetime_seconds'
    • create_vpn_connection_prop'phase_1_lifetime_seconds'
    
    
    25
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 25
    
    property :phase_1_lifetime_seconds, disposition: :attribute, description: 'The lifetime for phase 1 of the IKE negotiation, in seconds.', source: "MintPress::Aws::EC2::VpnTunnelOption", orig_name: 'phase_1_lifetime_seconds', type: [Integer], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'phase_2_dh_group_numbers'
    • create_vpn_connection_prop"phase_2_dh_group_numbers.value"
    
    
    26
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 26
    
    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::VpnTunnelOption", orig_name: 'phase_2_dh_group_numbers', type: [Integer], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'phase_2_encryption_algorithms'
    • create_vpn_connection_prop"phase_2_encryption_algorithms.value"
    
    
    27
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 27
    
    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::VpnTunnelOption", orig_name: 'phase_2_encryption_algorithms', type: [String], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'phase_2_integrity_algorithms'
    • create_vpn_connection_prop"phase_2_integrity_algorithms.value"
    
    
    28
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 28
    
    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::VpnTunnelOption", orig_name: 'phase_2_integrity_algorithms', type: [String], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'phase_2_lifetime_seconds'
    • create_vpn_connection_prop'phase_2_lifetime_seconds'
    
    
    29
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 29
    
    property :phase_2_lifetime_seconds, disposition: :attribute, description: 'The lifetime for phase 2 of the IKE negotiation, in seconds.', source: "MintPress::Aws::EC2::VpnTunnelOption", orig_name: 'phase_2_lifetime_seconds', type: [Integer], create_vpn_connection_prop: 'phase_2_lifetime_seconds'
  • #pre_shared_key ⇒ [String]
    'The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::VpnTunnelOption"
    • orig_name'pre_shared_key'
    • create_vpn_connection_prop'pre_shared_key'
    
    
    30
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 30
    
    property :pre_shared_key, disposition: :attribute, description: 'The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.', source: "MintPress::Aws::EC2::VpnTunnelOption", orig_name: 'pre_shared_key', type: [String], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'rekey_fuzz_percentage'
    • create_vpn_connection_prop'rekey_fuzz_percentage'
    
    
    31
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 31
    
    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::VpnTunnelOption", orig_name: 'rekey_fuzz_percentage', type: [Integer], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'rekey_margin_time_seconds'
    • create_vpn_connection_prop'rekey_margin_time_seconds'
    
    
    32
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 32
    
    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::VpnTunnelOption", orig_name: 'rekey_margin_time_seconds', type: [Integer], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'replay_window_size'
    • create_vpn_connection_prop'replay_window_size'
    
    
    33
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 33
    
    property :replay_window_size, disposition: :attribute, description: 'The number of packets in an IKE replay window.', source: "MintPress::Aws::EC2::VpnTunnelOption", orig_name: 'replay_window_size', type: [Integer], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'startup_action'
    • create_vpn_connection_prop'startup_action'
    
    
    34
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 34
    
    property :startup_action, disposition: :attribute, description: 'The action to take when the establishing the tunnel for the VPN connection.', source: "MintPress::Aws::EC2::VpnTunnelOption", orig_name: 'startup_action', type: [String], create_vpn_connection_prop: 'startup_action'
  • #tunnel_inside_cidr ⇒ [String]
    'The range of inside IPv4 addresses for the tunnel.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::VpnTunnelOption"
    • orig_name'tunnel_inside_cidr'
    • create_vpn_connection_prop'tunnel_inside_cidr'
    
    
    35
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 35
    
    property :tunnel_inside_cidr, disposition: :attribute, description: 'The range of inside IPv4 addresses for the tunnel.', source: "MintPress::Aws::EC2::VpnTunnelOption", orig_name: 'tunnel_inside_cidr', type: [String], create_vpn_connection_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::VpnTunnelOption"
    • orig_name'tunnel_inside_ipv_6_cidr'
    • create_vpn_connection_prop'tunnel_inside_ipv_6_cidr'
    
    
    36
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 36
    
    property :tunnel_inside_ipv_6_cidr, disposition: :attribute, description: 'The range of inside IPv6 addresses for the tunnel.', source: "MintPress::Aws::EC2::VpnTunnelOption", orig_name: 'tunnel_inside_ipv_6_cidr', type: [String], create_vpn_connection_prop: 'tunnel_inside_ipv_6_cidr'
  • #vpn_tunnel_outside_ip_address ⇒ [String]
    'The external IP address of the VPN tunnel.'

    Property Attributes
    • modify_vpn_tunnel_options_prop'vpn_tunnel_outside_ip_address'
    • read_onlyfalse
    • source"modify_vpn_tunnel_options"
    
    
    37
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 37
    
    property :vpn_tunnel_outside_ip_address, modify_vpn_tunnel_options_prop: 'vpn_tunnel_outside_ip_address', type: [String], read_only: false, source: "modify_vpn_tunnel_options", description: 'The external IP address of the VPN tunnel.'
  • #tunnel_options ⇒ [MintPress::Aws::EC2::ModifyVpnTunnelOption] (Default Value: MintPress::Aws::EC2::ModifyVpnTunnelOption.new)
    'The tunnel options to modify.'

    Property Attributes
    • modify_vpn_tunnel_options_prop'tunnel_options'
    • defaultMintPress::Aws::EC2::ModifyVpnTunnelOption.new
    • read_onlyfalse
    • source"modify_vpn_tunnel_options"
    
    
    38
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 38
    
    property :tunnel_options, modify_vpn_tunnel_options_prop: 'tunnel_options', type: [MintPress::Aws::EC2::ModifyVpnTunnelOption], default: MintPress::Aws::EC2::ModifyVpnTunnelOption.new, read_only: false, source: "modify_vpn_tunnel_options", description: 'The tunnel options to modify.'
  • #dry_run ⇒ [TrueClass,FalseClass]
    'Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.'

    Property Attributes
    • modify_vpn_tunnel_options_prop'dry_run'
    • read_onlyfalse
    • source"modify_vpn_tunnel_options"
    
    
    39
    40
    41
    42
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 39
    
    property :dry_run, modify_vpn_tunnel_options_prop: 'dry_run', type: [TrueClass,FalseClass], read_only: false, source: "modify_vpn_tunnel_options", description: 'Checks whether you have the required permissions for the action,
    without actually making the request, and provides an error response.
    If you have the required permissions, the error response is
    DryRunOperation. Otherwise, it is UnauthorizedOperation.'
  • #vpn_connection ⇒ [MintPress::Aws::EC2::VpnConnection]
    'The ID of the AWS Site-to-Site VPN connection.'

    Property Attributes
    • modify_vpn_tunnel_options_prop'vpn_connection_id'
    • read_onlyfalse
    • source"modify_vpn_tunnel_options"
    • fromString
    
    
    43
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 43
    
    property :vpn_connection, modify_vpn_tunnel_options_prop: 'vpn_connection_id', type: [MintPress::Aws::EC2::VpnConnection], read_only: false, source: "modify_vpn_tunnel_options", description: 'The ID of the AWS Site-to-Site VPN connection.', from: 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 Attributes
    
    
    47
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 47
    
    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
    
    
    50
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpn_tunnel_option.rb', line 50
    
    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 = {}) ⇒ VpnTunnelOption

Returns a new instance of VpnTunnelOption.

Instance Method Details

#modifyObject