Class: Google::Apis::ComputeBeta::SslPoliciesScopedList

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

Returns a new instance of SslPoliciesScopedList.



43796
43797
43798
# File 'lib/google/apis/compute_beta/classes.rb', line 43796

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

Instance Attribute Details

#ssl_policiesArray<Google::Apis::ComputeBeta::SslPolicy>

A list of SslPolicies contained in this scope. Corresponds to the JSON property sslPolicies



43788
43789
43790
# File 'lib/google/apis/compute_beta/classes.rb', line 43788

def ssl_policies
  @ssl_policies
end

#warningGoogle::Apis::ComputeBeta::SslPoliciesScopedList::Warning

Informational warning which replaces the list of SSL policies when the list is empty. Corresponds to the JSON property warning



43794
43795
43796
# File 'lib/google/apis/compute_beta/classes.rb', line 43794

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43801
43802
43803
43804
# File 'lib/google/apis/compute_beta/classes.rb', line 43801

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