Reference documentation and code samples for the Google Cloud Network Security V1 Client class EndpointSettings.
Settings for the endpoint.
Generated from protobuf message google.cloud.networksecurity.v1.FirewallEndpoint.EndpointSettings
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ FirewallEndpointMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ jumbo_frames_enabled |
bool
Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value is false. |
getJumboFramesEnabled
Optional. Immutable. Indicates whether Jumbo Frames are enabled.
Default value is false.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setJumboFramesEnabled
Optional. Immutable. Indicates whether Jumbo Frames are enabled.
Default value is false.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|