Class: Google::Apis::ComputeBeta::BackendServiceReference
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::BackendServiceReference
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/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.
4128 4129 4130 |
# File 'lib/google/apis/compute_beta/classes.rb', line 4128 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backend_service ⇒ String
Corresponds to the JSON property backendService
4126 4127 4128 |
# File 'lib/google/apis/compute_beta/classes.rb', line 4126 def backend_service @backend_service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4133 4134 4135 |
# File 'lib/google/apis/compute_beta/classes.rb', line 4133 def update!(**args) @backend_service = args[:backend_service] if args.key?(:backend_service) end |