Reference documentation and code samples for the Google Cloud Network Security V1 Client class Protocol.
Antivirus protocol.
Protobuf type google.cloud.networksecurity.v1.Protocol
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PROTOCOL_UNSPECIFIED
Value: 0Protocol not specified.
Generated from protobuf enum PROTOCOL_UNSPECIFIED = 0;
SMTP
Value: 1SMTP protocol
Generated from protobuf enum SMTP = 1;
SMB
Value: 2SMB protocol
Generated from protobuf enum SMB = 2;
POP3
Value: 3POP3 protocol
Generated from protobuf enum POP3 = 3;
IMAP
Value: 4IMAP protocol
Generated from protobuf enum IMAP = 4;
HTTP2
Value: 5HTTP2 protocol
Generated from protobuf enum HTTP2 = 5;
HTTP
Value: 6HTTP protocol
Generated from protobuf enum HTTP = 6;
FTP
Value: 7FTP protocol
Generated from protobuf enum FTP = 7;