EndpointUpdateContext
Handle
interface EndpointUpdateContext { excludeReferenceEndpoint: boolean; isExternal: boolean; isProxied: boolean; readonly name: string; port: number; protocol: ProtocolType; targetHost: string; targetPort: number; tlsEnabled: boolean; transport: string; uriScheme: string;}21 members
Properties
property
excludeReferenceEndpointbooleanget · setGets or sets a value indicating whether the endpoint is excluded from the default reference set.
property
isExternalbooleanget · setGets or sets a value indicating whether the endpoint is external.
property
isProxiedbooleanget · setGets or sets a value indicating whether the endpoint is proxied.
property
namestringgetGets the endpoint name.
property
portnumberget · setGets or sets the desired host port.
property
protocolProtocolTypeget · setGets or sets the network protocol.
property
targetHoststringget · setGets or sets the target host.
property
targetPortnumberget · setGets or sets the target port.
property
tlsEnabledbooleanget · setGets or sets a value indicating whether TLS is enabled.
property
transportstringget · setGets or sets the transport.
property
uriSchemestringget · setGets or sets the URI scheme.