Google Cloud Security Command Center V1 Client - Class Connection (1.28.1)

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

Contains information about the IP connection associated with the finding.

Generated from protobuf message google.cloud.securitycenter.v1.Connection

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ destination_ip string

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

↳ destination_port int

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

↳ source_ip string

Source IP address.

↳ source_port int

Source port.

↳ protocol int

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

getDestinationIp

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

Returns
Type Description
string

setDestinationIp

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

Parameter
Name Description
var string
Returns
Type Description
$this

getDestinationPort

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

Returns
Type Description
int

setDestinationPort

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

Parameter
Name Description
var int
Returns
Type Description
$this

getSourceIp

Source IP address.

Returns
Type Description
string

setSourceIp

Source IP address.

Parameter
Name Description
var string
Returns
Type Description
$this

getSourcePort

Source port.

Returns
Type Description
int

setSourcePort

Source port.

Parameter
Name Description
var int
Returns
Type Description
$this

getProtocol

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

Returns
Type Description
int

setProtocol

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

Parameter
Name Description
var int
Returns
Type Description
$this