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.



42078
42079
42080
# File 'lib/google/apis/compute_alpha/classes.rb', line 42078

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



42076
42077
42078
# File 'lib/google/apis/compute_alpha/classes.rb', line 42076

def grpc_service_config
  @grpc_service_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42083
42084
42085
# File 'lib/google/apis/compute_alpha/classes.rb', line 42083

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