Class: Aws::NetworkMonitor::Types::Probe

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

Overview

Describes information about a network monitor probe.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_familyString

The IPv4 or IPv6 address for the probe.

Returns:

  • (String)


633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 633

class Probe < Struct.new(
  :probe_id,
  :probe_arn,
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :address_family,
  :vpc_id,
  :state,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time and date the probe was created.

Returns:

  • (Time)


633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 633

class Probe < Struct.new(
  :probe_id,
  :probe_arn,
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :address_family,
  :vpc_id,
  :state,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#destinationString

The destination for the probe. This should be either an IPV4 or IPV6.

Returns:

  • (String)


633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 633

class Probe < Struct.new(
  :probe_id,
  :probe_arn,
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :address_family,
  :vpc_id,
  :state,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#destination_portInteger

The destination port for the probe. This is required only if the protocol is TCP and must be a number between 1 and 65536.

Returns:

  • (Integer)


633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 633

class Probe < Struct.new(
  :probe_id,
  :probe_arn,
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :address_family,
  :vpc_id,
  :state,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The time and date that the probe was last modified.

Returns:

  • (Time)


633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 633

class Probe < Struct.new(
  :probe_id,
  :probe_arn,
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :address_family,
  :vpc_id,
  :state,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#packet_sizeInteger

The size of the packets traveling between the source and destination. This must be a number between 56 and

Returns:

  • (Integer)


633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 633

class Probe < Struct.new(
  :probe_id,
  :probe_arn,
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :address_family,
  :vpc_id,
  :state,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#probe_arnString

The ARN of the probe.

Returns:

  • (String)


633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 633

class Probe < Struct.new(
  :probe_id,
  :probe_arn,
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :address_family,
  :vpc_id,
  :state,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#probe_idString

The ID of the probe.

Returns:

  • (String)


633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 633

class Probe < Struct.new(
  :probe_id,
  :probe_arn,
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :address_family,
  :vpc_id,
  :state,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The network protocol for the destination. This can be either TCP or ICMP. If the protocol is TCP, then port is also required.

Returns:

  • (String)


633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 633

class Probe < Struct.new(
  :probe_id,
  :probe_arn,
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :address_family,
  :vpc_id,
  :state,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The ARN of the probe source subnet.

Returns:

  • (String)


633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 633

class Probe < Struct.new(
  :probe_id,
  :probe_arn,
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :address_family,
  :vpc_id,
  :state,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the probe.

Returns:

  • (String)


633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 633

class Probe < Struct.new(
  :probe_id,
  :probe_arn,
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :address_family,
  :vpc_id,
  :state,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of key-value pairs created and assigned to the probe.

Returns:

  • (Hash<String,String>)


633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 633

class Probe < Struct.new(
  :probe_id,
  :probe_arn,
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :address_family,
  :vpc_id,
  :state,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the source VPC subnet.

Returns:

  • (String)


633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 633

class Probe < Struct.new(
  :probe_id,
  :probe_arn,
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :address_family,
  :vpc_id,
  :state,
  :created_at,
  :modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end