DeploymentZoneEndpoint Object
Contains information about a deployment zone endpoint.
This object is used by the following operations:
- Operations that reference the EndpointImplementationDetails object
- Operations that reference the DeploymentZonesHostingInfo object
The properties included in the DeploymentZoneEndpoint object are listed below.
Property | Type | Description |
---|---|---|
DeploymentZoneID | string | Unique ID for a specific deployment zone. |
EndpointKey | string | Unique key for the endpoint. |
ListenerName | string | Name of the listener for the deployment zone. |
ContainerKey | string | Unique key for the container in which the deployment zone is hosted. |
GatewayHostName | string | The name for the gateway host. |
GatewayHostPath | string | The path for the gateway host. |
EndpointHostName | string | The name for the endpoint host. |
EndpointPath | string | The path for the endpoint host. |
Protocol | string | Protocol for the deployment zone. |
Path | string | Path for the deployment zone endpoint. |
Url | string | URL for the deployment zone endpoint. |
BindingQName | string | The QName for the API binding. |
BindingType | string |
The API binding type; for example, binding.http. For valid values, see API Binding Types. Optional. |
Public | boolean | Optional. Indicates whether the deployment zone endpoint is public. |
UseServiceIdentityForSNI | boolean | Indicates whether to use implementation's key/cert for inbound SSL (SNI). Applicable to HTTPS endpoint only. |