Class: Google::Apis::ComputeBeta::ResourcePoliciesScopedList

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



21275
21276
21277
# File 'generated/google/apis/compute_beta/classes.rb', line 21275

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

Instance Attribute Details

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

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



21267
21268
21269
# File 'generated/google/apis/compute_beta/classes.rb', line 21267

def resource_policies
  @resource_policies
end

#warningGoogle::Apis::ComputeBeta::ResourcePoliciesScopedList::Warning

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



21273
21274
21275
# File 'generated/google/apis/compute_beta/classes.rb', line 21273

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21280
21281
21282
21283
# File 'generated/google/apis/compute_beta/classes.rb', line 21280

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