the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 657 B
JavaScript
import * as Schema from "effect/Schema";
export class NetworkEndpointIPAMConfig extends /*#__PURE__*/Schema.Class("NetworkEndpointIPAMConfig")({
IPv4Address: /*#__PURE__*/Schema.optional(Schema.String),
IPv6Address: /*#__PURE__*/Schema.optional(Schema.String),
LinkLocalIPs: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String)))
}, {
identifier: "NetworkEndpointIPAMConfig",
title: "network.EndpointIPAMConfig",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/network#EndpointIPAMConfig"
}) {}
//# sourceMappingURL=NetworkEndpointIPAMConfig.generated.js.map