Class: Google::Apis::ComputeAlpha::BackendServiceReference

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BackendServiceReference

Returns a new instance of BackendServiceReference.



5029
5030
5031
# File 'lib/google/apis/compute_alpha/classes.rb', line 5029

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

Instance Attribute Details

#backend_serviceString

Corresponds to the JSON property backendService

Returns:

  • (String)


5027
5028
5029
# File 'lib/google/apis/compute_alpha/classes.rb', line 5027

def backend_service
  @backend_service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5034
5035
5036
# File 'lib/google/apis/compute_alpha/classes.rb', line 5034

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