class Google::Apis::AppengineV1beta::NetworkSettings

A NetworkSettings resource is a container for ingress settings for a version or service.

Attributes

ingress_traffic_allowed[RW]

The ingress settings for version or service. Corresponds to the JSON property `ingressTrafficAllowed` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/appengine_v1beta/classes.rb, line 2048
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/appengine_v1beta/classes.rb, line 2053
def update!(**args)
  @ingress_traffic_allowed = args[:ingress_traffic_allowed] if args.key?(:ingress_traffic_allowed)
end