Class ServiceResolver (2.12.1)

ServiceResolver(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
service_directory_service str
Required. The resource name of the Service Directory service pointing to an EKM replica, in the format ``projects/*/locations/*/namespaces/*/services/*``.
endpoint_filter str
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.
hostname str
Required. The hostname of the EKM replica used at TLS and HTTP layers.
server_certificates Sequence[google.cloud.kms_v1.types.Certificate]
Required. A list of leaf server certificates used to authenticate HTTPS connections to the EKM replica.

Inheritance

builtins.object > proto.message.Message > ServiceResolver