Show / Hide Table of Contents

Class ServiceResolver

A ServiceResolver represents an EKM replica that can be reached within an EkmConnection.

Inheritance
object
ServiceResolver
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.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class ServiceResolver : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EndpointFilter

Optional. The filter applied to the endpoints of the resolved service. If no filter is specified, all endpoints will be considered. An endpoint will be chosen arbitrarily from the filtered list for each request. For endpoint filter syntax and examples, see https://cloud.google.com/service-directory/docs/reference/rpc/google.cloud.servicedirectory.v1#resolveservicerequest.

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

Hostname

Required. The hostname of the EKM replica used at TLS and HTTP layers.

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

ServerCertificates

Required. A list of leaf server certificates used to authenticate HTTPS connections to the EKM replica. Currently, a maximum of 10 Certificate is supported.

Declaration
[JsonProperty("serverCertificates")]
public virtual IList<Certificate> ServerCertificates { get; set; }
Property Value
Type Description
IList<Certificate>

ServiceDirectoryService

Required. The resource name of the Service Directory service pointing to an EKM replica, in the format projects/*/locations/*/namespaces/*/services/*.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX