You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApplicationDiscoveryService::Types::ListServerNeighborsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListServerNeighborsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  configuration_id: "ConfigurationId", # required
  port_information_needed: false,
  neighbor_configuration_ids: ["ConfigurationId"],
  max_results: 1,
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_idString

Configuration ID of the server for which neighbors are being listed.

Returns:

  • (String)

    Configuration ID of the server for which neighbors are being listed.

#max_resultsInteger

Maximum number of results to return in a single page of output.

Returns:

  • (Integer)

    Maximum number of results to return in a single page of output.

#neighbor_configuration_idsArray<String>

List of configuration IDs to test for one-hop-away.

Returns:

  • (Array<String>)

    List of configuration IDs to test for one-hop-away.

#next_tokenString

Token to retrieve the next set of results. For example, if you previously specified 100 IDs for ListServerNeighborsRequest$neighborConfigurationIds but set ListServerNeighborsRequest$maxResults to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.

Returns:

  • (String)

    Token to retrieve the next set of results.

#port_information_neededBoolean

Flag to indicate if port and protocol information is needed as part of the response.

Returns:

  • (Boolean)

    Flag to indicate if port and protocol information is needed as part of the response.