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

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResourcePoliciesScopedList

Returns a new instance of ResourcePoliciesScopedList.



38014
38015
38016
# File 'lib/google/apis/compute_alpha/classes.rb', line 38014

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



38006
38007
38008
# File 'lib/google/apis/compute_alpha/classes.rb', line 38006

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



38012
38013
38014
# File 'lib/google/apis/compute_alpha/classes.rb', line 38012

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38019
38020
38021
38022
# File 'lib/google/apis/compute_alpha/classes.rb', line 38019

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