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

[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.



33060
33061
33062
# File 'generated/google/apis/compute_alpha/classes.rb', line 33060

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



33058
33059
33060
# File 'generated/google/apis/compute_alpha/classes.rb', line 33058

def grpc_service_config
  @grpc_service_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



33065
33066
33067
# File 'generated/google/apis/compute_alpha/classes.rb', line 33065

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