Cloud API Overview > @adpt/cloud > NetworkServiceProps
NetworkServiceProps interface
Props for the NetworkService element
Signature:
export interface NetworkServiceProps extends WithChildren
Properties
Property | Type | Description |
---|---|---|
endpoint | Handle | Endpoint that provides the service |
ip | string | IP address of the network service |
name | string | Name of the network service |
port | ServicePort | Port on which clients connect to this service |
protocol | string | Protocol used by the network service |
scope | NetworkServiceScope | Scope of the service |
targetPort | ServicePort | Port on the endpoint that provides this service |