Преглед изворни кода

Add model documentation for VM interfaces

Jeremy Stretch пре 5 година
родитељ
комит
f83ec7256f
2 измењених фајлова са 4 додато и 0 уклоњено
  1. 1 0
      docs/core-functionality/virtualization.md
  2. 3 0
      docs/models/virtualization/vminterface.md

+ 1 - 0
docs/core-functionality/virtualization.md

@@ -7,3 +7,4 @@
 ---
 ---
 
 
 {!docs/models/virtualization/virtualmachine.md!}
 {!docs/models/virtualization/virtualmachine.md!}
+{!docs/models/virtualization/vminterface.md!}

+ 3 - 0
docs/models/virtualization/vminterface.md

@@ -0,0 +1,3 @@
+## Interfaces
+
+Virtual machine interfaces are similar to device interfaces, but lack properties pertaining to physical attributes. For example, VM interfaces do not have a physical type and cannot have cables attached to them. However, they can have IP address and VLANs (both tagged and untagged) associated with them, just as device interfaces do.