Cloud API Overview > @adpt/cloud > ContainerNetworkSettings
ContainerNetworkSettings interface
NetworkSettings for ContainerStatus
Signature:
export interface ContainerNetworkSettings
Properties
Property | Type | Description |
---|---|---|
Bridge | FIXME_NeedsProperType | |
EndpointID | string | |
Gateway | string | |
GlobalIPv6Address | string | |
GlobalIPv6PrefixLen | number | |
HairpinMode | boolean | |
IPAddress | string | |
IPPrefixLen | number | |
IPv6Gateway | string | |
LinkLocalIPv6Address | string | |
LinkLocalIPv6PrefixLen | number | |
MacAddress | string | |
Networks | { [name: string]: ContainerNetwork ; } | |
Ports | FIXME_NeedsProperType | |
SandboxID | string | |
SandboxKey | string | |
SecondaryIPAddresses | FIXME_NeedsProperType | |
SecondaryIPv6Addresses | FIXME_NeedsProperType |