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



28555
28556
28557
# File 'generated/google/apis/compute_alpha/classes.rb', line 28555

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



28553
28554
28555
# File 'generated/google/apis/compute_alpha/classes.rb', line 28553

def grpc_service_config
  @grpc_service_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



28560
28561
28562
# File 'generated/google/apis/compute_alpha/classes.rb', line 28560

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