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.



1554
1555
1556
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 1554

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)


1551
1552
1553
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 1551

def jumbo_frames_enabled
  @jumbo_frames_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1559
1560
1561
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 1559

def update!(**args)
  @jumbo_frames_enabled = args[:jumbo_frames_enabled] if args.key?(:jumbo_frames_enabled)
end