Public/New-Subnet.ps1
<#
.DESCRIPTION Wrapper for Nutanix API version 0.3. .NOTES Author: Timothy Rasiah #> function New-Subnet { [CmdletBinding()] param () throw [System.NotImplementedException] } |
<#
.DESCRIPTION Wrapper for Nutanix API version 0.3. .NOTES Author: Timothy Rasiah #> function New-Subnet { [CmdletBinding()] param () throw [System.NotImplementedException] } |