Class: Aws::NetworkMonitor::Types::UpdateProbeInput

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

#destinationString

The updated IP address for the probe destination. This must be either an IPv4 or IPv6 address.

Returns:

  • (String)


861
862
863
864
865
866
867
868
869
870
871
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 861

class UpdateProbeInput < Struct.new(
  :monitor_name,
  :probe_id,
  :state,
  :destination,
  :destination_port,
  :protocol,
  :packet_size)
  SENSITIVE = []
  include Aws::Structure
end

#destination_portInteger

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

Returns:

  • (Integer)


861
862
863
864
865
866
867
868
869
870
871
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 861

class UpdateProbeInput < Struct.new(
  :monitor_name,
  :probe_id,
  :state,
  :destination,
  :destination_port,
  :protocol,
  :packet_size)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_nameString

The name of the monitor that the probe was updated for.

Returns:

  • (String)


861
862
863
864
865
866
867
868
869
870
871
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 861

class UpdateProbeInput < Struct.new(
  :monitor_name,
  :probe_id,
  :state,
  :destination,
  :destination_port,
  :protocol,
  :packet_size)
  SENSITIVE = []
  include Aws::Structure
end

#packet_sizeInteger

he updated packets size for network traffic between the source and destination. This must be a number between 56 and 8500.

Returns:

  • (Integer)


861
862
863
864
865
866
867
868
869
870
871
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 861

class UpdateProbeInput < Struct.new(
  :monitor_name,
  :probe_id,
  :state,
  :destination,
  :destination_port,
  :protocol,
  :packet_size)
  SENSITIVE = []
  include Aws::Structure
end

#probe_idString

The ID of the probe to update.

Returns:

  • (String)


861
862
863
864
865
866
867
868
869
870
871
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 861

class UpdateProbeInput < Struct.new(
  :monitor_name,
  :probe_id,
  :state,
  :destination,
  :destination_port,
  :protocol,
  :packet_size)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

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

Returns:

  • (String)


861
862
863
864
865
866
867
868
869
870
871
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 861

class UpdateProbeInput < Struct.new(
  :monitor_name,
  :probe_id,
  :state,
  :destination,
  :destination_port,
  :protocol,
  :packet_size)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the probe update.

Returns:

  • (String)


861
862
863
864
865
866
867
868
869
870
871
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 861

class UpdateProbeInput < Struct.new(
  :monitor_name,
  :probe_id,
  :state,
  :destination,
  :destination_port,
  :protocol,
  :packet_size)
  SENSITIVE = []
  include Aws::Structure
end