Merge branch 'add-vrf-to-interfaces'

This commit is contained in:
Pascal Liehne 2024-10-04 17:28:19 +02:00
commit 14d7cfa581
6 changed files with 20 additions and 2 deletions

View file

@ -15,6 +15,8 @@ function Add-NetboxVirtualMachineInterface {
[uint16]$MTU,
[uint64]$VRF,
[string]$Description,
[switch]$Raw

View file

@ -25,6 +25,9 @@ function Get-NetboxVirtualMachineInterface {
.PARAMETER MTU
Maximum Transmission Unit size. Generally 1500 or 9000
.PARAMETER VRF
ID of the VRF of the interface(s).
.PARAMETER Virtual_Machine_Id
ID of the virtual machine to which the interface(s) are assigned.
@ -58,6 +61,8 @@ function Get-NetboxVirtualMachineInterface {
[uint16]$MTU,
[uint64]$VRF,
[uint64]$Virtual_Machine_Id,
[string]$Virtual_Machine,

View file

@ -15,6 +15,8 @@ function Set-NetboxVirtualMachineInterface {
[uint16]$MTU,
[uint64]$VRF,
[string]$Description,
[boolean]$Enabled,

View file

@ -3,7 +3,7 @@
#
# Generated by: Ben Claussen
#
# Generated on: 10/3/2024
# Generated on: 10/4/2024
#
@{

View file

@ -3,7 +3,7 @@
#
# Generated by: Ben Claussen
#
# Generated on: 10/3/2024
# Generated on: 10/4/2024
#
@{

View file

@ -284,6 +284,8 @@ function Add-NetboxVirtualMachineInterface {
[uint16]$MTU,
[uint64]$VRF,
[string]$Description,
[switch]$Raw
@ -3592,6 +3594,9 @@ function Get-NetboxVirtualMachineInterface {
.PARAMETER MTU
Maximum Transmission Unit size. Generally 1500 or 9000
.PARAMETER VRF
ID of the VRF of the interface(s).
.PARAMETER Virtual_Machine_Id
ID of the virtual machine to which the interface(s) are assigned.
@ -3625,6 +3630,8 @@ function Get-NetboxVirtualMachineInterface {
[uint16]$MTU,
[uint64]$VRF,
[uint64]$Virtual_Machine_Id,
[string]$Virtual_Machine,
@ -6601,6 +6608,8 @@ function Set-NetboxVirtualMachineInterface {
[uint16]$MTU,
[uint64]$VRF,
[string]$Description,
[boolean]$Enabled,