destinationAttributes property

  1. @TagNumber.new(8)
AttributeContext_Peer get destinationAttributes

The destination of a network activity, such as accepting a TCP connection. In a multi hop network activity, the destination represents the receiver of the last hop. Only two fields are used in this message, Peer.port and Peer.ip. These fields are optionally populated by those services utilizing the IAM condition feature.

Implementation

@$pb.TagNumber(8)
$43.AttributeContext_Peer get destinationAttributes => $_getN(4);
  1. @TagNumber.new(8)
set destinationAttributes (AttributeContext_Peer v)

Implementation

@$pb.TagNumber(8)
set destinationAttributes($43.AttributeContext_Peer v) {
  setField(8, v);
}