Show / Hide Table of Contents

Class ChannelCredentials

[Deprecated] gRPC channel credentials to access the SDS server. gRPC channel credentials to access the SDS server.

Inheritance
object
ChannelCredentials
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ChannelCredentials : IDirectResponseSchema

Properties

Certificates

The call credentials to access the SDS server.

Declaration
[JsonProperty("certificates")]
public virtual TlsCertificatePaths Certificates { get; set; }
Property Value
Type Description
TlsCertificatePaths

ChannelCredentialType

The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.

Declaration
[JsonProperty("channelCredentialType")]
public virtual string ChannelCredentialType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX