Class: Google::Apis::ComputeAlpha::TargetHttpProxiesScopedList

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

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TargetHttpProxiesScopedList

Returns a new instance of TargetHttpProxiesScopedList.



49484
49485
49486
# File 'lib/google/apis/compute_alpha/classes.rb', line 49484

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

Instance Attribute Details

#target_http_proxiesArray<Google::Apis::ComputeAlpha::TargetHttpProxy>

A list of TargetHttpProxies contained in this scope. Corresponds to the JSON property targetHttpProxies



49476
49477
49478
# File 'lib/google/apis/compute_alpha/classes.rb', line 49476

def target_http_proxies
  @target_http_proxies
end

#warningGoogle::Apis::ComputeAlpha::TargetHttpProxiesScopedList::Warning

Informational warning which replaces the list of backend services when the list is empty. Corresponds to the JSON property warning



49482
49483
49484
# File 'lib/google/apis/compute_alpha/classes.rb', line 49482

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



49489
49490
49491
49492
# File 'lib/google/apis/compute_alpha/classes.rb', line 49489

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