Class: Google::Apis::NetworksecurityV1beta1::FirewallEndpointEndpointSettings

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_enabledBoolean Also known as: jumbo_frames_enabled?

Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value is false. Corresponds to the JSON property jumboFramesEnabled

Returns:

  • (Boolean)


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