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.

Information about a Greengrass core's connectivity.

Inheritance Hierarchy

System.Object
  Amazon.Greengrass.Model.ConnectivityInfo

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

Syntax

C#
public class ConnectivityInfo

The ConnectivityInfo type exposes the following members

Constructors

NameDescription
Public Method ConnectivityInfo()

Properties

NameTypeDescription
Public Property HostAddress System.String

Gets and sets the property HostAddress. The endpoint for the Greengrass core. Can be an IP address or DNS.

Public Property Id System.String

Gets and sets the property Id. The ID of the connectivity information.

Public Property Metadata System.String

Gets and sets the property Metadata. Metadata for this endpoint.

Public Property PortNumber System.Int32

Gets and sets the property PortNumber. The port of the Greengrass core. Usually 8883.

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