Class: Google::Apis::ComputeAlpha::ResourcePoliciesScopedList

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

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

#to_json

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

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ResourcePoliciesScopedList

Returns a new instance of ResourcePoliciesScopedList.



27297
27298
27299
# File 'generated/google/apis/compute_alpha/classes.rb', line 27297

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

Instance Attribute Details

#resource_policiesArray<Google::Apis::ComputeAlpha::ResourcePolicy>

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



27289
27290
27291
# File 'generated/google/apis/compute_alpha/classes.rb', line 27289

def resource_policies
  @resource_policies
end

#warningGoogle::Apis::ComputeAlpha::ResourcePoliciesScopedList::Warning

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



27295
27296
27297
# File 'generated/google/apis/compute_alpha/classes.rb', line 27295

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



27302
27303
27304
27305
# File 'generated/google/apis/compute_alpha/classes.rb', line 27302

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