Interface: EndpointSettings
Defined in: packages/extension-api/src/extension-api.d.ts:3017
Properties
Aliases?
optionalAliases:string[]
Defined in: packages/extension-api/src/extension-api.d.ts:3030
DNSNames?
optionalDNSNames:string[]
Defined in: packages/extension-api/src/extension-api.d.ts:3085
List of all DNS names an endpoint has on a specific network. This list is based on the container name, network aliases, container short ID, and hostname.
These DNS names are non-fully qualified but can contain several dots. You can get fully qualified DNS names by
appending .<network-name>. For instance, if container name is my.ctr and the network is named
testnet, DNSNames will contain my.ctr and the FQDN will be my.ctr.testnet.
DriverOpts?
optionalDriverOpts:object
Defined in: packages/extension-api/src/extension-api.d.ts:3075
DriverOpts is a mapping of driver options and values. These options are passed directly to the driver and are driver specific.
Index Signature
[key: string]: string
EndpointID?
optionalEndpointID:string
Defined in: packages/extension-api/src/extension-api.d.ts:3040
Unique ID for the service endpoint in a Sandbox.
Gateway?
optionalGateway:string
Defined in: packages/extension-api/src/extension-api.d.ts:3045
Gateway address for this network.
GlobalIPv6Address?
optionalGlobalIPv6Address:string
Defined in: packages/extension-api/src/extension-api.d.ts:3065
Global IPv6 address.
GlobalIPv6PrefixLen?
optionalGlobalIPv6PrefixLen:number
Defined in: packages/extension-api/src/extension-api.d.ts:3070
Mask length of the global IPv6 address.
IPAddress?
optionalIPAddress:string
Defined in: packages/extension-api/src/extension-api.d.ts:3050
IPv4 address.
IPAMConfig?
optionalIPAMConfig:EndpointIPAMConfig
Defined in: packages/extension-api/src/extension-api.d.ts:3021
EndpointIPAMConfig represents an endpoint's IPAM configuration.
IPPrefixLen?
optionalIPPrefixLen:number
Defined in: packages/extension-api/src/extension-api.d.ts:3055
Mask length of the IPv4 address.
IPv6Gateway?
optionalIPv6Gateway:string
Defined in: packages/extension-api/src/extension-api.d.ts:3060
IPv6 gateway address.