Class: Aws::NetworkMonitor::Types::CreateMonitorProbeInput

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

Overview

Creates a monitor probe.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The destination IP address. This must be either IPV4 or IPV6.

Returns:

  • (String)


144
145
146
147
148
149
150
151
152
153
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 144

class CreateMonitorProbeInput < Struct.new(
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :probe_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)


144
145
146
147
148
149
150
151
152
153
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 144

class CreateMonitorProbeInput < Struct.new(
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :probe_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)


144
145
146
147
148
149
150
151
152
153
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 144

class CreateMonitorProbeInput < Struct.new(
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :probe_tags)
  SENSITIVE = []
  include Aws::Structure
end

#probe_tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


144
145
146
147
148
149
150
151
152
153
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 144

class CreateMonitorProbeInput < Struct.new(
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :probe_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)


144
145
146
147
148
149
150
151
152
153
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 144

class CreateMonitorProbeInput < Struct.new(
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :probe_tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The ARN of the subnet.

Returns:

  • (String)


144
145
146
147
148
149
150
151
152
153
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 144

class CreateMonitorProbeInput < Struct.new(
  :source_arn,
  :destination,
  :destination_port,
  :protocol,
  :packet_size,
  :probe_tags)
  SENSITIVE = []
  include Aws::Structure
end