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
System.Object
ChannelCredentials
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

ETag

The ETag of the item.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top