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
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.
Generated from protobuf field string destination_ip = 1;
Returns | |
---|---|
Type | Description |
string |
setDestinationIp
Destination IP address. Not present for sockets that are listening and not connected.
Generated from protobuf field string destination_ip = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDestinationPort
Destination port. Not present for sockets that are listening and not connected.
Generated from protobuf field int32 destination_port = 2;
Returns | |
---|---|
Type | Description |
int |
setDestinationPort
Destination port. Not present for sockets that are listening and not connected.
Generated from protobuf field int32 destination_port = 2;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSourceIp
Source IP address.
Generated from protobuf field string source_ip = 3;
Returns | |
---|---|
Type | Description |
string |
setSourceIp
Source IP address.
Generated from protobuf field string source_ip = 3;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSourcePort
Source port.
Generated from protobuf field int32 source_port = 4;
Returns | |
---|---|
Type | Description |
int |
setSourcePort
Source port.
Generated from protobuf field int32 source_port = 4;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getProtocol
IANA Internet Protocol Number such as TCP(6) and UDP(17).
Generated from protobuf field .google.cloud.securitycenter.v1.Connection.Protocol protocol = 5;
Returns | |
---|---|
Type | Description |
int |
setProtocol
IANA Internet Protocol Number such as TCP(6) and UDP(17).
Generated from protobuf field .google.cloud.securitycenter.v1.Connection.Protocol protocol = 5;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |