Class: Google::Apis::NetworksecurityV1beta1::FirewallEndpointEndpointSettings
- Inherits:
-
Object
- Object
- Google::Apis::NetworksecurityV1beta1::FirewallEndpointEndpointSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/networksecurity_v1beta1/classes.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb
Overview
Settings for the endpoint.
Instance Attribute Summary collapse
-
#jumbo_frames_enabled ⇒ Boolean
(also: #jumbo_frames_enabled?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FirewallEndpointEndpointSettings
constructor
A new instance of FirewallEndpointEndpointSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FirewallEndpointEndpointSettings
Returns a new instance of FirewallEndpointEndpointSettings.
1449 1450 1451 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 1449 def initialize(**args) update!(**args) end |
Instance Attribute Details
#jumbo_frames_enabled ⇒ Boolean Also known as: jumbo_frames_enabled?
Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value
is false.
Corresponds to the JSON property jumboFramesEnabled
1446 1447 1448 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 1446 def jumbo_frames_enabled @jumbo_frames_enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1454 1455 1456 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 1454 def update!(**args) @jumbo_frames_enabled = args[:jumbo_frames_enabled] if args.key?(:jumbo_frames_enabled) end |