Class: Aws::NetworkMonitor::Types::GetProbeOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_familyString

Indicates whether the IP address is IPV4 or IPV6.

Returns:

  • (String)


438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 438

class GetProbeOutput < 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 that the probe was created.

Returns:

  • (Time)


438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 438

class GetProbeOutput < 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 IP address for the monitor. This must be either an IPv4 or IPv6 address.

Returns:

  • (String)


438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 438

class GetProbeOutput < 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 port associated with the destination. This is required only if the protocol is TCP and must be a number between 1 and 65536.

Returns:

  • (Integer)


438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 438

class GetProbeOutput < 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)


438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 438

class GetProbeOutput < 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 sent between the source and destination. This must be a number between 56 and 8500.

Returns:

  • (Integer)


438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 438

class GetProbeOutput < 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)


438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 438

class GetProbeOutput < 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 for which details are returned.

Returns:

  • (String)


438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 438

class GetProbeOutput < 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 protocol used for the network traffic between the source and destination. This must be either TCP or ICMP.

Returns:

  • (String)


438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 438

class GetProbeOutput < 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.

Returns:

  • (String)


438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 438

class GetProbeOutput < 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)


438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 438

class GetProbeOutput < 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 assigned to the probe.

Returns:

  • (Hash<String,String>)


438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 438

class GetProbeOutput < 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 or subnet.

Returns:

  • (String)


438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 438

class GetProbeOutput < 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