UNPKG

the-moby-effect

Version:
12 lines 678 B
import * as Schema from "effect/Schema"; export class NetworkIPAMConfig extends /*#__PURE__*/Schema.Class("NetworkIPAMConfig")({ Subnet: /*#__PURE__*/Schema.optional(Schema.String), IPRange: /*#__PURE__*/Schema.optional(Schema.String), Gateway: /*#__PURE__*/Schema.optional(Schema.String), AuxiliaryAddresses: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Record(Schema.String, Schema.String))) }, { identifier: "NetworkIPAMConfig", title: "network.IPAMConfig", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/network#IPAMConfig" }) {} //# sourceMappingURL=NetworkIPAMConfig.generated.js.map