Interface: EndpointSettings
Properties
Aliases?
optionalAliases:string[]
Source
packages/extension-api/src/extension-api.d.ts:2624
DNSNames?
optionalDNSNames:string[]
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.
Source
packages/extension-api/src/extension-api.d.ts:2679
DriverOpts?
optionalDriverOpts:object
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
Source
packages/extension-api/src/extension-api.d.ts:2669
EndpointID?
optionalEndpointID:string
Unique ID for the service endpoint in a Sandbox.
Source
packages/extension-api/src/extension-api.d.ts:2634
Gateway?
optionalGateway:string
Gateway address for this network.
Source
packages/extension-api/src/extension-api.d.ts:2639
GlobalIPv6Address?
optionalGlobalIPv6Address:string
Global IPv6 address.
Source
packages/extension-api/src/extension-api.d.ts:2659
GlobalIPv6PrefixLen?
optionalGlobalIPv6PrefixLen:number
Mask length of the global IPv6 address.
Source
packages/extension-api/src/extension-api.d.ts:2664
IPAMConfig?
optionalIPAMConfig:EndpointIPAMConfig
EndpointIPAMConfig represents an endpoint's IPAM configuration.
Source
packages/extension-api/src/extension-api.d.ts:2615
IPAddress?
optionalIPAddress:string
IPv4 address.
Source
packages/extension-api/src/extension-api.d.ts:2644
IPPrefixLen?
optionalIPPrefixLen:number
Mask length of the IPv4 address.
Source
packages/extension-api/src/extension-api.d.ts:2649
IPv6Gateway?
optionalIPv6Gateway:string
IPv6 gateway address.
Source
packages/extension-api/src/extension-api.d.ts:2654
Links?
optionalLinks:string[]
Source
packages/extension-api/src/extension-api.d.ts:2617
MacAddress?
optionalMacAddress:string
MAC address for the endpoint on this network. The network driver might ignore this parameter.
Source
packages/extension-api/src/extension-api.d.ts:2622
NetworkID?
optionalNetworkID:string
Unique ID of the network.