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
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
- (::Google::Cloud::SecurityCenter::V1::Connection::Protocol) — IANA Internet Protocol Number such as TCP(6) and UDP(17).
#protocol=
def protocol=(value) -> ::Google::Cloud::SecurityCenter::V1::Connection::Protocol
Parameter
- value (::Google::Cloud::SecurityCenter::V1::Connection::Protocol) — IANA Internet Protocol Number such as TCP(6) and UDP(17).
Returns
- (::Google::Cloud::SecurityCenter::V1::Connection::Protocol) — IANA Internet Protocol Number such as TCP(6) and UDP(17).
#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.