AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListServerNeighbors operation. Retrieves a list of servers that are one network hop away from a specified server.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceRequest
      Amazon.ApplicationDiscoveryService.Model.ListServerNeighborsRequest

Namespace: Amazon.ApplicationDiscoveryService.Model
Assembly: AWSSDK.ApplicationDiscoveryService.dll
Version: 3.x.y.z

Syntax

C#
public class ListServerNeighborsRequest : AmazonApplicationDiscoveryServiceRequest
         IAmazonWebServiceRequest

The ListServerNeighborsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConfigurationId System.String

Gets and sets the property ConfigurationId.

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

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

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

Public Property NeighborConfigurationIds System.Collections.Generic.List<System.String>

Gets and sets the property NeighborConfigurationIds.

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

Public Property NextToken System.String

Gets and sets the property NextToken.

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.

Public Property PortInformationNeeded System.Boolean

Gets and sets the property PortInformationNeeded.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5