Class: Aws::EC2::Types::VgwTelemetry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes telemetry for a VPN tunnel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_route_countInteger

The number of accepted routes.

Returns:

  • (Integer)


67300
67301
67302
67303
67304
67305
67306
67307
67308
67309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67300

class VgwTelemetry < Struct.new(
  :accepted_route_count,
  :last_status_change,
  :outside_ip_address,
  :status,
  :status_message,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_arnString

The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.

Returns:

  • (String)


67300
67301
67302
67303
67304
67305
67306
67307
67308
67309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67300

class VgwTelemetry < Struct.new(
  :accepted_route_count,
  :last_status_change,
  :outside_ip_address,
  :status,
  :status_message,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_status_changeTime

The date and time of the last change in status. This field is updated when changes in IKE (Phase 1), IPSec (Phase 2), or BGP status are detected.

Returns:

  • (Time)


67300
67301
67302
67303
67304
67305
67306
67307
67308
67309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67300

class VgwTelemetry < Struct.new(
  :accepted_route_count,
  :last_status_change,
  :outside_ip_address,
  :status,
  :status_message,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#outside_ip_addressString

The Internet-routable IP address of the virtual private gateway's outside interface.

Returns:

  • (String)


67300
67301
67302
67303
67304
67305
67306
67307
67308
67309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67300

class VgwTelemetry < Struct.new(
  :accepted_route_count,
  :last_status_change,
  :outside_ip_address,
  :status,
  :status_message,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the VPN tunnel.

Returns:

  • (String)


67300
67301
67302
67303
67304
67305
67306
67307
67308
67309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67300

class VgwTelemetry < Struct.new(
  :accepted_route_count,
  :last_status_change,
  :outside_ip_address,
  :status,
  :status_message,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

If an error occurs, a description of the error.

Returns:

  • (String)


67300
67301
67302
67303
67304
67305
67306
67307
67308
67309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67300

class VgwTelemetry < Struct.new(
  :accepted_route_count,
  :last_status_change,
  :outside_ip_address,
  :status,
  :status_message,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end