Class: Google::Apis::ComputeBeta::TargetSslProxiesSetBackendServiceRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TargetSslProxiesSetBackendServiceRequest

Returns a new instance of TargetSslProxiesSetBackendServiceRequest.

[View source]

34543
34544
34545
# File 'generated/google/apis/compute_beta/classes.rb', line 34543

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

Instance Attribute Details

#serviceString

The URL of the new BackendService resource for the targetSslProxy. Corresponds to the JSON property service

Returns:

  • (String)

34541
34542
34543
# File 'generated/google/apis/compute_beta/classes.rb', line 34541

def service
  @service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

34548
34549
34550
# File 'generated/google/apis/compute_beta/classes.rb', line 34548

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