Class ChannelCredentials
[Deprecated] gRPC channel credentials to access the SDS server. gRPC channel credentials to access the SDS server.
Implements
Inherited Members
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 |