Class FirewallEndpointEndpointSettings
Settings for the endpoint.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class FirewallEndpointEndpointSettings : IDirectResponseSchema
Properties
ContentCloudRegion
Optional. The content cloud region of the endpoint.
Declaration
[JsonProperty("contentCloudRegion")]
public virtual string ContentCloudRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HttpPartialResponseBlocked
Optional. Whether to block HTTP partial responses for the endpoint. When this is true, resumption of blocked malicious HTTP file downloads will be blocked by the firewall. False provides maximum availability, true provides maximum security.
Declaration
[JsonProperty("httpPartialResponseBlocked")]
public virtual bool? HttpPartialResponseBlocked { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
JumboFramesEnabled
Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value is false.
Declaration
[JsonProperty("jumboFramesEnabled")]
public virtual bool? JumboFramesEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |