the-moby-effect
Version:
Moby/Docker API client built using effect-ts
41 lines • 3.38 kB
TypeScript
import * as Schema from "effect/Schema";
import * as ContainerBlkioStatEntry from "./ContainerBlkioStatEntry.generated.js";
declare const ContainerBlkioStats_base: Schema.Class<ContainerBlkioStats, {
io_service_bytes_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
io_serviced_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
io_queue_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
io_service_time_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
io_wait_time_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
io_merged_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
io_time_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
sectors_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
}, Schema.Struct.Encoded<{
io_service_bytes_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
io_serviced_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
io_queue_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
io_service_time_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
io_wait_time_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
io_merged_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
io_time_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
sectors_recursive: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>;
}>, never, {
readonly io_service_bytes_recursive: readonly (ContainerBlkioStatEntry.ContainerBlkioStatEntry | null)[] | null;
} & {
readonly io_serviced_recursive: readonly (ContainerBlkioStatEntry.ContainerBlkioStatEntry | null)[] | null;
} & {
readonly io_queue_recursive: readonly (ContainerBlkioStatEntry.ContainerBlkioStatEntry | null)[] | null;
} & {
readonly io_service_time_recursive: readonly (ContainerBlkioStatEntry.ContainerBlkioStatEntry | null)[] | null;
} & {
readonly io_wait_time_recursive: readonly (ContainerBlkioStatEntry.ContainerBlkioStatEntry | null)[] | null;
} & {
readonly io_merged_recursive: readonly (ContainerBlkioStatEntry.ContainerBlkioStatEntry | null)[] | null;
} & {
readonly io_time_recursive: readonly (ContainerBlkioStatEntry.ContainerBlkioStatEntry | null)[] | null;
} & {
readonly sectors_recursive: readonly (ContainerBlkioStatEntry.ContainerBlkioStatEntry | null)[] | null;
}, {}, {}>;
export declare class ContainerBlkioStats extends ContainerBlkioStats_base {
}
export {};
//# sourceMappingURL=ContainerBlkioStats.generated.d.ts.map