mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 18:02:29 +00:00
[uint64] updates
This commit is contained in:
parent
080d655f8d
commit
a63478a8d6
8 changed files with 12 additions and 12 deletions
|
|
@ -10,7 +10,7 @@
|
|||
[Parameter(ValueFromPipelineByPropertyName = $true)]
|
||||
[uint64[]]$Id,
|
||||
|
||||
[uint16]$Cable,
|
||||
[uint64]$Cable,
|
||||
|
||||
[string]$Cable_End,
|
||||
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@
|
|||
[uint16]$Offset,
|
||||
|
||||
[Parameter(ValueFromPipelineByPropertyName = $true)]
|
||||
[uint16]$Id,
|
||||
[uint64]$Id,
|
||||
|
||||
[string]$Name,
|
||||
|
||||
[string]$Device,
|
||||
|
||||
[uint16]$Device_Id,
|
||||
[uint64]$Device_Id,
|
||||
|
||||
[string]$Type,
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
[ValidatePattern('^[0-9a-f]{6}$')]
|
||||
[string]$Color,
|
||||
|
||||
[uint16]$Rear_Port,
|
||||
[uint64]$Rear_Port,
|
||||
|
||||
[uint16]$Rear_Port_Position,
|
||||
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
[bool]$Mark_Connected,
|
||||
|
||||
[uint16[]]$Tags,
|
||||
[uint64[]]$Tags,
|
||||
|
||||
[switch]$Force
|
||||
)
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ function Add-NetboxDCIMInterface {
|
|||
|
||||
[bool]$MGMT_Only,
|
||||
|
||||
[uint16]$LAG,
|
||||
[uint64]$LAG,
|
||||
|
||||
[string]$Description,
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ function Get-NetboxIPAMAggregate {
|
|||
[object]$Family,
|
||||
|
||||
[Parameter(ParameterSetName = 'Query')]
|
||||
[uint16]$RIR_Id,
|
||||
[uint64]$RIR_Id,
|
||||
|
||||
[Parameter(ParameterSetName = 'Query')]
|
||||
[string]$RIR,
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@ function New-NetboxVirtualMachine {
|
|||
|
||||
[uint16]$vCPUs,
|
||||
|
||||
[uint16]$Memory,
|
||||
[uint64]$Memory,
|
||||
|
||||
[uint16]$Disk,
|
||||
[uint64]$Disk,
|
||||
|
||||
[uint64]$Primary_IP4,
|
||||
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@ function Set-NetboxVirtualMachine {
|
|||
|
||||
[byte]$VCPUs,
|
||||
|
||||
[uint16]$Memory,
|
||||
[uint64]$Memory,
|
||||
|
||||
[uint16]$Disk,
|
||||
[uint64]$Disk,
|
||||
|
||||
[uint64]$Tenant,
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ function Get-NetboxVirtualizationCluster {
|
|||
|
||||
[string]$Type,
|
||||
|
||||
[uint16]$Type_Id,
|
||||
[uint64]$Type_Id,
|
||||
|
||||
[string]$Site,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue