Class: Google::Apis::ComputeV1::ResourcePoliciesScopedList

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



24525
24526
24527
# File 'generated/google/apis/compute_v1/classes.rb', line 24525

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

Instance Attribute Details

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

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



24517
24518
24519
# File 'generated/google/apis/compute_v1/classes.rb', line 24517

def resource_policies
  @resource_policies
end

#warningGoogle::Apis::ComputeV1::ResourcePoliciesScopedList::Warning

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



24523
24524
24525
# File 'generated/google/apis/compute_v1/classes.rb', line 24523

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



24530
24531
24532
24533
# File 'generated/google/apis/compute_v1/classes.rb', line 24530

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