Google Cloud Security Command Center v1 API - Class Connection (3.20.0)

public sealed class Connection : IMessage<Connection>, IEquatable<Connection>, IDeepCloneable<Connection>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Connection.

Contains information about the IP connection associated with the finding.

Inheritance

object > Connection

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Connection()

public Connection()

Connection(Connection)

public Connection(Connection other)
Parameter
NameDescription
otherConnection

Properties

DestinationIp

public string DestinationIp { get; set; }

Destination IP address. Not present for sockets that are listening and not connected.

Property Value
TypeDescription
string

DestinationPort

public int DestinationPort { get; set; }

Destination port. Not present for sockets that are listening and not connected.

Property Value
TypeDescription
int

Protocol

public Connection.Types.Protocol Protocol { get; set; }

IANA Internet Protocol Number such as TCP(6) and UDP(17).

Property Value
TypeDescription
ConnectionTypesProtocol

SourceIp

public string SourceIp { get; set; }

Source IP address.

Property Value
TypeDescription
string

SourcePort

public int SourcePort { get; set; }

Source port.

Property Value
TypeDescription
int