Skip to content

Commit 362e949

Browse files
authored
refreshing sdk for intersight version 1.0.11-20250219035239332 (#188)
1 parent 7cf5fe9 commit 362e949

File tree

127 files changed

+2894
-1344
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+2894
-1344
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The Cisco Intersight API is a programmatic interface that uses the REST architec
99
The Intersight.PowerShell cmdlets are generated based on the Cisco Intersight OpenAPI 3.x specification. The latest specification can be downloaded from [here](https://intersight.com/apidocs/downloads/).
1010
The Cisco Intersight.PowerShell module is updated frequently to be in sync with the OpenAPI version deployed at https://intersight.com
1111

12-
- Intersight.PowerShell version: 1.0.11.2025020308
13-
- C# SDK version: 1.0.11.2025020308
12+
- Intersight.PowerShell version: 1.0.11.2025021903
13+
- C# SDK version: 1.0.11.2025021903
1414
For more information, please visit [https://intersight.com/help](https://intersight.com/help)
1515

1616

@@ -115,7 +115,7 @@ Import-Module -Name '.\Intersight.PowerShell' -Verbose
115115
<a name="uninstall-psmodule"></a>
116116
### 1.2.3 Uninstall Intersight.PowerShell
117117
```powershell
118-
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.2025020308"}
118+
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.2025021903"}
119119
```
120120
or
121121

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $manifestParam = @{
4949
Guid = "41ce1a70-9c4b-489f-a153-12fe49b7fe62"
5050
Author = "Cisco Systems"
5151
CompanyName = "Cisco Systems"
52-
ModuleVersion = "1.0.11.2025020308"
52+
ModuleVersion = "1.0.11.2025021903"
5353
Copyright = "(c) 2025 Cisco Systems, Inc. All rights reserved."
5454
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.txt"
5555
ProjectUri = "https://github.com/CiscoDevNet/intersight-powershell"
@@ -58,7 +58,7 @@ $manifestParam = @{
5858
PowerShellVersion = "7.4.0"
5959
CmdletsToExport = $commandList
6060
Description = "Intersight Powershell module provides the cmdlets to manage, analyze, and automate the IT infrastructure in Intersight."
61-
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.2025020308
61+
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.2025021903
6262
6363
Changelog:-
6464
https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md
Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
---
2+
external help file: Intersight.PowerShell.dll-Help.xml
3+
Module Name: Intersight.PowerShell
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Initialize-IntersightAssetConnectionFlapStatus
9+
10+
## SYNOPSIS
11+
Fill in the Synopsis
12+
13+
## SYNTAX
14+
15+
```
16+
17+
Initialize-IntersightAssetConnectionFlapStatus [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< AssetConnectionFlapStatus.ClassIdEnum>][-FlapAlertTime< DateTime>][-FlapCount< long>][-FlapDetected< bool>][-ObjectType< AssetConnectionFlapStatus.ObjectTypeEnum>][-WindowSize< string>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
18+
19+
```
20+
21+
## DESCRIPTION
22+
23+
Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server.
24+
25+
## PARAMETERS
26+
27+
### -AdditionalProperties
28+
29+
30+
```yaml
31+
Type: System.Collections.Generic.Dictionary`2[string,object]
32+
Parameter Sets: (All)
33+
Aliases:
34+
35+
Required: false
36+
Position: Named
37+
Default value: None
38+
Accept pipeline input: True True (ByPropertyName)
39+
Accept wildcard characters: False
40+
```
41+
42+
### -ClassId
43+
The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.
44+
45+
```yaml
46+
Type: AssetConnectionFlapStatus.ClassIdEnum
47+
Parameter Sets: (All)
48+
Aliases:
49+
50+
Required: false
51+
Position: Named
52+
Default value: None
53+
Accept pipeline input: True True (ByPropertyName)
54+
Accept wildcard characters: False
55+
```
56+
57+
### -FlapAlertTime
58+
Time when flapping was reported.
59+
60+
```yaml
61+
Type: DateTime
62+
Parameter Sets: (All)
63+
Aliases:
64+
65+
Required: false
66+
Position: Named
67+
Default value: None
68+
Accept pipeline input: True True (ByPropertyName)
69+
Accept wildcard characters: False
70+
```
71+
72+
### -FlapCount
73+
The number of times a device disconnected within a specified time window.
74+
75+
```yaml
76+
Type: long
77+
Parameter Sets: (All)
78+
Aliases:
79+
80+
Required: false
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: True True (ByPropertyName)
84+
Accept wildcard characters: False
85+
```
86+
87+
### -FlapDetected
88+
Indicates if the device is flapping.
89+
90+
```yaml
91+
Type: bool
92+
Parameter Sets: (All)
93+
Aliases:
94+
95+
Required: false
96+
Position: Named
97+
Default value: None
98+
Accept pipeline input: True True (ByPropertyName)
99+
Accept wildcard characters: False
100+
```
101+
102+
### -ObjectType
103+
The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the &apos;ClassId&apos; property.
104+
105+
```yaml
106+
Type: AssetConnectionFlapStatus.ObjectTypeEnum
107+
Parameter Sets: (All)
108+
Aliases:
109+
110+
Required: false
111+
Position: Named
112+
Default value: None
113+
Accept pipeline input: True True (ByPropertyName)
114+
Accept wildcard characters: False
115+
```
116+
117+
### -WindowSize
118+
The time window during which device disconnects are counted. E.g. values are PT30M or PT1H.
119+
120+
```yaml
121+
Type: string
122+
Parameter Sets: (All)
123+
Aliases:
124+
125+
Required: false
126+
Position: Named
127+
Default value: None
128+
Accept pipeline input: True True (ByPropertyName)
129+
Accept wildcard characters: False
130+
```
131+
132+
### -Json
133+
Returns the json payload received in response.
134+
135+
```yaml
136+
Type: SwitchParameter
137+
Parameter Sets: (All)
138+
Aliases:
139+
140+
Required: false
141+
Position: Named
142+
Default value: None
143+
Accept pipeline input: True False
144+
Accept wildcard characters: False
145+
```
146+
147+
### -WithHttpInfo
148+
Returns the HTTP response with headers and content.
149+
150+
```yaml
151+
Type: SwitchParameter
152+
Parameter Sets: (All)
153+
Aliases:
154+
155+
Required: false
156+
Position: Named
157+
Default value: None
158+
Accept pipeline input: True False
159+
Accept wildcard characters: False
160+
```
161+
162+
163+
### CommonParameters
164+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
165+
166+
## EXAMPLES
167+
168+
### Example 1
169+
```powershell
170+
PS C:\> Initialize-IntersightAssetConnectionFlapStatus
171+
```
172+
173+
{ Add example description here }
174+
175+
## INPUTS
176+
177+
### System.Int32
178+
179+
### System.String
180+
181+
## OUTPUTS
182+
183+
### TestModule.FavoriteStuff
184+
185+
## NOTES
186+
187+
## RELATED LINKS
188+
189+
[Initialize-IntersightDateTime](./Initialize-IntersightDateTime.md)

docs/Initialize-IntersightCapabilityEquipmentPhysicalDef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Accept wildcard characters: False
175175
```
176176
177177
### -Pid
178-
Product Identifier for a Switch/Fabric-Interconnect.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 64 ports.\n* `unknown` - Unknown device type, usage is TBD.
178+
Product Identifier for a Switch/Fabric-Interconnect.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 36 ports.\n* `unknown` - Unknown device type, usage is TBD.
179179

180180
```yaml
181181
Type: CapabilityEquipmentPhysicalDef.PidEnum

docs/Initialize-IntersightCapabilityEquipmentSlotArray.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Accept wildcard characters: False
235235
```
236236
237237
### -Pid
238-
Product Identifier for a Switch/Fabric-Interconnect.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 64 ports.\n* `unknown` - Unknown device type, usage is TBD.
238+
Product Identifier for a Switch/Fabric-Interconnect.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 36 ports.\n* `unknown` - Unknown device type, usage is TBD.
239239

240240
```yaml
241241
Type: CapabilityEquipmentSlotArray.PidEnum

docs/Initialize-IntersightCapabilityServerDescriptor.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Fill in the Synopsis
1414

1515
```
1616
17-
Initialize-IntersightCapabilityServerDescriptor [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-Capabilities< System.Collections.Generic.List`1[Model.CapabilityCapabilityRelationship]>][-ClassId< CapabilityServerDescriptor.ClassIdEnum>][-Description< string>][-IsNcsiEnabled< bool>][-MlomAdapterPcieSlotNumber< long>][-Model< string>][-Moid< string>][-ObjectType< CapabilityServerDescriptor.ObjectTypeEnum>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-Vendor< string>][-Version< string>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
17+
Initialize-IntersightCapabilityServerDescriptor [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-Capabilities< System.Collections.Generic.List`1[Model.CapabilityCapabilityRelationship]>][-ClassId< CapabilityServerDescriptor.ClassIdEnum>][-Description< string>][-IsNcsiEnabled< bool>][-IsPplEnabled< bool>][-MlomAdapterPcieSlotNumber< long>][-Model< string>][-Moid< string>][-ObjectType< CapabilityServerDescriptor.ObjectTypeEnum>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-Vendor< string>][-Version< string>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
1818
1919
```
2020

@@ -102,6 +102,21 @@ Accept pipeline input: True True (ByPropertyName)
102102
Accept wildcard characters: False
103103
```
104104
105+
### -IsPplEnabled
106+
Indicates Processor Package Power Limit for the server.
107+
108+
```yaml
109+
Type: bool
110+
Parameter Sets: (All)
111+
Aliases:
112+
113+
Required: false
114+
Position: Named
115+
Default value: None
116+
Accept pipeline input: True True (ByPropertyName)
117+
Accept wildcard characters: False
118+
```
119+
105120
### -MlomAdapterPcieSlotNumber
106121
Indicates PCIe Slot numerical value for each Server model MLOM slot.
107122

docs/Initialize-IntersightCapabilitySwitchCapability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Accept wildcard characters: False
100100
```
101101
102102
### -Pid
103-
Product Identifier for a Switch/Fabric-Interconnect.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 64 ports.\n* `unknown` - Unknown device type, usage is TBD.
103+
Product Identifier for a Switch/Fabric-Interconnect.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 36 ports.\n* `unknown` - Unknown device type, usage is TBD.
104104

105105
```yaml
106106
Type: CapabilitySwitchCapability.PidEnum

docs/Initialize-IntersightCapabilitySwitchManufacturingDef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Accept wildcard characters: False
145145
```
146146
147147
### -Pid
148-
Product Identifier for a Switch/Fabric-Interconnect.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 64 ports.\n* `unknown` - Unknown device type, usage is TBD.
148+
Product Identifier for a Switch/Fabric-Interconnect.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 36 ports.\n* `unknown` - Unknown device type, usage is TBD.
149149

150150
```yaml
151151
Type: CapabilitySwitchManufacturingDef.PidEnum

docs/Initialize-IntersightFabricAppliancePcRole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Accept wildcard characters: False
106106
```
107107

108108
### -Fec
109-
Forward error correction configuration for Appliance Port Channel member ports.\n* `Auto` - Forward error correction option &apos;Auto&apos;.\n* `Cl91` - Forward error correction option &apos;cl91&apos;.\n* `Cl74` - Forward error correction option &apos;cl74&apos;.\n* `rs-cons16` - Forward Error Correction option \&quot;rs-cons16\&quot;.\n* `rs-ieee` - Forward Error Correction option \&quot;rs-ieee\&quot;.\n* `Off` - Turn off Forward Error Correction.
109+
Forward error correction configuration for Appliance Port Channel member ports.\n* `Auto` - Forward error correction option &apos;Auto&apos;.\n* `Cl91` - Forward error correction option &apos;cl91&apos;.\n* `Cl74` - Forward error correction option &apos;cl74&apos;.
110110

111111
```yaml
112112
Type: FabricAppliancePcRole.FecEnum

docs/Initialize-IntersightFabricApplianceRole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Accept wildcard characters: False
121121
```
122122

123123
### -Fec
124-
Forward error correction configuration for the port.\n* `Auto` - Forward error correction option &apos;Auto&apos;.\n* `Cl91` - Forward error correction option &apos;cl91&apos;.\n* `Cl74` - Forward error correction option &apos;cl74&apos;.\n* `rs-cons16` - Forward Error Correction option \&quot;rs-cons16\&quot;.\n* `rs-ieee` - Forward Error Correction option \&quot;rs-ieee\&quot;.\n* `Off` - Turn off Forward Error Correction.
124+
Forward error correction configuration for the port.\n* `Auto` - Forward error correction option &apos;Auto&apos;.\n* `Cl91` - Forward error correction option &apos;cl91&apos;.\n* `Cl74` - Forward error correction option &apos;cl74&apos;.
125125

126126
```yaml
127127
Type: FabricApplianceRole.FecEnum

docs/Initialize-IntersightFabricFcStorageRole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Accept wildcard characters: False
4040
```
4141
4242
### -AdminSpeed
43-
Admin configured speed for the port.\n* `16Gbps` - Admin configurable speed 16Gbps.\n* `8Gbps` - Admin configurable speed 8Gbps.\n* `32Gbps` - Admin configurable speed 32Gbps.\n* `Auto` - Admin configurable speed AUTO ( default ).
43+
Admin configured speed for the port.\n* `16Gbps` - Admin configurable speed 16Gbps.\n* `8Gbps` - Admin configurable speed 8Gbps.\n* `32Gbps` - Admin configurable speed 32Gbps.\n* `64Gbps` - Admin configurable speed 64Gbps.\n* `Auto` - Admin configurable speed AUTO ( default ).
4444

4545
```yaml
4646
Type: FabricFcStorageRole.AdminSpeedEnum

docs/Initialize-IntersightFabricFcUplinkPcRole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Accept wildcard characters: False
4040
```
4141
4242
### -AdminSpeed
43-
Admin configured speed for the port.\n* `16Gbps` - Admin configurable speed 16Gbps.\n* `8Gbps` - Admin configurable speed 8Gbps.\n* `32Gbps` - Admin configurable speed 32Gbps.\n* `Auto` - Admin configurable speed AUTO ( default ).
43+
Admin configured speed for the port.\n* `16Gbps` - Admin configurable speed 16Gbps.\n* `8Gbps` - Admin configurable speed 8Gbps.\n* `32Gbps` - Admin configurable speed 32Gbps.\n* `64Gbps` - Admin configurable speed 64Gbps.\n* `Auto` - Admin configurable speed AUTO ( default ).
4444

4545
```yaml
4646
Type: FabricFcUplinkPcRole.AdminSpeedEnum

docs/Initialize-IntersightFabricFcUplinkRole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Accept wildcard characters: False
4040
```
4141
4242
### -AdminSpeed
43-
Admin configured speed for the port.\n* `16Gbps` - Admin configurable speed 16Gbps.\n* `8Gbps` - Admin configurable speed 8Gbps.\n* `32Gbps` - Admin configurable speed 32Gbps.\n* `Auto` - Admin configurable speed AUTO ( default ).
43+
Admin configured speed for the port.\n* `16Gbps` - Admin configurable speed 16Gbps.\n* `8Gbps` - Admin configurable speed 8Gbps.\n* `32Gbps` - Admin configurable speed 32Gbps.\n* `64Gbps` - Admin configurable speed 64Gbps.\n* `Auto` - Admin configurable speed AUTO ( default ).
4444

4545
```yaml
4646
Type: FabricFcUplinkRole.AdminSpeedEnum

docs/Initialize-IntersightFabricFcoeUplinkPcRole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Accept wildcard characters: False
7070
```
7171

7272
### -Fec
73-
Forward error correction configuration for Fcoe Uplink Port Channel member ports.\n* `Auto` - Forward error correction option &apos;Auto&apos;.\n* `Cl91` - Forward error correction option &apos;cl91&apos;.\n* `Cl74` - Forward error correction option &apos;cl74&apos;.\n* `rs-cons16` - Forward Error Correction option \&quot;rs-cons16\&quot;.\n* `rs-ieee` - Forward Error Correction option \&quot;rs-ieee\&quot;.\n* `Off` - Turn off Forward Error Correction.
73+
Forward error correction configuration for Fcoe Uplink Port Channel member ports.\n* `Auto` - Forward error correction option &apos;Auto&apos;.\n* `Cl91` - Forward error correction option &apos;cl91&apos;.\n* `Cl74` - Forward error correction option &apos;cl74&apos;.
7474

7575
```yaml
7676
Type: FabricFcoeUplinkPcRole.FecEnum

docs/Initialize-IntersightFabricFcoeUplinkRole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Accept wildcard characters: False
8585
```
8686

8787
### -Fec
88-
Forward error correction configuration for the port.\n* `Auto` - Forward error correction option &apos;Auto&apos;.\n* `Cl91` - Forward error correction option &apos;cl91&apos;.\n* `Cl74` - Forward error correction option &apos;cl74&apos;.\n* `rs-cons16` - Forward Error Correction option \&quot;rs-cons16\&quot;.\n* `rs-ieee` - Forward Error Correction option \&quot;rs-ieee\&quot;.\n* `Off` - Turn off Forward Error Correction.
88+
Forward error correction configuration for the port.\n* `Auto` - Forward error correction option &apos;Auto&apos;.\n* `Cl91` - Forward error correction option &apos;cl91&apos;.\n* `Cl74` - Forward error correction option &apos;cl74&apos;.
8989

9090
```yaml
9191
Type: FabricFcoeUplinkRole.FecEnum

docs/Initialize-IntersightFabricPortPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Accept wildcard characters: False
7070
```
7171
7272
### -DeviceModel
73-
This field specifies the device model that this Port Policy is being configured for.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 64 ports.\n* `unknown` - Unknown device type, usage is TBD.
73+
This field specifies the device model that this Port Policy is being configured for.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 36 ports.\n* `unknown` - Unknown device type, usage is TBD.
7474

7575
```yaml
7676
Type: FabricPortPolicy.DeviceModelEnum

docs/Initialize-IntersightFabricServerRole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Accept wildcard characters: False
8585
```
8686
8787
### -Fec
88-
Forward error correction configuration for server port. This configuration is required only for FEX Model N9K-C93180YC-FX3 connected with 25G speed ports on UCS-FI-6454/UCS-FI-64108 and should be set as Cl74.\n* `Auto` - Forward error correction option &apos;Auto&apos;.\n* `Cl91` - Forward error correction option &apos;cl91&apos;.\n* `Cl74` - Forward error correction option &apos;cl74&apos;.\n* `rs-cons16` - Forward Error Correction option \&quot;rs-cons16\&quot;.\n* `rs-ieee` - Forward Error Correction option \&quot;rs-ieee\&quot;.\n* `Off` - Turn off Forward Error Correction.
88+
Forward error correction configuration for server port. This configuration is required only for FEX Model N9K-C93180YC-FX3 connected with 25G speed ports on UCS-FI-6454/UCS-FI-64108 and should be set as Cl74.\n* `Auto` - Forward error correction option &apos;Auto&apos;.\n* `Cl91` - Forward error correction option &apos;cl91&apos;.\n* `Cl74` - Forward error correction option &apos;cl74&apos;.
8989

9090
```yaml
9191
Type: FabricServerRole.FecEnum

0 commit comments

Comments
 (0)