class Google::Apis::ContainerV1::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_v1/classes.rb, line 1457
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_v1/classes.rb, line 1462
def update!(**args)
  @disabled = args[:disabled] if args.key?(:disabled)
end