type property
The type of endpoint policy.
This is primarily used to validate the configuration.
Required. Possible string values are:
- "ENDPOINT_POLICY_TYPE_UNSPECIFIED" : Default value. Must not be used.
- "SIDECAR_PROXY" : Represents a proxy deployed as a sidecar.
- "GRPC_SERVER" : Represents a proxyless gRPC backend.
Implementation
core.String? type;