Class: Google::Apis::ComputeV1::BackendServiceReference

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BackendServiceReference

Returns a new instance of BackendServiceReference.



4187
4188
4189
# File 'lib/google/apis/compute_v1/classes.rb', line 4187

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

Instance Attribute Details

#backend_serviceString

Corresponds to the JSON property backendService

Returns:

  • (String)


4185
4186
4187
# File 'lib/google/apis/compute_v1/classes.rb', line 4185

def backend_service
  @backend_service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4192
4193
4194
# File 'lib/google/apis/compute_v1/classes.rb', line 4192

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