Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::Connection (v0.17.0)

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

Contains information about the IP connection associated with the finding.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#destination_ip

def destination_ip() -> ::String
Returns
  • (::String) — Destination IP address. Not present for sockets that are listening and not connected.

#destination_ip=

def destination_ip=(value) -> ::String
Parameter
  • value (::String) — Destination IP address. Not present for sockets that are listening and not connected.
Returns
  • (::String) — Destination IP address. Not present for sockets that are listening and not connected.

#destination_port

def destination_port() -> ::Integer
Returns
  • (::Integer) — Destination port. Not present for sockets that are listening and not connected.

#destination_port=

def destination_port=(value) -> ::Integer
Parameter
  • value (::Integer) — Destination port. Not present for sockets that are listening and not connected.
Returns
  • (::Integer) — Destination port. Not present for sockets that are listening and not connected.

#protocol

def protocol() -> ::Google::Cloud::SecurityCenter::V1::Connection::Protocol
Returns

#protocol=

def protocol=(value) -> ::Google::Cloud::SecurityCenter::V1::Connection::Protocol
Parameter
Returns

#source_ip

def source_ip() -> ::String
Returns
  • (::String) — Source IP address.

#source_ip=

def source_ip=(value) -> ::String
Parameter
  • value (::String) — Source IP address.
Returns
  • (::String) — Source IP address.

#source_port

def source_port() -> ::Integer
Returns
  • (::Integer) — Source port.

#source_port=

def source_port=(value) -> ::Integer
Parameter
  • value (::Integer) — Source port.
Returns
  • (::Integer) — Source port.