class Google::Apis::ContainerV1beta1::DefaultSnatStatus
DefaultSnatStatus
contains the desired state of whether default sNAT should be disabled on the cluster.
Attributes
disabled[RW]
Disables cluster default sNAT rules. Corresponds to the JSON property `disabled` @return [Boolean]
disabled?[RW]
Disables cluster default sNAT rules. Corresponds to the JSON property `disabled` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 1708 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/container_v1beta1/classes.rb, line 1713 def update!(**args) @disabled = args[:disabled] if args.key?(:disabled) end