Class: Google::Apis::ComputeAlpha::SdsConfig

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

Overview

The configuration to access the SDS server.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SdsConfig

Returns a new instance of SdsConfig.



30009
30010
30011
# File 'generated/google/apis/compute_alpha/classes.rb', line 30009

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

Instance Attribute Details

#grpc_service_configGoogle::Apis::ComputeAlpha::GrpcServiceConfig

gRPC config to access the SDS server. Corresponds to the JSON property grpcServiceConfig



30007
30008
30009
# File 'generated/google/apis/compute_alpha/classes.rb', line 30007

def grpc_service_config
  @grpc_service_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



30014
30015
30016
# File 'generated/google/apis/compute_alpha/classes.rb', line 30014

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