You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`mtu` (Number) The MTU of the network. Defaults to `1500` if unspecified.
47
48
-`name_description` (String)
48
49
-`nbd` (Boolean) Whether the network should use a network block device. Defaults to `false` if unspecified.
49
-
-`pif_id` (String) The pif (uuid) that should be used for this network.
50
+
-`source_pif_device` (String) The PIF device (eth0, eth1, etc) that will be used as an input during network creation. This parameter is required if a vlan is specified.
50
51
-`vlan` (Number) The vlan to use for the network. Defaults to `0` meaning no VLAN.
Description: "The pif (uuid) that should be used for this network.",
52
+
Description: "The PIF device (eth0, eth1, etc) that will be used as an input during network creation. This parameter is required if a vlan is specified.",
51
53
},
52
54
"vlan": &schema.Schema{
53
55
Type: schema.TypeInt,
54
56
Optional: true,
55
57
Default: 0,
56
58
RequiredWith: []string{
57
-
"pif_id",
59
+
"source_pif_device",
58
60
},
59
61
ForceNew: true,
60
62
Description: "The vlan to use for the network. Defaults to `0` meaning no VLAN.",
0 commit comments