Class: Google::Apis::ComputeV1::TargetHttpsProxiesScopedList

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

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ TargetHttpsProxiesScopedList

Returns a new instance of TargetHttpsProxiesScopedList.



26777
26778
26779
# File 'generated/google/apis/compute_v1/classes.rb', line 26777

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

Instance Attribute Details

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

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



26769
26770
26771
# File 'generated/google/apis/compute_v1/classes.rb', line 26769

def target_https_proxies
  @target_https_proxies
end

#warningGoogle::Apis::ComputeV1::TargetHttpsProxiesScopedList::Warning

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



26775
26776
26777
# File 'generated/google/apis/compute_v1/classes.rb', line 26775

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



26782
26783
26784
26785
# File 'generated/google/apis/compute_v1/classes.rb', line 26782

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