Skip to content

@openfabr/cdf / Exports / NetworkConfig

Interface: NetworkConfig

Interface for the top-level network section of the configuration. It can be extended by any packages if intended to.

Hierarchy

NetworkConfig

Table of contents

Properties

Properties

cidr

Optional Readonly cidr: string

CIDR notation, either IPv4 or IPv6.

Defined in

src/lib/config.ts:27


name

Readonly name: string

Inherited from

NameAware.name

Defined in

src/lib/domain.ts:77


zones

Optional Readonly zones: number

Number of availability zones.

Defined in

src/lib/config.ts:31