Class: Google::Apis::ComputeBeta::BackendServicesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::BackendServicesScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#backend_services ⇒ Array<Google::Apis::ComputeBeta::BackendService>
A list of BackendServices contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::BackendServicesScopedList::Warning
Informational warning which replaces the list of backend services when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BackendServicesScopedList
constructor
A new instance of BackendServicesScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BackendServicesScopedList
Returns a new instance of BackendServicesScopedList.
4052 4053 4054 |
# File 'generated/google/apis/compute_beta/classes.rb', line 4052 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backend_services ⇒ Array<Google::Apis::ComputeBeta::BackendService>
A list of BackendServices contained in this scope.
Corresponds to the JSON property backendServices
4044 4045 4046 |
# File 'generated/google/apis/compute_beta/classes.rb', line 4044 def backend_services @backend_services end |
#warning ⇒ Google::Apis::ComputeBeta::BackendServicesScopedList::Warning
Informational warning which replaces the list of backend services when the
list is empty.
Corresponds to the JSON property warning
4050 4051 4052 |
# File 'generated/google/apis/compute_beta/classes.rb', line 4050 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4057 4058 4059 4060 |
# File 'generated/google/apis/compute_beta/classes.rb', line 4057 def update!(**args) @backend_services = args[:backend_services] if args.key?(:backend_services) @warning = args[:warning] if args.key?(:warning) end |