mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-15 18:55:46 +00:00
add Custom_Fields to virtual disk
This commit is contained in:
parent
65e49e825d
commit
646aff2af5
5 changed files with 10 additions and 2 deletions
|
|
@ -15,6 +15,8 @@ function Add-NetboxVirtualMachineDisk {
|
|||
|
||||
[string]$Description,
|
||||
|
||||
[hashtable]$Custom_Fields,
|
||||
|
||||
[switch]$Raw
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@ function Set-NetboxVirtualMachineDisk {
|
|||
|
||||
[uint64]$Virtual_Machine,
|
||||
|
||||
[hashtable]$Custom_Fields,
|
||||
|
||||
[switch]$Force
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Generated by: Ben Claussen
|
||||
#
|
||||
# Generated on: 01/09/2024
|
||||
# Generated on: 10/5/2024
|
||||
#
|
||||
|
||||
@{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Generated by: Ben Claussen
|
||||
#
|
||||
# Generated on: 01/09/2024
|
||||
# Generated on: 10/5/2024
|
||||
#
|
||||
|
||||
@{
|
||||
|
|
|
|||
|
|
@ -249,6 +249,8 @@ function Add-NetboxVirtualMachineDisk {
|
|||
|
||||
[string]$Description,
|
||||
|
||||
[hashtable]$Custom_Fields,
|
||||
|
||||
[switch]$Raw
|
||||
)
|
||||
|
||||
|
|
@ -6392,6 +6394,8 @@ function Set-NetboxVirtualMachineDisk {
|
|||
|
||||
[uint64]$Virtual_Machine,
|
||||
|
||||
[hashtable]$Custom_Fields,
|
||||
|
||||
[switch]$Force
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue