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

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

Overview

[Deprecated] The configuration to access the SDS server. The configuration to access the SDS server.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SdsConfig

Returns a new instance of SdsConfig.



41507
41508
41509
# File 'lib/google/apis/compute_alpha/classes.rb', line 41507

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

Instance Attribute Details

#grpc_service_configGoogle::Apis::ComputeAlpha::GrpcServiceConfig

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



41505
41506
41507
# File 'lib/google/apis/compute_alpha/classes.rb', line 41505

def grpc_service_config
  @grpc_service_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



41512
41513
41514
# File 'lib/google/apis/compute_alpha/classes.rb', line 41512

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