Class: Google::Apis::ComputeAlpha::ResourcePoliciesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ResourcePoliciesScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#resource_policies ⇒ Array<Google::Apis::ComputeAlpha::ResourcePolicy>
A list of resourcePolicies contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::ResourcePoliciesScopedList::Warning
Informational warning which replaces the list of resourcePolicies when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResourcePoliciesScopedList
constructor
A new instance of ResourcePoliciesScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResourcePoliciesScopedList
Returns a new instance of ResourcePoliciesScopedList.
36553 36554 36555 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 36553 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_policies ⇒ Array<Google::Apis::ComputeAlpha::ResourcePolicy>
A list of resourcePolicies contained in this scope.
Corresponds to the JSON property resourcePolicies
36545 36546 36547 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 36545 def resource_policies @resource_policies end |
#warning ⇒ Google::Apis::ComputeAlpha::ResourcePoliciesScopedList::Warning
Informational warning which replaces the list of resourcePolicies when the
list is empty.
Corresponds to the JSON property warning
36551 36552 36553 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 36551 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
36558 36559 36560 36561 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 36558 def update!(**args) @resource_policies = args[:resource_policies] if args.key?(:resource_policies) @warning = args[:warning] if args.key?(:warning) end |