Class: Google::Apis::ComputeV1::ResourcePoliciesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::ResourcePoliciesScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#resource_policies ⇒ Array<Google::Apis::ComputeV1::ResourcePolicy>
A list of resourcePolicies contained in this scope.
-
#warning ⇒ Google::Apis::ComputeV1::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.
31362 31363 31364 |
# File 'lib/google/apis/compute_v1/classes.rb', line 31362 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_policies ⇒ Array<Google::Apis::ComputeV1::ResourcePolicy>
A list of resourcePolicies contained in this scope.
Corresponds to the JSON property resourcePolicies
31354 31355 31356 |
# File 'lib/google/apis/compute_v1/classes.rb', line 31354 def resource_policies @resource_policies end |
#warning ⇒ Google::Apis::ComputeV1::ResourcePoliciesScopedList::Warning
Informational warning which replaces the list of resourcePolicies when the
list is empty.
Corresponds to the JSON property warning
31360 31361 31362 |
# File 'lib/google/apis/compute_v1/classes.rb', line 31360 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31367 31368 31369 31370 |
# File 'lib/google/apis/compute_v1/classes.rb', line 31367 def update!(**args) @resource_policies = args[:resource_policies] if args.key?(:resource_policies) @warning = args[:warning] if args.key?(:warning) end |