Class: Google::Apis::ComputeBeta::TargetHttpsProxiesScopedList

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) ⇒ TargetHttpsProxiesScopedList

Returns a new instance of TargetHttpsProxiesScopedList.



37264
37265
37266
# File 'lib/google/apis/compute_beta/classes.rb', line 37264

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

Instance Attribute Details

#target_https_proxiesArray<Google::Apis::ComputeBeta::TargetHttpsProxy>

A list of TargetHttpsProxies contained in this scope. Corresponds to the JSON property targetHttpsProxies



37256
37257
37258
# File 'lib/google/apis/compute_beta/classes.rb', line 37256

def target_https_proxies
  @target_https_proxies
end

#warningGoogle::Apis::ComputeBeta::TargetHttpsProxiesScopedList::Warning

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



37262
37263
37264
# File 'lib/google/apis/compute_beta/classes.rb', line 37262

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



37269
37270
37271
37272
# File 'lib/google/apis/compute_beta/classes.rb', line 37269

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