add hasPrimary and disabled to network interfaces

This commit is contained in:
Matt Hill
2023-05-21 12:24:21 -06:00
parent dfc54b4320
commit 2354d08b75
4 changed files with 25 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
import { MultiHost } from "../interfaces/Host"
import { NetworkInterfaceBuilder } from "../interfaces/NetworkInterfaceBuilder"
import { Effects } from "../types"
import { createUtils } from "../util"
import { sdk } from "./output.sdk"
describe("host", () => {
test("Testing that the types work", () => {
@@ -15,6 +13,8 @@ describe("host", () => {
name: "Foo",
id: "foo",
description: "A Foo",
hasPrimary: false,
disabled: false,
ui: true,
username: "bar",
path: "/baz",