GrpcServiceConfigArgs

data class GrpcServiceConfigArgs(val callCredentials: Output<CallCredentialsArgs>? = null, val channelCredentials: Output<ChannelCredentialsArgs>? = null, val targetUri: Output<String>? = null) : ConvertibleToJava<GrpcServiceConfigArgs>

Deprecated gRPC config to access the SDS server. gRPC config to access the SDS server.

Constructors

Link copied to clipboard
fun GrpcServiceConfigArgs(callCredentials: Output<CallCredentialsArgs>? = null, channelCredentials: Output<ChannelCredentialsArgs>? = null, targetUri: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GrpcServiceConfigArgs

Properties

Link copied to clipboard

The call credentials to access the SDS server.

Link copied to clipboard

The channel credentials to access the SDS server.

Link copied to clipboard
val targetUri: Output<String>? = null

The target URI of the SDS server.