Skip to content

Commit 1b9b38f

Browse files
authored
refreshing sdk for intersight version 1.0.11-9783 (#86)
1 parent f92410b commit 1b9b38f

25 files changed

+202
-241
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.9661
13-
- C# SDK version: 1.0.11.9661
12+
- Intersight.PowerShell version: 1.0.11.9783
13+
- C# SDK version: 1.0.11.9783
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.9661"}
118+
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.9783"}
119119
```
120120
or
121121

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $manifestParam = @{
3535
Guid = "41ce1a70-9c4b-489f-a153-12fe49b7fe62"
3636
Author = "Cisco Systems"
3737
CompanyName = "Cisco Systems"
38-
ModuleVersion = "1.0.11.9661"
38+
ModuleVersion = "1.0.11.9783"
3939
Copyright = "(c) 2021 Cisco Systems, Inc. All rights reserved."
4040
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.txt"
4141
ProjectUri = "https://github.com/CiscoDevNet/intersight-powershell"
@@ -44,7 +44,7 @@ $manifestParam = @{
4444
PowerShellVersion = "7.1"
4545
CmdletsToExport = $commandList
4646
Description = "Intersight Powershell module provides the cmdlets to manage, analyze, and automate the IT infrastructure in Intersight."
47-
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.9661
47+
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.9783
4848
4949
Changelog:-
5050
https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md

docs/Initialize-IntersightFabricVlan.md

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

1515
```
1616
17-
Initialize-IntersightFabricVlan [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-AutoAllowOnUplinks< bool>][-ClassId< FabricVlan.ClassIdEnum>][-EthNetworkPolicy< Model.FabricEthNetworkPolicyRelationship>][-IsNative< bool>][-Moid< string>][-MulticastPolicy< Model.FabricMulticastPolicyRelationship>][-Name< string>][-ObjectType< FabricVlan.ObjectTypeEnum>][-PrimaryVlanId< long>][-SharingType< FabricVlan.SharingTypeEnum>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-VlanId< long>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
17+
Initialize-IntersightFabricVlan [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-AutoAllowOnUplinks< bool>][-ClassId< FabricVlan.ClassIdEnum>][-EthNetworkPolicy< Model.FabricEthNetworkPolicyRelationship>][-IsNative< bool>][-Moid< string>][-MulticastPolicy< Model.FabricMulticastPolicyRelationship>][-Name< string>][-ObjectType< FabricVlan.ObjectTypeEnum>][-PrimaryVlanId< long>][-SharingType< FabricVlan.SharingTypeEnum>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-VlanId< long>][-VlanSet< Model.FabricVlanSetRelationship>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
1818
1919
```
2020

@@ -227,6 +227,24 @@ Accept pipeline input: True True (ByPropertyName)
227227
Accept wildcard characters: False
228228
```
229229
230+
### -VlanSet
231+
A reference to a fabricVlanSet resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.
232+
233+
Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef
234+
or use the cmdlet Initialize-IntersightMoMoRef.
235+
236+
```yaml
237+
Type: Model.FabricVlanSetRelationship
238+
Parameter Sets: (All)
239+
Aliases:
240+
241+
Required: false
242+
Position: Named
243+
Default value: None
244+
Accept pipeline input: True True (ByPropertyName)
245+
Accept wildcard characters: False
246+
```
247+
230248
### -Json
231249
Returns the json payload received in response.
232250

docs/Initialize-IntersightHyperflexAlarmSummary.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Fill in the Synopsis
1414

1515
```
1616
17-
Initialize-IntersightHyperflexAlarmSummary [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< HyperflexAlarmSummary.ClassIdEnum>][-Critical< long>][-ObjectType< HyperflexAlarmSummary.ObjectTypeEnum>][-Warning< long>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
17+
Initialize-IntersightHyperflexAlarmSummary [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< HyperflexAlarmSummary.ClassIdEnum>][-ObjectType< HyperflexAlarmSummary.ObjectTypeEnum>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
1818
1919
```
2020

@@ -54,21 +54,6 @@ Accept pipeline input: True True (ByPropertyName)
5454
Accept wildcard characters: False
5555
```
5656
57-
### -Critical
58-
The count of alarms that have severity type Critical.
59-
60-
```yaml
61-
Type: long
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-
7257
### -ObjectType
7358
The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the &apos;ClassId&apos; property.
7459
@@ -84,21 +69,6 @@ Accept pipeline input: True True (ByPropertyName)
8469
Accept wildcard characters: False
8570
```
8671
87-
### -Warning
88-
The count of alarms that have severity type Warning.
89-
90-
```yaml
91-
Type: long
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-
10272
### -Json
10373
Returns the json payload received in response.
10474

docs/Initialize-IntersightLicenseLicenseRegistrationStatus.md

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

1515
```
1616
17-
Initialize-IntersightLicenseLicenseRegistrationStatus [-AccountCreationState< bool>][-AccountLicenseData< Model.LicenseAccountLicenseDataRelationship>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< LicenseLicenseRegistrationStatus.ClassIdEnum>][-IsNewAccount< bool>][-LicenseRegistrationState< LicenseLicenseRegistrationStatus.LicenseRegistrationStateEnum>][-Moid< string>][-ObjectType< LicenseLicenseRegistrationStatus.ObjectTypeEnum>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-TrialRegistrationComplete< bool>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
17+
Initialize-IntersightLicenseLicenseRegistrationStatus [-AccountCreationState< bool>][-AccountLicenseData< Model.LicenseAccountLicenseDataRelationship>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< LicenseLicenseRegistrationStatus.ClassIdEnum>][-LicenseRegistrationState< LicenseLicenseRegistrationStatus.LicenseRegistrationStateEnum>][-Moid< string>][-ObjectType< LicenseLicenseRegistrationStatus.ObjectTypeEnum>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-TrialRegistrationComplete< bool>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
1818
1919
```
2020

@@ -87,21 +87,6 @@ Accept pipeline input: True True (ByPropertyName)
8787
Accept wildcard characters: False
8888
```
8989
90-
### -IsNewAccount
91-
Stores information on whether account is new. This data is used for UI theme upgrade, where existing users will be shown a slightly different screen. True if new.
92-
93-
```yaml
94-
Type: bool
95-
Parameter Sets: (All)
96-
Aliases:
97-
98-
Required: false
99-
Position: Named
100-
Default value: None
101-
Accept pipeline input: True True (ByPropertyName)
102-
Accept wildcard characters: False
103-
```
104-
10590
### -LicenseRegistrationState
10691
Stores information on the current flow of license registration.\n* `RegistrationNotStarted` - The license registration state to chose between trial and registration.\n* `RegistrationStarted` - The license registration state during set up flow.\n* `RegistrationComplete` - The license registration state after completion.
10792

docs/Initialize-IntersightNiatelemetryNiaFeatureUsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ Accept wildcard characters: False
10001000
```
10011001
10021002
### -NiccVersion
1003-
NICC version.
1003+
NICC version. NiccVersion is used to check the compatibility.
10041004
10051005
```yaml
10061006
Type: string

docs/Initialize-IntersightStorageStoragePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Accept wildcard characters: False
5555
```
5656
5757
### -DefaultDriveMode
58-
Newly inserted drives or on reboot, drives will be moved to the corresponding disk state on supported storage controller based on this setting. Unused Disks State should be &apos;No Change&apos; if Default Drive Mode is set to JBOD or RAID 0. This setting is applicable only to FI attached servers.\n* `UnconfiguredGood` - Newly inserted drives or on reboot, drives will remain the same state.\n* `Jbod` - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.\n* `RAID0` - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
58+
Unconfigured drives at the time of deployment will move to the selected state. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. If JBOD is selected, &apos;Use JBOD for Virtual Drive creation&apos; must be disabled. Unused Disks State should be &apos;No Change&apos; if Default Drive Mode is set to JBOD or RAID 0. This setting is applicable only to selected set of controllers on FI attached servers.\n* `UnconfiguredGood` - Newly inserted drives or on reboot, drives will remain the same state.\n* `Jbod` - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.\n* `RAID0` - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
5959
6060
```yaml
6161
Type: StorageStoragePolicy.DefaultDriveModeEnum

docs/New-IntersightFabricVlan.md

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

1515
```
1616
17-
New-IntersightFabricVlan [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-AutoAllowOnUplinks< bool>][-EthNetworkPolicy< FabricEthNetworkPolicyRelationship>][-IsNative< bool>][-Moid< string>][-MulticastPolicy< FabricMulticastPolicyRelationship>][[-Name]< string>][-PrimaryVlanId< long>][-SharingType< FabricVlan.SharingTypeEnum>][-Tags< System.Collections.Generic.List`1[MoTag]>][-VlanId< long>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
17+
New-IntersightFabricVlan [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-AutoAllowOnUplinks< bool>][-EthNetworkPolicy< FabricEthNetworkPolicyRelationship>][-IsNative< bool>][-Moid< string>][-MulticastPolicy< FabricMulticastPolicyRelationship>][[-Name]< string>][-PrimaryVlanId< long>][-SharingType< FabricVlan.SharingTypeEnum>][-Tags< System.Collections.Generic.List`1[MoTag]>][-VlanId< long>][-VlanSet< FabricVlanSetRelationship>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
1818
1919
```
2020

@@ -196,6 +196,24 @@ Accept pipeline input: True True (ByPropertyName)
196196
Accept wildcard characters: False
197197
```
198198
199+
### -VlanSet
200+
A reference to a fabricVlanSet resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.
201+
202+
Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef
203+
or use the cmdlet Initialize-IntersightMoMoRef.
204+
205+
```yaml
206+
Type: FabricVlanSetRelationship
207+
Parameter Sets: (All)
208+
Aliases:
209+
210+
Required: false
211+
Position: Named
212+
Default value: None
213+
Accept pipeline input: True True (ByPropertyName)
214+
Accept wildcard characters: False
215+
```
216+
199217
### -Json
200218
Returns the json payload received in response.
201219

docs/New-IntersightStorageStoragePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Accept wildcard characters: False
3939
```
4040
4141
### -DefaultDriveMode
42-
Newly inserted drives or on reboot, drives will be moved to the corresponding disk state on supported storage controller based on this setting. Unused Disks State should be &apos;No Change&apos; if Default Drive Mode is set to JBOD or RAID 0. This setting is applicable only to FI attached servers.\n* `UnconfiguredGood` - Newly inserted drives or on reboot, drives will remain the same state.\n* `Jbod` - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.\n* `RAID0` - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
42+
Unconfigured drives at the time of deployment will move to the selected state. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. If JBOD is selected, &apos;Use JBOD for Virtual Drive creation&apos; must be disabled. Unused Disks State should be &apos;No Change&apos; if Default Drive Mode is set to JBOD or RAID 0. This setting is applicable only to selected set of controllers on FI attached servers.\n* `UnconfiguredGood` - Newly inserted drives or on reboot, drives will remain the same state.\n* `Jbod` - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.\n* `RAID0` - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
4343
4444
```yaml
4545
Type: StorageStoragePolicy.DefaultDriveModeEnum

docs/Set-IntersightFabricVlan.md

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

1515
```
1616
17-
Set-IntersightFabricVlan [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-AutoAllowOnUplinks< bool>][-EthNetworkPolicy< FabricEthNetworkPolicyRelationship>][-IsNative< bool>][[-Moid]< string>][-MulticastPolicy< FabricMulticastPolicyRelationship>][-Name< string>][-PrimaryVlanId< long>][-SharingType< FabricVlan.SharingTypeEnum>][-Tags< System.Collections.Generic.List`1[MoTag]>][-VlanId< long>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
17+
Set-IntersightFabricVlan [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-AutoAllowOnUplinks< bool>][-EthNetworkPolicy< FabricEthNetworkPolicyRelationship>][-IsNative< bool>][[-Moid]< string>][-MulticastPolicy< FabricMulticastPolicyRelationship>][-Name< string>][-PrimaryVlanId< long>][-SharingType< FabricVlan.SharingTypeEnum>][-Tags< System.Collections.Generic.List`1[MoTag]>][-VlanId< long>][-VlanSet< FabricVlanSetRelationship>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
1818
1919
```
2020

@@ -196,6 +196,24 @@ Accept pipeline input: True True (ByPropertyName)
196196
Accept wildcard characters: False
197197
```
198198
199+
### -VlanSet
200+
A reference to a fabricVlanSet resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.
201+
202+
Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef
203+
or use the cmdlet Initialize-IntersightMoMoRef.
204+
205+
```yaml
206+
Type: FabricVlanSetRelationship
207+
Parameter Sets: (All)
208+
Aliases:
209+
210+
Required: false
211+
Position: Named
212+
Default value: None
213+
Accept pipeline input: True True (ByPropertyName)
214+
Accept wildcard characters: False
215+
```
216+
199217
### -Json
200218
Returns the json payload received in response.
201219

0 commit comments

Comments
 (0)