Class: Google::Apis::ComputeBeta::TargetHttpProxiesScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/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.



36109
36110
36111
# File 'lib/google/apis/compute_beta/classes.rb', line 36109

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

Instance Attribute Details

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

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



36101
36102
36103
# File 'lib/google/apis/compute_beta/classes.rb', line 36101

def target_http_proxies
  @target_http_proxies
end

#warningGoogle::Apis::ComputeBeta::TargetHttpProxiesScopedList::Warning

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



36107
36108
36109
# File 'lib/google/apis/compute_beta/classes.rb', line 36107

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



36114
36115
36116
36117
# File 'lib/google/apis/compute_beta/classes.rb', line 36114

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