Resource: Endpoint
An individual endpoint that provides a service
. The service must already exist to create an endpoint.
JSON representation |
---|
{ "name": string, "address": string, "port": integer, "metadata": { string: string, ... }, "network": string, "createTime": string, "updateTime": string, "uid": string } |
Fields | |
---|---|
name |
Immutable. The resource name for the endpoint in the format |
address |
Optional. An IPv4 or IPv6 address. Service Directory rejects bad addresses like:
Limited to 45 characters. |
port |
Optional. Service Directory rejects values outside of |
metadata |
Optional. Metadata for the endpoint. This data can be consumed by service clients. Restrictions:
Note: This field is equivalent to the An object containing a list of |
network |
Immutable. The Trusted Cloud Compute Engine network (VPC) of the endpoint in the format The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, but no other validation is performed on this field (ex. network or project existence, reachability, or permissions). |
createTime |
Output only. The timestamp when the endpoint was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The timestamp when the endpoint was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
uid |
Output only. A globally unique identifier (in UUID4 format) for this endpoint. |
Methods |
|
---|---|
|
The method google.cloud.servicedirectory.v1beta1.RegistrationService.CreateEndpoint is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.servicedirectory.v1beta1.RegistrationService.DeleteEndpoint is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.servicedirectory.v1beta1.RegistrationService.GetEndpoint is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.servicedirectory.v1beta1.RegistrationService.ListEndpoints is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.servicedirectory.v1beta1.RegistrationService.UpdateEndpoint is not available in Trusted Cloud by S3NS. |