Class: Google::Apis::ComputeAlpha::BackendServiceReference
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::BackendServiceReference
- 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
Instance Attribute Summary collapse
-
#backend_service ⇒ String
Corresponds to the JSON property
backendService
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BackendServiceReference
constructor
A new instance of BackendServiceReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BackendServiceReference
Returns a new instance of BackendServiceReference.
4744 4745 4746 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 4744 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backend_service ⇒ String
Corresponds to the JSON property backendService
4742 4743 4744 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 4742 def backend_service @backend_service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4749 4750 4751 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 4749 def update!(**args) @backend_service = args[:backend_service] if args.key?(:backend_service) end |