Class: Google::Apis::ComputeAlpha::BackendBucketsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::BackendBucketsScopedList
- 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
-
#backend_buckets ⇒ Array<Google::Apis::ComputeAlpha::BackendBucket>
A list of BackendBuckets contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::BackendBucketsScopedList::Warning
Informational warning which replaces the list of backend services when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BackendBucketsScopedList
constructor
A new instance of BackendBucketsScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BackendBucketsScopedList
Returns a new instance of BackendBucketsScopedList.
4066 4067 4068 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 4066 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backend_buckets ⇒ Array<Google::Apis::ComputeAlpha::BackendBucket>
A list of BackendBuckets contained in this scope.
Corresponds to the JSON property backendBuckets
4058 4059 4060 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 4058 def backend_buckets @backend_buckets end |
#warning ⇒ Google::Apis::ComputeAlpha::BackendBucketsScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
4064 4065 4066 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 4064 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4071 4072 4073 4074 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 4071 def update!(**args) @backend_buckets = args[:backend_buckets] if args.key?(:backend_buckets) @warning = args[:warning] if args.key?(:warning) end |