Class: Google::Apis::ComputeAlpha::SdsConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SdsConfig
- 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
-
#grpc_service_config ⇒ Google::Apis::ComputeAlpha::GrpcServiceConfig
[Deprecated] gRPC config to access the SDS server.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SdsConfig
constructor
A new instance of SdsConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SdsConfig
Returns a new instance of SdsConfig.
40210 40211 40212 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 40210 def initialize(**args) update!(**args) end |
Instance Attribute Details
#grpc_service_config ⇒ Google::Apis::ComputeAlpha::GrpcServiceConfig
[Deprecated] gRPC config to access the SDS server. gRPC config to access the
SDS server.
Corresponds to the JSON property grpcServiceConfig
40208 40209 40210 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 40208 def grpc_service_config @grpc_service_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40215 40216 40217 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 40215 def update!(**args) @grpc_service_config = args[:grpc_service_config] if args.key?(:grpc_service_config) end |