# Constants
EndpointStateCreating captures enum value "creating".
EndpointStateDisconnected captures enum value "disconnected".
EndpointStateNotReady captures enum value "not-ready".
EndpointStateReady captures enum value "ready".
EndpointStateRegenerating captures enum value "regenerating".
EndpointStateWaitingForIdentity captures enum value "waiting-for-identity".
EndpointStatusChangeCodeFailed captures enum value "failed".
EndpointStatusChangeCodeOk captures enum value "ok".
FrontendAddressProtocolAny captures enum value "any".
FrontendAddressProtocolTCP captures enum value "tcp".
FrontendAddressProtocolUDP captures enum value "udp".
PortProtocolAny captures enum value "any".
PortProtocolTCP captures enum value "tcp".
PortProtocolUDP captures enum value "udp".
StatusStateDisabled captures enum value "Disabled".
StatusStateFailure captures enum value "Failure".
StatusStateOk captures enum value "Ok".
StatusStateWarning captures enum value "Warning".
# Structs
BackendAddress Service backend address swagger:model BackendAddress.
Configuration General purpose structure to hold configuration of the daemon and endpoints.
DaemonConfigurationResponse Response to a daemon configuration request.
Endpoint Endpoint swagger:model Endpoint.
EndpointAddressing Addressing information of an endpoint swagger:model EndpointAddressing.
EndpointChangeRequest Structure which contains the mutable elements of an Endpoint.
EndpointPolicy Policy information of an endpoint swagger:model EndpointPolicy.
EndpointStatusChange Indication of a change of status swagger:model EndpointStatusChange.
FrontendAddress Layer 4 address swagger:model FrontendAddress.
Identity Security identity swagger:model Identity.
IdentityContext Context describing a pair of source and destination identity swagger:model IdentityContext.
IPAM IPAM configuration of an endpoint swagger:model IPAM.
IPAMStatus Status of IP address management swagger:model IPAMStatus.
L4Policy L4 endpoint policy swagger:model L4Policy.
LabelConfiguration Label configuration of an endpoint swagger:model LabelConfiguration.
LabelConfigurationModifier Structure describing label mutations to be performed on a LabelConfiguration object.
NodeAddressing Addressing information of a node for all address families swagger:model NodeAddressing.
NodeAddressingElement Addressing information swagger:model NodeAddressingElement.
PolicyTraceResult Response to a policy resolution process swagger:model PolicyTraceResult.
Port Layer 4 port / protocol pair swagger:model Port.
Service Collection of endpoints to be served swagger:model Service.
ServiceFlags Optional service configuration flags swagger:model ServiceFlags.
Status Status of an individual component swagger:model Status.
StatusResponse Health and status information of daemon swagger:model StatusResponse.
# Type aliases
Address IP address swagger:model Address.
ConfigurationMap Map of configuration key/value pairs.
EndpointState State of endpoint swagger:model EndpointState.
Error error swagger:model Error.
Labels Set of labels swagger:model Labels.
PolicyTree Policy tree or subtree swagger:model PolicyTree.