Class: Google::Apis::ComputeAlpha::TargetHttpsProxiesScopedList

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



37576
37577
37578
# File 'generated/google/apis/compute_alpha/classes.rb', line 37576

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

Instance Attribute Details

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

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



37568
37569
37570
# File 'generated/google/apis/compute_alpha/classes.rb', line 37568

def target_https_proxies
  @target_https_proxies
end

#warningGoogle::Apis::ComputeAlpha::TargetHttpsProxiesScopedList::Warning

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



37574
37575
37576
# File 'generated/google/apis/compute_alpha/classes.rb', line 37574

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



37581
37582
37583
37584
# File 'generated/google/apis/compute_alpha/classes.rb', line 37581

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