Class: Google::Apis::BeyondcorpV1alpha::Ingress

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/beyondcorp_v1alpha/classes.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb

Overview

Settings of how to connect to the ClientGateway. One of the following options should be set.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Ingress

Returns a new instance of Ingress.



3285
3286
3287
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3285

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#configGoogle::Apis::BeyondcorpV1alpha::Config

The basic ingress config for ClientGateways. Corresponds to the JSON property config



3283
3284
3285
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3283

def config
  @config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3290
3291
3292
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3290

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