Class: Google::Cloud::NetworkSecurity::V1::FirewallEndpoint::EndpointSettings
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::FirewallEndpoint::EndpointSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/firewall_activation.rb
Overview
Settings for the endpoint.
Instance Attribute Summary collapse
-
#jumbo_frames_enabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#jumbo_frames_enabled ⇒ ::Boolean
Returns Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value is false.
100 101 102 103 |
# File 'proto_docs/google/cloud/networksecurity/v1/firewall_activation.rb', line 100 class EndpointSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |