Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Port

Package version

A port resource represents a server port on a machine. The port may be actively monitored, i.e., a Dependency Agent is running on its machine, or discovered, i.e., its existence was inferred by observing the data stream from monitored machines. A port is live during an interval of time, if that port had associated activity during (parts) of that interval.

Hierarchy

  • Port

Index

Properties

Optional displayName

displayName: undefined | string

Name to use for display purposes.

Optional etag

etag: undefined | string

Resource ETAG.

Optional id

id: undefined | string

Resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

Optional ipAddress

ipAddress: undefined | string

IP address associated with the port. At present only IPv4 addresses are supported.

kind

kind: "port"

Polymorphic Discriminator

Optional machine

Machine hosting this port.

Optional monitoringState

monitoringState: MonitoringState

Specifies whether the port is actively monitored or discovered. Possible values include: 'monitored', 'discovered'

Optional name

name: undefined | string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional portNumber

portNumber: undefined | number

Port number.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc