New-NetIntentSiteOverrides
Creates a new instance of SiteConfiguration which can be used to supply granular values to
Set-NetIntent
.
Syntax
New-NetIntentSiteOverrides
[[-StorageVLAN] <UInt16[]>]
[[-StretchVLAN] <UInt16[]>]
[[-ManagementVLAN] <UInt16>]
[[-Name] <String>]
[<CommonParameters>]
Description
{{ Fill in the Description }}
Examples
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
Parameters
-ManagementVLAN
{{ Fill ManagementVLAN Description }}
Type: | UInt16 |
Position: | 1 |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
{{ Fill Name Description }}
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-StorageVLAN
{{ Fill StorageVLAN Description }}
Type: | UInt16[] |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-StretchVLAN
{{ Fill StretchVLAN Description }}
Type: | UInt16[] |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |