diff --git a/README.md b/README.md index c3e6f256..b7647579 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ The Cisco Intersight API is a programmatic interface that uses the REST architec 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/). The Cisco Intersight.PowerShell module is updated frequently to be in sync with the OpenAPI version deployed at https://intersight.com -- Intersight.PowerShell version: 1.0.11.17769 -- C# SDK version: 1.0.11.17769 +- Intersight.PowerShell version: 1.0.11.17956 +- C# SDK version: 1.0.11.17956 For more information, please visit [https://intersight.com/help](https://intersight.com/help) @@ -115,7 +115,7 @@ Import-Module -Name '.\Intersight.PowerShell' -Verbose ### 1.2.3 Uninstall Intersight.PowerShell ```powershell -Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.17769"} +Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.17956"} ``` or @@ -2309,21 +2309,25 @@ PartnerintegrationEtl | [**Get-IntersightPartnerintegrationEtl**](docs/Get-Inter PartnerintegrationFile | [**Get-IntersightPartnerintegrationFile**](docs/Get-IntersightPartnerintegrationFile.md) | Read a 'PartnerintegrationFile' resource. PartnerintegrationInventory | [**Get-IntersightPartnerintegrationInventory**](docs/Get-IntersightPartnerintegrationInventory.md) | Read a 'PartnerintegrationInventory' resource. PartnerintegrationLogs | [**Get-IntersightPartnerintegrationLogs**](docs/Get-IntersightPartnerintegrationLogs.md) | Read a 'PartnerintegrationLogs' resource. +PartnerintegrationMetrics | [**Get-IntersightPartnerintegrationMetrics**](docs/Get-IntersightPartnerintegrationMetrics.md) | Read a 'PartnerintegrationMetrics' resource. PartnerintegrationModel | [**Get-IntersightPartnerintegrationModel**](docs/Get-IntersightPartnerintegrationModel.md) | Read a 'PartnerintegrationModel' resource. PartnerintegrationDeviceConnector | [**New-IntersightPartnerintegrationDeviceConnector**](docs/New-IntersightPartnerintegrationDeviceConnector.md) | Create a 'PartnerintegrationDeviceConnector' resource. PartnerintegrationEtl | [**New-IntersightPartnerintegrationEtl**](docs/New-IntersightPartnerintegrationEtl.md) | Create a 'PartnerintegrationEtl' resource. PartnerintegrationFile | [**New-IntersightPartnerintegrationFile**](docs/New-IntersightPartnerintegrationFile.md) | Create a 'PartnerintegrationFile' resource. PartnerintegrationInventory | [**New-IntersightPartnerintegrationInventory**](docs/New-IntersightPartnerintegrationInventory.md) | Create a 'PartnerintegrationInventory' resource. +PartnerintegrationMetrics | [**New-IntersightPartnerintegrationMetrics**](docs/New-IntersightPartnerintegrationMetrics.md) | Create a 'PartnerintegrationMetrics' resource. PartnerintegrationModel | [**New-IntersightPartnerintegrationModel**](docs/New-IntersightPartnerintegrationModel.md) | Create a 'PartnerintegrationModel' resource. PartnerintegrationDeviceConnector | [**Remove-IntersightPartnerintegrationDeviceConnector**](docs/Remove-IntersightPartnerintegrationDeviceConnector.md) | Delete a 'PartnerintegrationDeviceConnector' resource. PartnerintegrationEtl | [**Remove-IntersightPartnerintegrationEtl**](docs/Remove-IntersightPartnerintegrationEtl.md) | Delete a 'PartnerintegrationEtl' resource. PartnerintegrationFile | [**Remove-IntersightPartnerintegrationFile**](docs/Remove-IntersightPartnerintegrationFile.md) | Delete a 'PartnerintegrationFile' resource. PartnerintegrationInventory | [**Remove-IntersightPartnerintegrationInventory**](docs/Remove-IntersightPartnerintegrationInventory.md) | Delete a 'PartnerintegrationInventory' resource. +PartnerintegrationMetrics | [**Remove-IntersightPartnerintegrationMetrics**](docs/Remove-IntersightPartnerintegrationMetrics.md) | Delete a 'PartnerintegrationMetrics' resource. PartnerintegrationModel | [**Remove-IntersightPartnerintegrationModel**](docs/Remove-IntersightPartnerintegrationModel.md) | Delete a 'PartnerintegrationModel' resource. PartnerintegrationDeviceConnector | [**Set-IntersightPartnerintegrationDeviceConnector**](docs/Set-IntersightPartnerintegrationDeviceConnector.md) | Update a 'PartnerintegrationDeviceConnector' resource. PartnerintegrationEtl | [**Set-IntersightPartnerintegrationEtl**](docs/Set-IntersightPartnerintegrationEtl.md) | Update a 'PartnerintegrationEtl' resource. PartnerintegrationFile | [**Set-IntersightPartnerintegrationFile**](docs/Set-IntersightPartnerintegrationFile.md) | Update a 'PartnerintegrationFile' resource. PartnerintegrationInventory | [**Set-IntersightPartnerintegrationInventory**](docs/Set-IntersightPartnerintegrationInventory.md) | Update a 'PartnerintegrationInventory' resource. +PartnerintegrationMetrics | [**Set-IntersightPartnerintegrationMetrics**](docs/Set-IntersightPartnerintegrationMetrics.md) | Update a 'PartnerintegrationMetrics' resource. PartnerintegrationModel | [**Set-IntersightPartnerintegrationModel**](docs/Set-IntersightPartnerintegrationModel.md) | Update a 'PartnerintegrationModel' resource. PciCoprocessorCard | [**Get-IntersightPciCoprocessorCard**](docs/Get-IntersightPciCoprocessorCard.md) | Read a 'PciCoprocessorCard' resource. PciDevice | [**Get-IntersightPciDevice**](docs/Get-IntersightPciDevice.md) | Read a 'PciDevice' resource. diff --git a/build.ps1 b/build.ps1 index 816e910b..283850ec 100644 --- a/build.ps1 +++ b/build.ps1 @@ -49,7 +49,7 @@ $manifestParam = @{ Guid = "41ce1a70-9c4b-489f-a153-12fe49b7fe62" Author = "Cisco Systems" CompanyName = "Cisco Systems" - ModuleVersion = "1.0.11.17769" + ModuleVersion = "1.0.11.17956" Copyright = "(c) 2023 Cisco Systems, Inc. All rights reserved." LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.txt" ProjectUri = "https://github.com/CiscoDevNet/intersight-powershell" @@ -58,7 +58,7 @@ $manifestParam = @{ PowerShellVersion = "7.3.3" CmdletsToExport = $commandList Description = "Intersight Powershell module provides the cmdlets to manage, analyze, and automate the IT infrastructure in Intersight." - ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.17769 + ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.17956 Changelog:- https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md diff --git a/docs/Get-IntersightPartnerintegrationMetrics.md b/docs/Get-IntersightPartnerintegrationMetrics.md new file mode 100644 index 00000000..656ab280 --- /dev/null +++ b/docs/Get-IntersightPartnerintegrationMetrics.md @@ -0,0 +1,292 @@ +--- +external help file: Intersight.PowerShell.dll-Help.xml +Module Name: Intersight.PowerShell +online version: +schema: 2.0.0 +--- + +# Get-IntersightPartnerintegrationMetrics + +## SYNOPSIS +Get the PartnerintegrationMetrics + +## SYNTAX + +### CmdletParam (Default) +``` +Get-IntersightPartnerintegrationMetrics [-Name ] [-Organization ] + [] +``` + +### QueryParam +``` +Get-IntersightPartnerintegrationMetrics [-Count ] [-InlineCount ] [-Select ] [-Filter ] + [-Expand ] [-Skip ] [-Top ] [-At ] [-Orderby ] [-Apply ] + [-Tag ] [] +``` +## DESCRIPTION +Read a 'PartnerintegrationMetrics' resource., + +Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. +Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> $result = Get-IntersightPartnerintegrationMetrics +``` +Above example returns the list of PartnerintegrationMetrics. + +### Example 2 +```powershell +PS C:\> $result = Get-IntersightPartnerintegrationMetrics -Name "MoName" +``` +Above example returns the PartnerintegrationMetrics matched with name. + +### Example 3 +```powershell +PS C:\> $result = Get-IntersightPartnerintegrationMetrics -Organization $organization +``` +Above example returns the list of PartnerintegrationMetrics available under the $organization . + +### Example 4 +```powershell +PS C:\> $result = Get-IntersightPartnerintegrationMetrics -InlineCount allpages +``` +Above example returns the list of PartnerintegrationMetrics along with count. + +## PARAMETERS + +### -Apply +Specify one or more transformation operations to perform aggregation on the resources. The transformations are processed in order with the output from a +transformation being used as input for the subsequent transformation. The ""$apply"" query takes a sequence of set transformations, separated by forward slashes +to express that they are consecutively applied, i.e. the result of each transformation is the input to the next transformation. Supported aggregation methods are +""aggregate"" and ""groupby"". The **aggregate** transformation takes a comma-separated list of one or more aggregate expressions as parameters and returns a +result set with a single instance, representing the aggregated value for all instances in the input set. The **groupby** transformation takes one or two +parameters and 1. Splits the initial set into subsets where all instances in a subset have the same values for the grouping properties specified in the first +parameter, 2. Applies set transformations to each subset according to the second parameter, resulting in a new set of potentially different structure and +cardinality, 3. Ensures that the instances in the result set contain all grouping properties with the correct values for the group, 4. Concatenates the +intermediate result sets into one result set. A groupby transformation affects the structure of the result set. + +```yaml +Type: String +Parameter Sets: QueryParam +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -At +Similar to ""$filter"", but ""at"" is specifically used to filter versioning information properties for resources to return. A URI with an ""at"" Query Option +identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only +the Entries that satisfy the predicate expression specified by the query option. The expression language that is used in at operators supports references to +properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal +representations shown in the Abstract Type System section. + +```yaml +Type: String +Parameter Sets: QueryParam +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Count +The $count query specifies the service should return the count of the matching resources, instead of returning the resources. + +```yaml +Type: Boolean +Parameter Sets: QueryParam +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Expand +Specify additional attributes or related resources to return in addition to the primary resources. + +```yaml +Type: String +Parameter Sets: QueryParam +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Filter +Filter criteria for the resources to return. A URI with a $filter query option identifies a subset of the entries from the Collection of Entries. The subset is +determined by selecting only the Entries that satisfy the predicate expression specified by the $filter option. The expression language that is used in $filter +queries supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false). + +```yaml +Type: String +Parameter Sets: QueryParam +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InlineCount +The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response. + +```yaml +Type: String +Parameter Sets: QueryParam +Aliases: +Accepted values: allpages, none + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Specifies the name of the PartnerintegrationMetrics. + +```yaml +Type: String +Parameter Sets: CmdletParam +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Orderby +Determines what properties are used to sort the collection of resources. + +```yaml +Type: String +Parameter Sets: QueryParam +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Organization +Specifies the organization, to fetch the PartnerintegrationMetrics under it. + +```yaml +Type: OrganizationOrganizationRelationship +Parameter Sets: CmdletParam +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName, ByValue) +Accept wildcard characters: False +``` + +### -Select +Specifies a subset of properties to return. + +```yaml +Type: String +Parameter Sets: QueryParam +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Ignores the specified number of objects and then gets the remaining objects. +Enter the number of objects to skip. + +```yaml +Type: Int32 +Parameter Sets: QueryParam +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Tag +The 'tags' parameter is used to request a summary of the Tag utilization for this resource. When the 'tags' parameter is specified, the response provides a list +of tag keys, the number of times the key has been used across all documents, and the tag values that have been assigned to the tag key. + +```yaml +Type: String +Parameter Sets: QueryParam +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Specifies the maximum number of resources to return in the response. + +```yaml +Type: Int32 +Parameter Sets: QueryParam +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +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). + +## INPUTS + +### Intersight.Model.OrganizationOrganizationRelationship + +## OUTPUTS + +### System.Object +## NOTES + +## RELATED LINKS + +[New-IntersightPartnerintegrationMetrics](./New-IntersightPartnerintegrationMetrics.md) + +[Remove-IntersightPartnerintegrationMetrics](./Remove-IntersightPartnerintegrationMetrics.md) + +[Set-IntersightPartnerintegrationMetrics](./Set-IntersightPartnerintegrationMetrics.md) + diff --git a/docs/Initialize-IntersightApplianceSystemInfo.md b/docs/Initialize-IntersightApplianceSystemInfo.md index 9ec3efbe..6930b90d 100644 --- a/docs/Initialize-IntersightApplianceSystemInfo.md +++ b/docs/Initialize-IntersightApplianceSystemInfo.md @@ -102,7 +102,7 @@ Accept wildcard characters: False ``` ### -TimeZone -Timezone of the Intersight Appliance.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +Timezone of the Intersight Appliance.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: ApplianceSystemInfo.VarTimeZoneEnum diff --git a/docs/Initialize-IntersightAssetWorkloadOptimizerDynatraceOptions.md b/docs/Initialize-IntersightAssetWorkloadOptimizerDynatraceOptions.md index bbc6eb2e..22af31b5 100644 --- a/docs/Initialize-IntersightAssetWorkloadOptimizerDynatraceOptions.md +++ b/docs/Initialize-IntersightAssetWorkloadOptimizerDynatraceOptions.md @@ -14,7 +14,7 @@ Fill in the Synopsis ``` -Initialize-IntersightAssetWorkloadOptimizerDynatraceOptions [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< AssetWorkloadOptimizerDynatraceOptions.ClassIdEnum>][-CollectVmMetrics< bool>][-EnvironmentId< string>][-ObjectType< AssetWorkloadOptimizerDynatraceOptions.ObjectTypeEnum>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] +Initialize-IntersightAssetWorkloadOptimizerDynatraceOptions [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< AssetWorkloadOptimizerDynatraceOptions.ClassIdEnum>][-CollectTagInfo< bool>][-CollectVmMetrics< bool>][-EnvironmentId< string>][-ObjectType< AssetWorkloadOptimizerDynatraceOptions.ObjectTypeEnum>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] ``` @@ -54,6 +54,21 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` +### -CollectTagInfo +Collect tag information from Dynatrace. + +```yaml +Type: bool +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + ### -CollectVmMetrics Overwrite Hypervisor or Cloud Provider Virtual Machine metrics with data from the target. diff --git a/docs/Initialize-IntersightAssetWorkloadOptimizerNewRelicOptions.md b/docs/Initialize-IntersightAssetWorkloadOptimizerNewRelicOptions.md index cd31a5d1..3a3a962b 100644 --- a/docs/Initialize-IntersightAssetWorkloadOptimizerNewRelicOptions.md +++ b/docs/Initialize-IntersightAssetWorkloadOptimizerNewRelicOptions.md @@ -14,7 +14,7 @@ Fill in the Synopsis ``` -Initialize-IntersightAssetWorkloadOptimizerNewRelicOptions [-AccountId< string>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< AssetWorkloadOptimizerNewRelicOptions.ClassIdEnum>][-CollectVmMetrics< bool>][-ObjectType< AssetWorkloadOptimizerNewRelicOptions.ObjectTypeEnum>][-Region< AssetWorkloadOptimizerNewRelicOptions.RegionEnum>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] +Initialize-IntersightAssetWorkloadOptimizerNewRelicOptions [-AccountId< string>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< AssetWorkloadOptimizerNewRelicOptions.ClassIdEnum>][-CollectTagInfo< bool>][-CollectVmMetrics< bool>][-ObjectType< AssetWorkloadOptimizerNewRelicOptions.ObjectTypeEnum>][-Region< AssetWorkloadOptimizerNewRelicOptions.RegionEnum>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] ``` @@ -69,6 +69,21 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` +### -CollectTagInfo +Collect tag information from NewRelic. + +```yaml +Type: bool +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + ### -CollectVmMetrics Overwrite Hypervisor or Cloud Provider Virtual Machine metrics with data from the target. diff --git a/docs/Initialize-IntersightCapabilityServerComponentConstraint.md b/docs/Initialize-IntersightCapabilityServerComponentConstraint.md new file mode 100644 index 00000000..4a9767f7 --- /dev/null +++ b/docs/Initialize-IntersightCapabilityServerComponentConstraint.md @@ -0,0 +1,127 @@ +--- +external help file: Intersight.PowerShell.dll-Help.xml +Module Name: Intersight.PowerShell +online version: +schema: 2.0.0 +--- + +# Initialize-IntersightCapabilityServerComponentConstraint + +## SYNOPSIS +Fill in the Synopsis + +## SYNTAX + +``` + +Initialize-IntersightCapabilityServerComponentConstraint [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< CapabilityServerComponentConstraint.ClassIdEnum>][-ObjectType< CapabilityServerComponentConstraint.ObjectTypeEnum>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] + +``` + +## DESCRIPTION + +Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server. + +## PARAMETERS + +### -AdditionalProperties + + +```yaml +Type: System.Collections.Generic.Dictionary`2[string,object] +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ClassId +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. + +```yaml +Type: CapabilityServerComponentConstraint.ClassIdEnum +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ObjectType +The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. + +```yaml +Type: CapabilityServerComponentConstraint.ObjectTypeEnum +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Json +Returns the json payload received in response. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True False +Accept wildcard characters: False +``` + +### -WithHttpInfo +Returns the HTTP response with headers and content. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True False +Accept wildcard characters: False +``` + + +### CommonParameters +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). + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Initialize-IntersightCapabilityServerComponentConstraint +``` + +{ Add example description here } + +## INPUTS + +### System.Int32 + +### System.String + +## OUTPUTS + +### TestModule.FavoriteStuff + +## NOTES + +## RELATED LINKS diff --git a/docs/Initialize-IntersightCatalystsdwanVedgeDevice.md b/docs/Initialize-IntersightCatalystsdwanVedgeDevice.md index 906a6407..585cd8c0 100644 --- a/docs/Initialize-IntersightCatalystsdwanVedgeDevice.md +++ b/docs/Initialize-IntersightCatalystsdwanVedgeDevice.md @@ -14,7 +14,7 @@ Fill in the Synopsis ``` -Initialize-IntersightCatalystsdwanVedgeDevice [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< CatalystsdwanVedgeDevice.ClassIdEnum>][-ConfigStatusMessage< string>][-DeviceId< string>][-DeviceModel< string>][-DeviceState< string>][-DeviceType< string>][-HostName< string>][-Moid< string>][-ObjectType< CatalystsdwanVedgeDevice.ObjectTypeEnum>][-PlatformFamily< string>][-Reachability< string>][-SerialNumber< string>][-SiteId< string>][-SiteName< string>][-SpOrganizationName< string>][-SystemIp< string>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-Validity< string>][-Version< string>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] +Initialize-IntersightCatalystsdwanVedgeDevice [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< CatalystsdwanVedgeDevice.ClassIdEnum>][-ConfigStatusMessage< string>][-DeviceState< string>][-HostName< string>][-Moid< string>][-ObjectType< CatalystsdwanVedgeDevice.ObjectTypeEnum>][-PlatformFamily< string>][-Reachability< string>][-SiteId< string>][-SiteName< string>][-SpOrganizationName< string>][-SystemIp< string>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-TemplateStatus< string>][-Validity< string>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] ``` @@ -69,36 +69,6 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` -### -DeviceId -UUID for the Catalyst SDWAN Vedge Device. - -```yaml -Type: string -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - -### -DeviceModel -The Catalyst SDWAN device model. - -```yaml -Type: string -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - ### -DeviceState The Catalyst SDWAN device state. @@ -114,21 +84,6 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` -### -DeviceType -The Catalyst SDWAN device type. - -```yaml -Type: string -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - ### -HostName The Catalyst SDWAN device host name. @@ -204,21 +159,6 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` -### -SerialNumber -The Catalyst SDWAN device serial number. - -```yaml -Type: string -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - ### -SiteId The Catalyst SDWAN device site id. @@ -296,8 +236,8 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` -### -Validity -The Catalyst SDWAN device validity. +### -TemplateStatus +The Catalyst SDWAN device template status. ```yaml Type: string @@ -311,8 +251,8 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` -### -Version -The Catalyst SDWAN device version. +### -Validity +The Catalyst SDWAN device validity. ```yaml Type: string diff --git a/docs/Initialize-IntersightComputePhysicalSummary.md b/docs/Initialize-IntersightComputePhysicalSummary.md index d971f83f..e4a45746 100644 --- a/docs/Initialize-IntersightComputePhysicalSummary.md +++ b/docs/Initialize-IntersightComputePhysicalSummary.md @@ -14,7 +14,7 @@ Fill in the Synopsis ``` -Initialize-IntersightComputePhysicalSummary [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< ComputePhysicalSummary.ClassIdEnum>][-Moid< string>][-ObjectType< ComputePhysicalSummary.ObjectTypeEnum>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] +Initialize-IntersightComputePhysicalSummary [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< ComputePhysicalSummary.ClassIdEnum>][-FrontPanelLockState< ComputePhysicalSummary.FrontPanelLockStateEnum>][-Moid< string>][-ObjectType< ComputePhysicalSummary.ObjectTypeEnum>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] ``` @@ -54,6 +54,21 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` +### -FrontPanelLockState +The actual front panel state of the server.\n* `None` - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.\n* `Lock` - Front Panel of the server is set to Locked state.\n* `Unlock` - Front Panel of the server is set to Unlocked state. + +```yaml +Type: ComputePhysicalSummary.FrontPanelLockStateEnum +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Moid The unique identifier of this Managed Object instance. diff --git a/docs/Initialize-IntersightFabricSpanSession.md b/docs/Initialize-IntersightFabricSpanSession.md index cd1a1b8e..fc16f96b 100644 --- a/docs/Initialize-IntersightFabricSpanSession.md +++ b/docs/Initialize-IntersightFabricSpanSession.md @@ -103,7 +103,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the SPAN session. +Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_). ```yaml Type: string diff --git a/docs/Initialize-IntersightFirmwareFirmwareInventory.md b/docs/Initialize-IntersightFirmwareFirmwareInventory.md index 7c1d85c2..2764c7ae 100644 --- a/docs/Initialize-IntersightFirmwareFirmwareInventory.md +++ b/docs/Initialize-IntersightFirmwareFirmwareInventory.md @@ -85,7 +85,7 @@ Accept wildcard characters: False ``` ### -Model -Model deatils of component. +Model details of component. ```yaml Type: string diff --git a/docs/Initialize-IntersightHyperflexNetworkConfiguration.md b/docs/Initialize-IntersightHyperflexNetworkConfiguration.md index 267ccfdd..f2c0ff3f 100644 --- a/docs/Initialize-IntersightHyperflexNetworkConfiguration.md +++ b/docs/Initialize-IntersightHyperflexNetworkConfiguration.md @@ -14,7 +14,7 @@ Fill in the Synopsis ``` -Initialize-IntersightHyperflexNetworkConfiguration [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< HyperflexNetworkConfiguration.ClassIdEnum>][-ClusterDataIp< string>][-ClusterManagementIp< string>][-DataDefaultGateway< string>][-DataJumboFrame< bool>][-DataSubNetmask< string>][-DataVlanId< long>][-LiveMigrationVlanId< long>][-ManagementDefaultGateway< string>][-ManagementSubNetmask< string>][-ManagementVlanId< long>][-ObjectType< HyperflexNetworkConfiguration.ObjectTypeEnum>][-VmNetworkVlanId< long>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] +Initialize-IntersightHyperflexNetworkConfiguration [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< HyperflexNetworkConfiguration.ClassIdEnum>][-ObjectType< HyperflexNetworkConfiguration.ObjectTypeEnum>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] ``` @@ -54,156 +54,6 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` -### -ClusterDataIp -Cluster data IP of the HyperFlex cluster. - -```yaml -Type: string -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - -### -ClusterManagementIp -Cluster management IP of the HyperFlex cluster. - -```yaml -Type: string -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - -### -DataDefaultGateway -Default gateway of the data network. - -```yaml -Type: string -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - -### -DataJumboFrame -Boolean value to indicate if jumboframes is enabled for storage-data network. - -```yaml -Type: bool -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - -### -DataSubNetmask -Subnet mask of the data network. - -```yaml -Type: string -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - -### -DataVlanId -Data VLAN ID. Enter the correct VLAN tags if you are using trunk ports. The VLAN tags must be different when using trunk mode. - -```yaml -Type: long -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - -### -LiveMigrationVlanId -VLAN ID for virtual machine live migration. - -```yaml -Type: long -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - -### -ManagementDefaultGateway -Default gateway of the management network. - -```yaml -Type: string -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - -### -ManagementSubNetmask -Subnet mask of the management network. - -```yaml -Type: string -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - -### -ManagementVlanId -Management VLAN ID. Enter the correct VLAN tags if you are using trunk ports. The VLAN tags must be different when using trunk mode. - -```yaml -Type: long -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - ### -ObjectType The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. @@ -219,21 +69,6 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` -### -VmNetworkVlanId -VM network VLAN ID. Used for VM data traffic. - -```yaml -Type: long -Parameter Sets: (All) -Aliases: - -Required: false -Position: Named -Default value: None -Accept pipeline input: True True (ByPropertyName) -Accept wildcard characters: False -``` - ### -Json Returns the json payload received in response. diff --git a/docs/Initialize-IntersightHyperflexSysConfigPolicy.md b/docs/Initialize-IntersightHyperflexSysConfigPolicy.md index b41f71c0..a081df3c 100644 --- a/docs/Initialize-IntersightHyperflexSysConfigPolicy.md +++ b/docs/Initialize-IntersightHyperflexSysConfigPolicy.md @@ -213,7 +213,7 @@ Accept wildcard characters: False ``` ### -Timezone -The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: HyperflexSysConfigPolicy.TimezoneEnum diff --git a/docs/Initialize-IntersightKubernetesSysConfigPolicy.md b/docs/Initialize-IntersightKubernetesSysConfigPolicy.md index 0dc4601e..097a40d5 100644 --- a/docs/Initialize-IntersightKubernetesSysConfigPolicy.md +++ b/docs/Initialize-IntersightKubernetesSysConfigPolicy.md @@ -213,7 +213,7 @@ Accept wildcard characters: False ``` ### -Timezone -The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: KubernetesSysConfigPolicy.TimezoneEnum diff --git a/docs/Initialize-IntersightNetworkElementSummary.md b/docs/Initialize-IntersightNetworkElementSummary.md index 6ab486ad..f09a953f 100644 --- a/docs/Initialize-IntersightNetworkElementSummary.md +++ b/docs/Initialize-IntersightNetworkElementSummary.md @@ -14,7 +14,7 @@ Fill in the Synopsis ``` -Initialize-IntersightNetworkElementSummary [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< NetworkElementSummary.ClassIdEnum>][-Moid< string>][-ObjectType< NetworkElementSummary.ObjectTypeEnum>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] +Initialize-IntersightNetworkElementSummary [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< NetworkElementSummary.ClassIdEnum>][-ConnectionStatus< string>][-DefaultDomain< string>][-Moid< string>][-ObjectType< NetworkElementSummary.ObjectTypeEnum>][-PartNumber< string>][-Status< string>][-SystemUpTime< string>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-Thermal< NetworkElementSummary.ThermalEnum>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] ``` @@ -54,6 +54,36 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` +### -ConnectionStatus +Connection status of the switch. + +```yaml +Type: string +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -DefaultDomain +The default domain name configured on the switch. + +```yaml +Type: string +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Moid The unique identifier of this Managed Object instance. @@ -84,6 +114,51 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` +### -PartNumber +Part number of the switch. + +```yaml +Type: string +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Status +The status of the switch. + +```yaml +Type: string +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -SystemUpTime +System up time of the switch. + +```yaml +Type: string +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Tags @@ -101,6 +176,21 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` +### -Thermal +The Thermal status of the fabric interconnect.\n* `unknown` - The default state of the sensor (in case no data is received).\n* `ok` - State of the sensor indicating the sensor's temperature range is okay.\n* `upper-non-recoverable` - State of the sensor indicating that the temperature is extremely high above normal range.\n* `upper-critical` - State of the sensor indicating that the temperature is above normal range.\n* `upper-non-critical` - State of the sensor indicating that the temperature is a little above the normal range.\n* `lower-non-critical` - State of the sensor indicating that the temperature is a little below the normal range.\n* `lower-critical` - State of the sensor indicating that the temperature is below normal range.\n* `lower-non-recoverable` - State of the sensor indicating that the temperature is extremely below normal range. + +```yaml +Type: NetworkElementSummary.ThermalEnum +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Json Returns the json payload received in response. diff --git a/docs/Initialize-IntersightNtpPolicy.md b/docs/Initialize-IntersightNtpPolicy.md index 1b22a351..e820f87e 100644 --- a/docs/Initialize-IntersightNtpPolicy.md +++ b/docs/Initialize-IntersightNtpPolicy.md @@ -233,7 +233,7 @@ Accept wildcard characters: False ``` ### -Timezone -Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: NtpPolicy.TimezoneEnum diff --git a/docs/Initialize-IntersightOnpremSchedule.md b/docs/Initialize-IntersightOnpremSchedule.md index 306ea4d4..14a29bdd 100644 --- a/docs/Initialize-IntersightOnpremSchedule.md +++ b/docs/Initialize-IntersightOnpremSchedule.md @@ -145,7 +145,7 @@ Accept wildcard characters: False ``` ### -TimeZone -Timezone to use for the schedule calculation. If a timezone value is not speficied, then the schedule calculation will be based on UTC.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +Timezone to use for the schedule calculation. If a timezone value is not speficied, then the schedule calculation will be based on UTC.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: OnpremSchedule.VarTimeZoneEnum diff --git a/docs/Initialize-IntersightPartnerintegrationInventory.md b/docs/Initialize-IntersightPartnerintegrationInventory.md index 149b4677..5573fc06 100644 --- a/docs/Initialize-IntersightPartnerintegrationInventory.md +++ b/docs/Initialize-IntersightPartnerintegrationInventory.md @@ -14,7 +14,7 @@ Fill in the Synopsis ``` -Initialize-IntersightPartnerintegrationInventory [-Action< PartnerintegrationInventory.ActionEnum>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-BuildFlags< string>][-ClassId< PartnerintegrationInventory.ClassIdEnum>][-Etls< System.Collections.Generic.List`1[Model.PartnerintegrationEtlRelationship]>][-Models< System.Collections.Generic.List`1[Model.PartnerintegrationModelRelationship]>][-Moid< string>][-Name< string>][-ObjectType< PartnerintegrationInventory.ObjectTypeEnum>][-Organization< Model.OrganizationOrganizationRelationship>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] +Initialize-IntersightPartnerintegrationInventory [-Action< PartnerintegrationInventory.ActionEnum>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-BuildFlags< string>][-ClassId< PartnerintegrationInventory.ClassIdEnum>][-Etls< System.Collections.Generic.List`1[Model.PartnerintegrationEtlRelationship]>][-Metrics< Model.PartnerintegrationMetricsRelationship>][-Models< System.Collections.Generic.List`1[Model.PartnerintegrationModelRelationship]>][-Moid< string>][-Name< string>][-ObjectType< PartnerintegrationInventory.ObjectTypeEnum>][-Organization< Model.OrganizationOrganizationRelationship>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] ``` @@ -102,6 +102,24 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` +### -Metrics +A reference to a partnerintegrationMetrics resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + +```yaml +Type: Model.PartnerintegrationMetricsRelationship +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Models An array of relationships to partnerintegrationModel resources. diff --git a/docs/Initialize-IntersightPartnerintegrationMetrics.md b/docs/Initialize-IntersightPartnerintegrationMetrics.md new file mode 100644 index 00000000..9d19503f --- /dev/null +++ b/docs/Initialize-IntersightPartnerintegrationMetrics.md @@ -0,0 +1,213 @@ +--- +external help file: Intersight.PowerShell.dll-Help.xml +Module Name: Intersight.PowerShell +online version: +schema: 2.0.0 +--- + +# Initialize-IntersightPartnerintegrationMetrics + +## SYNOPSIS +Fill in the Synopsis + +## SYNTAX + +``` + +Initialize-IntersightPartnerintegrationMetrics [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< PartnerintegrationMetrics.ClassIdEnum>][-Data< Model.PartnerintegrationMetricsModel>][-Inventory< Model.PartnerintegrationInventoryRelationship>][-Moid< string>][-Name< string>][-ObjectType< PartnerintegrationMetrics.ObjectTypeEnum>][-Tags< System.Collections.Generic.List`1[Model.MoTag]>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] + +``` + +## DESCRIPTION + +Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server. + +## PARAMETERS + +### -AdditionalProperties + + +```yaml +Type: System.Collections.Generic.Dictionary`2[string,object] +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ClassId +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. + +```yaml +Type: PartnerintegrationMetrics.ClassIdEnum +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Data +Transformation model in metrics format. + +Note :- Use Initialize-IntersightPartnerintegrationMetricsModel to create the object of complex type PartnerintegrationMetricsModel + +```yaml +Type: Model.PartnerintegrationMetricsModel +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Inventory +A reference to a partnerintegrationInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + +```yaml +Type: Model.PartnerintegrationInventoryRelationship +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Moid +The unique identifier of this Managed Object instance. + +```yaml +Type: string +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Name +Placeholder name for the Metrics. + +```yaml +Type: string +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ObjectType +The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. + +```yaml +Type: PartnerintegrationMetrics.ObjectTypeEnum +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Tags + + +Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTag + +```yaml +Type: System.Collections.Generic.List`1[Model.MoTag] +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Json +Returns the json payload received in response. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True False +Accept wildcard characters: False +``` + +### -WithHttpInfo +Returns the HTTP response with headers and content. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True False +Accept wildcard characters: False +``` + + +### CommonParameters +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). + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Initialize-IntersightPartnerintegrationMetrics +``` + +{ Add example description here } + +## INPUTS + +### System.Int32 + +### System.String + +## OUTPUTS + +### TestModule.FavoriteStuff + +## NOTES + +## RELATED LINKS + +[Initialize-IntersightMoTag](./Initialize-IntersightMoTag.md) + +[Initialize-IntersightPartnerintegrationMetricsModel](./Initialize-IntersightPartnerintegrationMetricsModel.md) diff --git a/docs/Initialize-IntersightPartnerintegrationMetricsModel.md b/docs/Initialize-IntersightPartnerintegrationMetricsModel.md new file mode 100644 index 00000000..80eaf4a5 --- /dev/null +++ b/docs/Initialize-IntersightPartnerintegrationMetricsModel.md @@ -0,0 +1,214 @@ +--- +external help file: Intersight.PowerShell.dll-Help.xml +Module Name: Intersight.PowerShell +online version: +schema: 2.0.0 +--- + +# Initialize-IntersightPartnerintegrationMetricsModel + +## SYNOPSIS +Fill in the Synopsis + +## SYNTAX + +``` + +Initialize-IntersightPartnerintegrationMetricsModel [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-Attributes< object>][-ClassId< PartnerintegrationMetricsModel.ClassIdEnum>][-DruidInstrumentExporters< object>][-Instruments< object>][-MeterProviders< object>][-Metrics< object>][-ObjectType< PartnerintegrationMetricsModel.ObjectTypeEnum>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] + +``` + +## DESCRIPTION + +Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server. + +## PARAMETERS + +### -AdditionalProperties + + +```yaml +Type: System.Collections.Generic.Dictionary`2[string,object] +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Attributes +Transformation attributes model in yaml format. + +Note :- Use Initialize-Intersightobject to create the object of complex type object + +```yaml +Type: object +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ClassId +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. + +```yaml +Type: PartnerintegrationMetricsModel.ClassIdEnum +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -DruidInstrumentExporters +Transformation druid instrument exporters model in yaml format. + +Note :- Use Initialize-Intersightobject to create the object of complex type object + +```yaml +Type: object +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Instruments +Transformation instruments model in yaml format. + +Note :- Use Initialize-Intersightobject to create the object of complex type object + +```yaml +Type: object +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -MeterProviders +Transformation meter providers model in yaml format. + +Note :- Use Initialize-Intersightobject to create the object of complex type object + +```yaml +Type: object +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Metrics +Transformation metrics model in yaml format. + +Note :- Use Initialize-Intersightobject to create the object of complex type object + +```yaml +Type: object +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ObjectType +The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. + +```yaml +Type: PartnerintegrationMetricsModel.ObjectTypeEnum +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Json +Returns the json payload received in response. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True False +Accept wildcard characters: False +``` + +### -WithHttpInfo +Returns the HTTP response with headers and content. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True False +Accept wildcard characters: False +``` + + +### CommonParameters +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). + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Initialize-IntersightPartnerintegrationMetricsModel +``` + +{ Add example description here } + +## INPUTS + +### System.Int32 + +### System.String + +## OUTPUTS + +### TestModule.FavoriteStuff + +## NOTES + +## RELATED LINKS + +[Initialize-Intersightobject](./Initialize-Intersightobject.md) diff --git a/docs/Initialize-IntersightSchedulerBaseScheduleParams.md b/docs/Initialize-IntersightSchedulerBaseScheduleParams.md index 8cf9b6eb..c3b22b82 100644 --- a/docs/Initialize-IntersightSchedulerBaseScheduleParams.md +++ b/docs/Initialize-IntersightSchedulerBaseScheduleParams.md @@ -85,7 +85,7 @@ Accept wildcard characters: False ``` ### -TimeZone -The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: SchedulerBaseScheduleParams.VarTimeZoneEnum diff --git a/docs/Initialize-IntersightSchedulerOneTimeScheduleParams.md b/docs/Initialize-IntersightSchedulerOneTimeScheduleParams.md index 3dcef4e0..0c617605 100644 --- a/docs/Initialize-IntersightSchedulerOneTimeScheduleParams.md +++ b/docs/Initialize-IntersightSchedulerOneTimeScheduleParams.md @@ -85,7 +85,7 @@ Accept wildcard characters: False ``` ### -TimeZone -The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: SchedulerOneTimeScheduleParams.VarTimeZoneEnum diff --git a/docs/Initialize-IntersightSchedulerRecurringScheduleParams.md b/docs/Initialize-IntersightSchedulerRecurringScheduleParams.md index 99123c23..01997675 100644 --- a/docs/Initialize-IntersightSchedulerRecurringScheduleParams.md +++ b/docs/Initialize-IntersightSchedulerRecurringScheduleParams.md @@ -85,7 +85,7 @@ Accept wildcard characters: False ``` ### -TimeZone -The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: SchedulerRecurringScheduleParams.VarTimeZoneEnum diff --git a/docs/Initialize-IntersightWorkflowCatalogItemDefinition.md b/docs/Initialize-IntersightWorkflowCatalogItemDefinition.md index c567fbde..02af41b3 100644 --- a/docs/Initialize-IntersightWorkflowCatalogItemDefinition.md +++ b/docs/Initialize-IntersightWorkflowCatalogItemDefinition.md @@ -148,7 +148,7 @@ Accept wildcard characters: False ``` ### -PublishStatus -Publish status of the catalog item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. +Publish status of the catalog item.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. ```yaml Type: WorkflowCatalogItemDefinition.PublishStatusEnum diff --git a/docs/Initialize-IntersightWorkflowServiceItemDefinition.md b/docs/Initialize-IntersightWorkflowServiceItemDefinition.md index 602e3fa0..67a7a5fb 100644 --- a/docs/Initialize-IntersightWorkflowServiceItemDefinition.md +++ b/docs/Initialize-IntersightWorkflowServiceItemDefinition.md @@ -228,7 +228,7 @@ Accept wildcard characters: False ``` ### -PublishStatus -Publish status of the service item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. +The publish status of service item (Draft, Published, Archived).\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. ```yaml Type: WorkflowServiceItemDefinition.PublishStatusEnum diff --git a/docs/Initialize-IntersightWorkflowTaskInfoUpdate.md b/docs/Initialize-IntersightWorkflowTaskInfoUpdate.md index 9853cac5..167cf896 100644 --- a/docs/Initialize-IntersightWorkflowTaskInfoUpdate.md +++ b/docs/Initialize-IntersightWorkflowTaskInfoUpdate.md @@ -102,7 +102,7 @@ Accept wildcard characters: False ``` ### -Status -New status of the task being updated, only Failed and Completed statuses are supported.\n* `Scheduled` - The enum represents the status when task is in scheduled state.\n* `InProgress` - The enum represents the status when task is in-progress state.\n* `NoOp` - The enum represents the status when task is a noop.\n* `Timeout` - The enum represents the status when task has timed out.\n* `Completed` - The enum represents the status when task has completed.\n* `Failed` - The enum represents the status when task has failed. +New status of the task being updated, only Failed and Completed statuses are supported, Completed is the default value in case no status is provided.\n* `Scheduled` - The enum represents the status when task is in scheduled state.\n* `InProgress` - The enum represents the status when task is in-progress state.\n* `NoOp` - The enum represents the status when task is a noop.\n* `Timeout` - The enum represents the status when task has timed out.\n* `Completed` - The enum represents the status when task has completed.\n* `Failed` - The enum represents the status when task has failed. ```yaml Type: WorkflowTaskInfoUpdate.StatusEnum diff --git a/docs/New-IntersightFabricSpanSession.md b/docs/New-IntersightFabricSpanSession.md index cca5c1c9..07b11f58 100644 --- a/docs/New-IntersightFabricSpanSession.md +++ b/docs/New-IntersightFabricSpanSession.md @@ -87,7 +87,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the SPAN session. +Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_). ```yaml Type: string diff --git a/docs/New-IntersightHyperflexSysConfigPolicy.md b/docs/New-IntersightHyperflexSysConfigPolicy.md index cffd988e..ec4c2b36 100644 --- a/docs/New-IntersightHyperflexSysConfigPolicy.md +++ b/docs/New-IntersightHyperflexSysConfigPolicy.md @@ -182,7 +182,7 @@ Accept wildcard characters: False ``` ### -Timezone -The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: HyperflexSysConfigPolicy.TimezoneEnum diff --git a/docs/New-IntersightKubernetesSysConfigPolicy.md b/docs/New-IntersightKubernetesSysConfigPolicy.md index 18d9333f..579771ba 100644 --- a/docs/New-IntersightKubernetesSysConfigPolicy.md +++ b/docs/New-IntersightKubernetesSysConfigPolicy.md @@ -182,7 +182,7 @@ Accept wildcard characters: False ``` ### -Timezone -The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: KubernetesSysConfigPolicy.TimezoneEnum diff --git a/docs/New-IntersightNtpPolicy.md b/docs/New-IntersightNtpPolicy.md index 55e45f4a..dc9bd747 100644 --- a/docs/New-IntersightNtpPolicy.md +++ b/docs/New-IntersightNtpPolicy.md @@ -202,7 +202,7 @@ Accept wildcard characters: False ``` ### -Timezone -Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: NtpPolicy.TimezoneEnum diff --git a/docs/New-IntersightPartnerintegrationInventory.md b/docs/New-IntersightPartnerintegrationInventory.md index 3f219973..d5f02365 100644 --- a/docs/New-IntersightPartnerintegrationInventory.md +++ b/docs/New-IntersightPartnerintegrationInventory.md @@ -14,7 +14,7 @@ Fill in the Synopsis ``` -New-IntersightPartnerintegrationInventory [-Action< PartnerintegrationInventory.ActionEnum>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-BuildFlags< string>][-Etls< System.Collections.Generic.List`1[PartnerintegrationEtlRelationship]>][-Models< System.Collections.Generic.List`1[PartnerintegrationModelRelationship]>][-Moid< string>][[-Name]< string>][-Organization< OrganizationOrganizationRelationship>][-Tags< System.Collections.Generic.List`1[MoTag]>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] +New-IntersightPartnerintegrationInventory [-Action< PartnerintegrationInventory.ActionEnum>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-BuildFlags< string>][-Etls< System.Collections.Generic.List`1[PartnerintegrationEtlRelationship]>][-Metrics< PartnerintegrationMetricsRelationship>][-Models< System.Collections.Generic.List`1[PartnerintegrationModelRelationship]>][-Moid< string>][[-Name]< string>][-Organization< OrganizationOrganizationRelationship>][-Tags< System.Collections.Generic.List`1[MoTag]>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] ``` @@ -86,6 +86,24 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` +### -Metrics +A reference to a partnerintegrationMetrics resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + +```yaml +Type: PartnerintegrationMetricsRelationship +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Models An array of relationships to partnerintegrationModel resources. diff --git a/docs/New-IntersightPartnerintegrationMetrics.md b/docs/New-IntersightPartnerintegrationMetrics.md new file mode 100644 index 00000000..0855f8a0 --- /dev/null +++ b/docs/New-IntersightPartnerintegrationMetrics.md @@ -0,0 +1,188 @@ +--- +external help file: Intersight.PowerShell.dll-Help.xml +Module Name: Intersight.PowerShell +online version: +schema: 2.0.0 +--- + +# New-IntersightPartnerintegrationMetrics + +## SYNOPSIS +Fill in the Synopsis + +## SYNTAX + +``` + +New-IntersightPartnerintegrationMetrics [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-Data< PartnerintegrationMetricsModel>][-Inventory< PartnerintegrationInventoryRelationship>][-Moid< string>][[-Name]< string>][-Tags< System.Collections.Generic.List`1[MoTag]>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] + +``` + +## DESCRIPTION +Create a 'PartnerintegrationMetrics' resource. + +## PARAMETERS + +### -AdditionalProperties + + +```yaml +Type: System.Collections.Generic.Dictionary`2[string,object] +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Data +Transformation model in metrics format. + +Note :- Use Initialize-IntersightPartnerintegrationMetricsModel to create the object of complex type PartnerintegrationMetricsModel + +```yaml +Type: PartnerintegrationMetricsModel +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Inventory +A reference to a partnerintegrationInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + +```yaml +Type: PartnerintegrationInventoryRelationship +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Moid +The unique identifier of this Managed Object instance. + +```yaml +Type: string +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Name +Placeholder name for the Metrics. + +```yaml +Type: string +Parameter Sets: (All) +Aliases: + +Required: true +Position: Named +Default value: None +Accept pipeline input: True False +Accept wildcard characters: False +``` + +### -Tags + + +Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTag + +```yaml +Type: System.Collections.Generic.List`1[MoTag] +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Json +Returns the json payload received in response. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True False +Accept wildcard characters: False +``` + +### -WithHttpInfo +Returns the HTTP response with headers and content. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True False +Accept wildcard characters: False +``` + + +### CommonParameters +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). + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> New-IntersightPartnerintegrationMetrics +``` + +{ Add example description here } + +## INPUTS + +### System.Int32 + +### System.String + +## OUTPUTS + +### TestModule.FavoriteStuff + +## NOTES + +## RELATED LINKS + +[Get-IntersightPartnerintegrationMetrics](./Get-IntersightPartnerintegrationMetrics.md) + +[Initialize-IntersightMoVersionContext](./Initialize-IntersightMoVersionContext.md) + +[Initialize-IntersightPartnerintegrationMetricsModel](./Initialize-IntersightPartnerintegrationMetricsModel.md) + +[Remove-IntersightPartnerintegrationMetrics](./Remove-IntersightPartnerintegrationMetrics.md) + +[Set-IntersightPartnerintegrationMetrics](./Set-IntersightPartnerintegrationMetrics.md) diff --git a/docs/New-IntersightWorkflowCatalogItemDefinition.md b/docs/New-IntersightWorkflowCatalogItemDefinition.md index c44419c0..9a0efd0e 100644 --- a/docs/New-IntersightWorkflowCatalogItemDefinition.md +++ b/docs/New-IntersightWorkflowCatalogItemDefinition.md @@ -117,7 +117,7 @@ Accept wildcard characters: False ``` ### -PublishStatus -Publish status of the catalog item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. +Publish status of the catalog item.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. ```yaml Type: WorkflowCatalogItemDefinition.PublishStatusEnum diff --git a/docs/New-IntersightWorkflowServiceItemDefinition.md b/docs/New-IntersightWorkflowServiceItemDefinition.md index 2974f675..31a87981 100644 --- a/docs/New-IntersightWorkflowServiceItemDefinition.md +++ b/docs/New-IntersightWorkflowServiceItemDefinition.md @@ -197,7 +197,7 @@ Accept wildcard characters: False ``` ### -PublishStatus -Publish status of the service item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. +The publish status of service item (Draft, Published, Archived).\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. ```yaml Type: WorkflowServiceItemDefinition.PublishStatusEnum diff --git a/docs/Remove-IntersightPartnerintegrationMetrics.md b/docs/Remove-IntersightPartnerintegrationMetrics.md new file mode 100644 index 00000000..8185201a --- /dev/null +++ b/docs/Remove-IntersightPartnerintegrationMetrics.md @@ -0,0 +1,72 @@ +--- +external help file: Intersight.PowerShell.dll-Help.xml +Module Name: Intersight.PowerShell +online version: +schema: 2.0.0 +--- + +# Remove-IntersightPartnerintegrationMetrics + +## SYNOPSIS +Remove the PartnerintegrationMetrics + +## SYNTAX + +``` +Remove-IntersightPartnerintegrationMetrics -Moid [] +``` + +## DESCRIPTION +Delete a 'PartnerintegrationMetrics' resource. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Remove-IntersightPartnerintegrationMetrics -Moid "xxxxxxxxxxxxxxxxxxxxxxxxxxx" +``` +Above cmdlet removes the specified PartnerintegrationMetrics + +### Example 2 +```powershell +PS C:\>Get-IntersightPartnerintegrationMetrics -Name "MoName"| Remove-IntersightPartnerintegrationMetrics +``` +Above cmdlet pipes the output of Get cmdlet to Remove cmdlet + +## PARAMETERS + +### -Moid +Specifyies the Moid of PartnerintegrationMetrics. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### CommonParameters +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). + +## INPUTS + +### System.String + +## OUTPUTS + +### System.Object +## NOTES + +## RELATED LINKS + +[Get-IntersightPartnerintegrationMetrics](./Get-IntersightPartnerintegrationMetrics.md) + +[New-IntersightPartnerintegrationMetrics](./New-IntersightPartnerintegrationMetrics.md) + +[Set-IntersightPartnerintegrationMetrics](./Set-IntersightPartnerintegrationMetrics.md) + diff --git a/docs/Set-IntersightFabricSpanSession.md b/docs/Set-IntersightFabricSpanSession.md index abffdb05..d7366fcb 100644 --- a/docs/Set-IntersightFabricSpanSession.md +++ b/docs/Set-IntersightFabricSpanSession.md @@ -87,7 +87,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the SPAN session. +Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_). ```yaml Type: string diff --git a/docs/Set-IntersightHyperflexSysConfigPolicy.md b/docs/Set-IntersightHyperflexSysConfigPolicy.md index b8031c5e..257a3c72 100644 --- a/docs/Set-IntersightHyperflexSysConfigPolicy.md +++ b/docs/Set-IntersightHyperflexSysConfigPolicy.md @@ -182,7 +182,7 @@ Accept wildcard characters: False ``` ### -Timezone -The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: HyperflexSysConfigPolicy.TimezoneEnum diff --git a/docs/Set-IntersightKubernetesSysConfigPolicy.md b/docs/Set-IntersightKubernetesSysConfigPolicy.md index 9764a1de..fa603179 100644 --- a/docs/Set-IntersightKubernetesSysConfigPolicy.md +++ b/docs/Set-IntersightKubernetesSysConfigPolicy.md @@ -182,7 +182,7 @@ Accept wildcard characters: False ``` ### -Timezone -The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: KubernetesSysConfigPolicy.TimezoneEnum diff --git a/docs/Set-IntersightNtpPolicy.md b/docs/Set-IntersightNtpPolicy.md index f166e5a5..05b8afba 100644 --- a/docs/Set-IntersightNtpPolicy.md +++ b/docs/Set-IntersightNtpPolicy.md @@ -202,7 +202,7 @@ Accept wildcard characters: False ``` ### -Timezone -Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - +Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ```yaml Type: NtpPolicy.TimezoneEnum diff --git a/docs/Set-IntersightPartnerintegrationInventory.md b/docs/Set-IntersightPartnerintegrationInventory.md index 36307180..83f930a6 100644 --- a/docs/Set-IntersightPartnerintegrationInventory.md +++ b/docs/Set-IntersightPartnerintegrationInventory.md @@ -14,7 +14,7 @@ Fill in the Synopsis ``` -Set-IntersightPartnerintegrationInventory [-Action< PartnerintegrationInventory.ActionEnum>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-BuildFlags< string>][-Etls< System.Collections.Generic.List`1[PartnerintegrationEtlRelationship]>][-Models< System.Collections.Generic.List`1[PartnerintegrationModelRelationship]>][[-Moid]< string>][-Name< string>][-Organization< OrganizationOrganizationRelationship>][-Tags< System.Collections.Generic.List`1[MoTag]>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] +Set-IntersightPartnerintegrationInventory [-Action< PartnerintegrationInventory.ActionEnum>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-BuildFlags< string>][-Etls< System.Collections.Generic.List`1[PartnerintegrationEtlRelationship]>][-Metrics< PartnerintegrationMetricsRelationship>][-Models< System.Collections.Generic.List`1[PartnerintegrationModelRelationship]>][[-Moid]< string>][-Name< string>][-Organization< OrganizationOrganizationRelationship>][-Tags< System.Collections.Generic.List`1[MoTag]>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] ``` @@ -86,6 +86,24 @@ Accept pipeline input: True True (ByPropertyName) Accept wildcard characters: False ``` +### -Metrics +A reference to a partnerintegrationMetrics resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + +```yaml +Type: PartnerintegrationMetricsRelationship +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Models An array of relationships to partnerintegrationModel resources. diff --git a/docs/Set-IntersightPartnerintegrationMetrics.md b/docs/Set-IntersightPartnerintegrationMetrics.md new file mode 100644 index 00000000..e8cda50d --- /dev/null +++ b/docs/Set-IntersightPartnerintegrationMetrics.md @@ -0,0 +1,188 @@ +--- +external help file: Intersight.PowerShell.dll-Help.xml +Module Name: Intersight.PowerShell +online version: +schema: 2.0.0 +--- + +# Set-IntersightPartnerintegrationMetrics + +## SYNOPSIS +Fill in the Synopsis + +## SYNTAX + +``` + +Set-IntersightPartnerintegrationMetrics [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-Data< PartnerintegrationMetricsModel>][-Inventory< PartnerintegrationInventoryRelationship>][[-Moid]< string>][-Name< string>][-Tags< System.Collections.Generic.List`1[MoTag]>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] + +``` + +## DESCRIPTION +Update a 'PartnerintegrationMetrics' resource. + +## PARAMETERS + +### -AdditionalProperties + + +```yaml +Type: System.Collections.Generic.Dictionary`2[string,object] +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Data +Transformation model in metrics format. + +Note :- Use Initialize-IntersightPartnerintegrationMetricsModel to create the object of complex type PartnerintegrationMetricsModel + +```yaml +Type: PartnerintegrationMetricsModel +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Inventory +A reference to a partnerintegrationInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + +```yaml +Type: PartnerintegrationInventoryRelationship +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Moid +The unique identifier of this Managed Object instance. + +```yaml +Type: string +Parameter Sets: (All) +Aliases: + +Required: true +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Name +Placeholder name for the Metrics. + +```yaml +Type: string +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Tags + + +Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTag + +```yaml +Type: System.Collections.Generic.List`1[MoTag] +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Json +Returns the json payload received in response. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True False +Accept wildcard characters: False +``` + +### -WithHttpInfo +Returns the HTTP response with headers and content. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: false +Position: Named +Default value: None +Accept pipeline input: True False +Accept wildcard characters: False +``` + + +### CommonParameters +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). + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Set-IntersightPartnerintegrationMetrics +``` + +{ Add example description here } + +## INPUTS + +### System.Int32 + +### System.String + +## OUTPUTS + +### TestModule.FavoriteStuff + +## NOTES + +## RELATED LINKS + +[Get-IntersightPartnerintegrationMetrics](./Get-IntersightPartnerintegrationMetrics.md) + +[Initialize-IntersightMoVersionContext](./Initialize-IntersightMoVersionContext.md) + +[Initialize-IntersightPartnerintegrationMetricsModel](./Initialize-IntersightPartnerintegrationMetricsModel.md) + +[New-IntersightPartnerintegrationMetrics](./New-IntersightPartnerintegrationMetrics.md) + +[Remove-IntersightPartnerintegrationMetrics](./Remove-IntersightPartnerintegrationMetrics.md) diff --git a/docs/Set-IntersightWorkflowCatalogItemDefinition.md b/docs/Set-IntersightWorkflowCatalogItemDefinition.md index 2faffe2e..96d942d6 100644 --- a/docs/Set-IntersightWorkflowCatalogItemDefinition.md +++ b/docs/Set-IntersightWorkflowCatalogItemDefinition.md @@ -117,7 +117,7 @@ Accept wildcard characters: False ``` ### -PublishStatus -Publish status of the catalog item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. +Publish status of the catalog item.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. ```yaml Type: WorkflowCatalogItemDefinition.PublishStatusEnum diff --git a/docs/Set-IntersightWorkflowServiceItemDefinition.md b/docs/Set-IntersightWorkflowServiceItemDefinition.md index f50ed0e8..756f9d0e 100644 --- a/docs/Set-IntersightWorkflowServiceItemDefinition.md +++ b/docs/Set-IntersightWorkflowServiceItemDefinition.md @@ -197,7 +197,7 @@ Accept wildcard characters: False ``` ### -PublishStatus -Publish status of the service item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. +The publish status of service item (Draft, Published, Archived).\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. ```yaml Type: WorkflowServiceItemDefinition.PublishStatusEnum diff --git a/externalHelp/Intersight.PowerShell.dll-Help.xml b/externalHelp/Intersight.PowerShell.dll-Help.xml index 242d2667..988cba08 100644 --- a/externalHelp/Intersight.PowerShell.dll-Help.xml +++ b/externalHelp/Intersight.PowerShell.dll-Help.xml @@ -50037,7 +50037,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a TimeZone - Timezone of the Intersight Appliance.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + Timezone of the Intersight Appliance.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ApplianceSystemInfo.VarTimeZoneEnum @@ -59744,6 +59744,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + PublicEncryptionKey + + + + string + + string + + + None + ReadOnly @@ -60459,7 +60471,19 @@ literals. The literal values can be strings enclosed in single quotes, numbers a PublicAccessKey - The device connector's public key used by Intersight to authenticate a connection from the device connector. The public key is used to verify that the signature a device connector sends on connect has been signed by the connector's private key stored on the device's filesystem. Must be a PEM encoded RSA public key string. + The device connector's public key used by Intersight to authenticate a connection from the device connector. The public key is used to verify that the signature a device connector sends on connect has been signed by the connector's private key stored on the device's filesystem. Must be a PEM encoded RSA or Ed22519 public key string. + + string + + string + + + None + + + PublicEncryptionKey + + The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string. string @@ -103609,6 +103633,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + PlatformType + + + + string + + string + + + None + SharedScope @@ -104105,6 +104141,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + PlatformType + + Platform type for which the constraint is to be enforced. + + string + + string + + + None + SharedScope @@ -121865,6 +121913,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + PlatformType + + + + string + + string + + + None + SharedScope @@ -122349,6 +122409,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + PlatformType + + Platform type for which the constraint is to be enforced. + + string + + string + + + None + SharedScope @@ -129934,6 +130006,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + PlatformType + + + + string + + string + + + None + SharedScope @@ -130418,6 +130502,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + PlatformType + + Platform type for which the constraint is to be enforced. + + string + + string + + + None + SharedScope @@ -137384,7 +137480,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - DeviceId + DeviceMoId @@ -137396,7 +137492,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - DeviceModel + DeviceState @@ -137408,7 +137504,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - DeviceState + DeviceType @@ -137420,7 +137516,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - DeviceType + Dn @@ -137443,6 +137539,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + HardwareVersion + + + + string + + string + + + None + HostName @@ -137455,6 +137563,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + IsUpgraded + + + + bool + + bool + + + None + ModTime @@ -137467,6 +137587,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + Model + + + + string + + string + + + None + Moid @@ -137479,6 +137611,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + Name + + + + string + + string + + + None + Parent @@ -137503,6 +137647,30 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + Presence + + + + string + + string + + + None + + + PreviousFru + + + + EquipmentFruRelationship + + EquipmentFruRelationship + + + None + Reachability @@ -137528,7 +137696,31 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - SerialNumber + Revision + + + + string + + string + + + None + + + Rn + + + + string + + string + + + None + + + Serial @@ -137599,6 +137791,30 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + TemplateStatus + + + + string + + string + + + None + + + Uuid + + + + string + + string + + + None + Validity @@ -137611,6 +137827,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + Vendor + + + + string + + string + + + None + Version @@ -138012,9 +138240,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - DeviceId + DeviceMoId - UUID for the Catalyst SDWAN Vedge Device. + The database identifier of the registered device of an object. string @@ -138024,9 +138252,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - DeviceModel + DeviceState - The Catalyst SDWAN device model. + The Catalyst SDWAN device state. string @@ -138036,9 +138264,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - DeviceState + DeviceType - The Catalyst SDWAN device state. + The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect. string @@ -138048,9 +138276,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - DeviceType + Dn - The Catalyst SDWAN device type. + The Distinguished Name unambiguously identifies an object in the system. string @@ -138071,6 +138299,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + HardwareVersion + + The hardware version of the device. + + string + + string + + + None + HostName @@ -138083,6 +138323,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + IsUpgraded + + This field indicates the compute status of the catalog values for the associated component or hardware. + + bool + + bool + + + None + ModTime @@ -138095,6 +138347,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + Model + + This field displays the model number of the associated component or hardware. + + string + + string + + + None + Moid @@ -138107,6 +138371,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + Name + + Administrator defined name for the device. + + string + + string + + + None + Parent @@ -138131,6 +138407,30 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + Presence + + This field indicates the presence (equipped) or absence (absent) of the associated component or hardware. + + string + + string + + + None + + + PreviousFru + + A reference to a equipmentFru resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + EquipmentFruRelationship + + EquipmentFruRelationship + + + None + Reachability @@ -138156,9 +138456,33 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - SerialNumber + Revision + + This field displays the revised version of the associated component or hardware (if any). + + string + + string + + + None + + + Rn + + The Relative Name uniquely identifies an object within a given context. + + string + + string + + + None + + + Serial - The Catalyst SDWAN device serial number. + This field displays the serial number of the associated component or hardware. string @@ -138227,6 +138551,30 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + TemplateStatus + + The Catalyst SDWAN device template status. + + string + + string + + + None + + + Uuid + + Unique identity of the device. + + string + + string + + + None + Validity @@ -138239,10 +138587,22 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + Vendor + + This field displays the vendor information of the associated component or hardware. + + string + + string + + + None + Version - The Catalyst SDWAN device version. + Current running software version of the device. string @@ -170698,6 +171058,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + InventoryParent + + + + MoBaseMoRelationship + + MoBaseMoRelationship + + + None + Ipv4Address @@ -171605,7 +171977,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a AvailableMemory - The amount of memory available on the server. + Total memeory of the server in MB. long @@ -171653,7 +172025,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a CpuCapacity - CPU Capacity = Number of CPU Sockets x Enabled Cores x Speed (GHz). + Total processing capacity of the server. float @@ -171677,7 +172049,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a DeviceMoId - The database identifier of the registered device of an object. + The MoId of the registered device that coresponds to the server. string @@ -171782,6 +172154,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + InventoryParent + + A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + MoBaseMoRelationship + + MoBaseMoRelationship + + + None + Ipv4Address @@ -171833,7 +172217,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Lifecycle - The lifecycle state of the server. This will map to the discovery lifecycle as represented in the server Identity object.\n* `None` - Default state of an equipment. This should be an initial state when no state is defined for an equipment.\n* `Active` - Default Lifecycle State for a physical entity.\n* `Decommissioned` - Decommission Lifecycle state.\n* `DiscoveryInProgress` - DiscoveryInProgress Lifecycle state.\n* `DiscoveryFailed` - DiscoveryFailed Lifecycle state.\n* `FirmwareUpgradeInProgress` - Firmware upgrade is in progress on given physical entity.\n* `SecureEraseInProgress` - Secure Erase is in progress on given physical entity.\n* `BladeMigrationInProgress` - Server slot migration is in progress on given physical entity.\n* `SlotMismatch` - The blade server is detected in a different chassis/slot than it was previously. + The lifecycle of the blade server.\n* `None` - Default state of an equipment. This should be an initial state when no state is defined for an equipment.\n* `Active` - Default Lifecycle State for a physical entity.\n* `Decommissioned` - Decommission Lifecycle state.\n* `DiscoveryInProgress` - DiscoveryInProgress Lifecycle state.\n* `DiscoveryFailed` - DiscoveryFailed Lifecycle state.\n* `FirmwareUpgradeInProgress` - Firmware upgrade is in progress on given physical entity.\n* `SecureEraseInProgress` - Secure Erase is in progress on given physical entity.\n* `BladeMigrationInProgress` - Server slot migration is in progress on given physical entity.\n* `SlotMismatch` - The blade server is detected in a different chassis/slot than it was previously. ComputePhysicalSummary.LifecycleEnum @@ -171893,7 +172277,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Model - This field displays the model number of the associated component or hardware. + This field identifies the model of the given component. string @@ -171941,7 +172325,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a NumCpuCores - The total number of CPU cores present on the server. + The total number of CPU cores enabled on the server. long @@ -172049,7 +172433,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a PackageVersion - The package version of the Host Service Utility (HSU) for this server. + Bundle version which the firmware belongs to. string @@ -172073,7 +172457,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Personality - The Rack unit software Personality. + Unique identity of added software personality. string @@ -172097,7 +172481,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Presence - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware. + This field identifies the presence (equipped) or absence of the given component. string @@ -172121,7 +172505,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Revision - This field displays the revised version of the associated component or hardware (if any). + This field identifies the revision of the given component. string @@ -172157,7 +172541,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Serial - This field displays the serial number of the associated component or hardware. + This field identifies the serial of the given component. string @@ -172217,7 +172601,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a SourceObjectType - The source object type of this view MO. + Stores the source object type. This feild will either be RackUnit or Blade. string @@ -172289,7 +172673,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Vendor - This field displays the vendor information of the associated component or hardware. + This field identifies the vendor of the given component. string @@ -262334,7 +262718,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Name - Name of the SPAN session. + Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_). string @@ -371312,7 +371696,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Timezone - The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - HyperflexSysConfigPolicy.TimezoneEnum @@ -462912,7 +463296,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Timezone - The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - KubernetesSysConfigPolicy.TimezoneEnum @@ -513565,6 +513949,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + InventoryParent + + + + MoBaseMoRelationship + + MoBaseMoRelationship + + + None + Ipv4Address @@ -513901,18 +514297,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - PeerFirmwareOutOfSync - - - - bool - - bool - - - None - Presence @@ -514093,18 +514477,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - UserLabel - - - - string - - string - - - None - Vendor @@ -514616,7 +514988,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a DeviceMoId - The database identifier of the registered device of an object. + The MoId of the registered device that coresponds to the server. string @@ -514676,7 +515048,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a FaultSummary - The fault summary of the network Element out-of-band management interface. + The fault summary for the server. long @@ -514805,6 +515177,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + InventoryParent + + A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + MoBaseMoRelationship + + MoBaseMoRelationship + + + None + Ipv4Address @@ -514856,7 +515240,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Model - This field displays the model number of the associated component or hardware. + This field identifies the model of the given component. string @@ -514880,7 +515264,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Name - Name of the ElementSummary object is saved in this property. + The admin configured name of the system. string @@ -515141,22 +515525,10 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - PeerFirmwareOutOfSync - - The flag to indicate the firmware of peer Fabric Interconnect is out of sync. - - bool - - bool - - - None - Presence - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware. + This field identifies the presence (equipped) or absence of the given component. string @@ -515192,7 +515564,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Revision - This field displays the revised version of the associated component or hardware (if any). + The product revision of the switch. string @@ -515216,7 +515588,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Serial - This field displays the serial number of the associated component or hardware. + This field identifies the serial of the given component. string @@ -515240,7 +515612,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a SourceObjectType - The source object type of this view MO. + Stores the source object type used to fill the properties of this object. string @@ -515333,22 +515705,10 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - UserLabel - - The user defined label assigned to the switch. - - string - - string - - - None - Vendor - This field displays the vendor information of the associated component or hardware. + This field identifies the vendor of the given component. string @@ -515360,7 +515720,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Version - Version holds the firmware version related information. + Firmware version of the switch. string @@ -619038,7 +619398,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Timezone - Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - NtpPolicy.TimezoneEnum @@ -632256,7 +632616,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Stage - Stage in the build process these logs belong to.\n* `None` - Default value for the log stage.\n* `Backend` - Logs corresponding to backend build.\n* `Ui` - Logs corresponding to ui build stage.\n* `Apidocs` - Logs corresponding to the apidocs build stage. + Stage in the build process these logs belong to.\n* `None` - Default value for the log stage.\n* `Backend` - Logs corresponding to backend build.\n* `Ui` - Logs corresponding to ui build stage.\n* `Apidocs` - Logs corresponding to the apidocs build stage.\n* `MetricsCollectorBackend` - Logs corresponding to Metrics Collector backend build.\n* `MetricsCollectorDependentBackend` - Logs corresponding to Metrics Collector backend build.\n* `MetricsCollectorUi` - Logs corresponding to Metrics Collector ui build stage. PartnerintegrationDcLogs.StageEnum @@ -635606,6 +635966,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + Metrics + + + + PartnerintegrationMetricsRelationship + + PartnerintegrationMetricsRelationship + + + None + ModTime @@ -636093,7 +636465,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a BuildStatus - Status of build for inventory collection.\n* `None` - Default value of the status. i.e. done nothing.\n* `BackendInProgress` - The backend build is in progress.\n* `BackendFailed` - The backend build has failed.\n* `DockerInProgress` - The docker build is in progress.\n* `DockerFailed` - The docker build has failed.\n* `UiInProgress` - The UI build is in progress.\n* `UiFailed` - The inventory UI build has failed.\n* `ApidocsInProgress` - The apidocs build is in progress.\n* `ApidocsFailed` - The apidocs build has failed.\n* `Completed` - The operation completed successfully. + Status of build for inventory collection.\n* `None` - Default value of the status. i.e. done nothing.\n* `BackendInProgress` - The backend build is in progress.\n* `BackendFailed` - The backend build has failed.\n* `MetricsCollectorBackendInProgress` - The Metrics Collector backend build is in progress.\n* `MetricsCollectorBackendFailed` - The Metrics Collector backend build has failed.\n* `DockerInProgress` - The docker build is in progress.\n* `DockerFailed` - The docker build has failed.\n* `UiInProgress` - The UI build is in progress.\n* `UiFailed` - The inventory UI build has failed.\n* `MetricsCollectorUiInProgress` - The Metrics Collector UI build is in progress.\n* `MetricsCollectorUiFailed` - The Metrics Collector UI build has failed.\n* `MetricsCollectorDependentBackendInProgress` - The Metrics Collector dependent backend build is in progress.\n* `MetricsCollectorDependentBackendFailed` - The Metrics Collector dependent backend build has failed.\n* `MetricsCollectorDependentDockerInProgress` - The Metrics Collector dependent docker build is in progress.\n* `MetricsCollectorDependentDockerFailed` - The Metrics Collector dependent docker build has failed.\n* `ApidocsInProgress` - The apidocs build is in progress.\n* `ApidocsFailed` - The apidocs build has failed.\n* `Completed` - The operation completed successfully. PartnerintegrationInventory.BuildStatusEnum @@ -636162,6 +636534,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + Metrics + + A reference to a partnerintegrationMetrics resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + PartnerintegrationMetricsRelationship + + PartnerintegrationMetricsRelationship + + + None + ModTime @@ -636894,7 +637278,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Stage - Stage in the build process these logs belong to.\n* `None` - Default value for the log stage.\n* `Backend` - Logs corresponding to backend build.\n* `Ui` - Logs corresponding to ui build stage.\n* `Apidocs` - Logs corresponding to the apidocs build stage. + Stage in the build process these logs belong to.\n* `None` - Default value for the log stage.\n* `Backend` - Logs corresponding to backend build.\n* `Ui` - Logs corresponding to ui build stage.\n* `Apidocs` - Logs corresponding to the apidocs build stage.\n* `MetricsCollectorBackend` - Logs corresponding to Metrics Collector backend build.\n* `MetricsCollectorDependentBackend` - Logs corresponding to Metrics Collector backend build.\n* `MetricsCollectorUi` - Logs corresponding to Metrics Collector ui build stage. PartnerintegrationLogs.StageEnum @@ -636965,21 +637349,21 @@ literals. The literal values can be strings enclosed in single quotes, numbers a - Get-IntersightPartnerintegrationModel + Get-IntersightPartnerintegrationMetrics Get - IntersightPartnerintegrationModel + IntersightPartnerintegrationMetrics - Get the PartnerintegrationModel + Get the PartnerintegrationMetrics - Read a 'PartnerintegrationModel' resource., + Read a 'PartnerintegrationMetrics' resource., Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. - Get-IntersightPartnerintegrationModel + Get-IntersightPartnerintegrationMetrics AccountMoid @@ -637091,7 +637475,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPartnerintegrationModel + Get-IntersightPartnerintegrationMetrics Apply @@ -637227,7 +637611,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPartnerintegrationModel + Get-IntersightPartnerintegrationMetrics Json @@ -637255,7 +637639,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPartnerintegrationModel + Get-IntersightPartnerintegrationMetrics Json @@ -637515,7 +637899,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Name - Placeholder name for the model. + Placeholder name for the Metrics. string @@ -637606,15 +637990,15 @@ literals. The literal values can be strings enclosed in single quotes, numbers a - New-IntersightPartnerintegrationModel + New-IntersightPartnerintegrationMetrics - Remove-IntersightPartnerintegrationModel + Remove-IntersightPartnerintegrationMetrics - Set-IntersightPartnerintegrationModel + Set-IntersightPartnerintegrationMetrics @@ -637622,21 +638006,21 @@ literals. The literal values can be strings enclosed in single quotes, numbers a - Get-IntersightPciCoprocessorCard + Get-IntersightPartnerintegrationModel Get - IntersightPciCoprocessorCard + IntersightPartnerintegrationModel - Get the PciCoprocessorCard + Get the PartnerintegrationModel - Read a 'PciCoprocessorCard' resource., + Read a 'PartnerintegrationModel' resource., Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. - Get-IntersightPciCoprocessorCard + Get-IntersightPartnerintegrationModel AccountMoid @@ -637649,30 +638033,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - CardId - - - - long - - long - - - None - - - ComputeBoard - - - - ComputeBoardRelationship - - ComputeBoardRelationship - - - None - CreateTime @@ -637685,30 +638045,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - DeviceMoId - - - - string - - string - - - None - - - Dn - - - - string - - string - - - None - DomainGroupMoid @@ -637722,25 +638058,13 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - InventoryDeviceInfo - - - - InventoryDeviceInfoRelationship - - InventoryDeviceInfoRelationship - - - None - - - IsUpgraded + Inventory - bool + PartnerintegrationInventoryRelationship - bool + PartnerintegrationInventoryRelationship None @@ -637757,8 +638081,8 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - Model + + Moid @@ -637770,7 +638094,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - Moid + Name @@ -637793,90 +638117,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - PciSlot - - - - string - - string - - - None - - - Presence - - - - string - - string - - - None - - - PreviousFru - - - - EquipmentFruRelationship - - EquipmentFruRelationship - - - None - - - RegisteredDevice - - - - AssetDeviceRegistrationRelationship - - AssetDeviceRegistrationRelationship - - - None - - - Revision - - - - string - - string - - - None - - - Rn - - - - string - - string - - - None - - - Serial - - - - string - - string - - - None - SharedScope @@ -637889,22 +638129,10 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - Vendor - - - - string - - string - - - None - - Get-IntersightPciCoprocessorCard + Get-IntersightPartnerintegrationModel Apply @@ -638040,7 +638268,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPciCoprocessorCard + Get-IntersightPartnerintegrationModel Json @@ -638068,7 +638296,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPciCoprocessorCard + Get-IntersightPartnerintegrationModel Json @@ -638265,30 +638493,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - CardId - - The id of the coprocessor card. - - long - - long - - - None - - - ComputeBoard - - A reference to a computeBoard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - - ComputeBoardRelationship - - ComputeBoardRelationship - - - None - CreateTime @@ -638301,30 +638505,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - DeviceMoId - - The database identifier of the registered device of an object. - - string - - string - - - None - - - Dn - - The Distinguished Name unambiguously identifies an object in the system. - - string - - string - - - None - DomainGroupMoid @@ -638338,25 +638518,13 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - InventoryDeviceInfo - - A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - - InventoryDeviceInfoRelationship - - InventoryDeviceInfoRelationship - - - None - - - IsUpgraded + Inventory - This field indicates the compute status of the catalog values for the associated component or hardware. + A reference to a partnerintegrationInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - bool + PartnerintegrationInventoryRelationship - bool + PartnerintegrationInventoryRelationship None @@ -638373,10 +638541,10 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - Model + + Moid - This field displays the model number of the associated component or hardware. + The unique identifier of this Managed Object instance. string @@ -638386,9 +638554,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - Moid + Name - The unique identifier of this Managed Object instance. + Placeholder name for the model. string @@ -638409,90 +638577,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - PciSlot - - The PCI slot name for the coprocessor card. - - string - - string - - - None - - - Presence - - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware. - - string - - string - - - None - - - PreviousFru - - A reference to a equipmentFru resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - - EquipmentFruRelationship - - EquipmentFruRelationship - - - None - - - RegisteredDevice - - A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - - AssetDeviceRegistrationRelationship - - AssetDeviceRegistrationRelationship - - - None - - - Revision - - This field displays the revised version of the associated component or hardware (if any). - - string - - string - - - None - - - Rn - - The Relative Name uniquely identifies an object within a given context. - - string - - string - - - None - - - Serial - - This field displays the serial number of the associated component or hardware. - - string - - string - - - None - SharedScope @@ -638505,18 +638589,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - Vendor - - This field displays the vendor information of the associated component or hardware. - - string - - string - - - None - Json @@ -638567,54 +638639,45 @@ literals. The literal values can be strings enclosed in single quotes, numbers a - - - -------------------------- Example(s) -------------------------- - #Get the PciCoprocessorCard by Name -PS C:\> $PciCoprocessorCardByName = Get-IntersightPciCoprocessorCard -Name PciCoprocessorCardName - -#Get the List of ServerProfiles -PS C:\> $PciCoprocessorCardList = Get-IntersightPciCoprocessorCard - -#Get the list of PciCoprocessorCard under particular organization. -PS C:\> $org = Get-IntersightOrganizationOrganization -Name myOrg - -PS C:\> $PciCoprocessorCardByOrg = Get-IntersightPciCoprocessorCard -Organization $org - -#Get the PciCoprocessorCard based on query Parameter -PS C:\> $PciCoprocessorCardByQueryParam = Get-IntersightPciCoprocessorCard -Filter Name eq PciCoprocessorCardName - -#Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet due to different property structure . - - - - + https://www.intersight.com/apidocs/downloads + + New-IntersightPartnerintegrationModel + + + + Remove-IntersightPartnerintegrationModel + + + + Set-IntersightPartnerintegrationModel + + - Get-IntersightPciDevice + Get-IntersightPciCoprocessorCard Get - IntersightPciDevice + IntersightPciCoprocessorCard - Get the PciDevice + Get the PciCoprocessorCard - Read a 'PciDevice' resource., + Read a 'PciCoprocessorCard' resource., Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. - Get-IntersightPciDevice + Get-IntersightPciCoprocessorCard AccountMoid @@ -638627,26 +638690,26 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - ComputeBlade + + CardId - ComputeBladeRelationship + long - ComputeBladeRelationship + long None - ComputeRackUnit + ComputeBoard - ComputeRackUnitRelationship + ComputeBoardRelationship - ComputeRackUnitRelationship + ComputeBoardRelationship None @@ -638663,18 +638726,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - DeviceId - - - - string - - string - - - None - DeviceMoId @@ -638711,18 +638762,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - FirmwareVersion - - - - string - - string - - - None - InventoryDeviceInfo @@ -638796,7 +638835,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - Pid + PciSlot @@ -638891,18 +638930,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - SlotId - - - - string - - string - - - None - Vendor @@ -638918,7 +638945,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPciDevice + Get-IntersightPciCoprocessorCard Apply @@ -639054,7 +639081,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPciDevice + Get-IntersightPciCoprocessorCard Json @@ -639082,7 +639109,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPciDevice + Get-IntersightPciCoprocessorCard Json @@ -639279,26 +639306,26 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - ComputeBlade + + CardId - A reference to a computeBlade resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + The id of the coprocessor card. - ComputeBladeRelationship + long - ComputeBladeRelationship + long None - ComputeRackUnit + ComputeBoard - A reference to a computeRackUnit resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + A reference to a computeBoard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - ComputeRackUnitRelationship + ComputeBoardRelationship - ComputeRackUnitRelationship + ComputeBoardRelationship None @@ -639315,18 +639342,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - DeviceId - - The PCI device id of the PCI device. - - string - - string - - - None - DeviceMoId @@ -639363,18 +639378,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - FirmwareVersion - - The running firmware version of the PCI device. - - string - - string - - - None - InventoryDeviceInfo @@ -639448,9 +639451,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - Pid + PciSlot - The product identifier of the PCI device. + The PCI slot name for the coprocessor card. string @@ -639543,18 +639546,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - SlotId - - The PCI slot id of the PCI device. - - string - - string - - - None - Vendor @@ -639620,19 +639611,19 @@ literals. The literal values can be strings enclosed in single quotes, numbers a -------------------------- Example(s) -------------------------- - #Get the PciDevice by Name -PS C:\> $PciDeviceByName = Get-IntersightPciDevice -Name PciDeviceName + #Get the PciCoprocessorCard by Name +PS C:\> $PciCoprocessorCardByName = Get-IntersightPciCoprocessorCard -Name PciCoprocessorCardName #Get the List of ServerProfiles -PS C:\> $PciDeviceList = Get-IntersightPciDevice +PS C:\> $PciCoprocessorCardList = Get-IntersightPciCoprocessorCard -#Get the list of PciDevice under particular organization. +#Get the list of PciCoprocessorCard under particular organization. PS C:\> $org = Get-IntersightOrganizationOrganization -Name myOrg -PS C:\> $PciDeviceByOrg = Get-IntersightPciDevice -Organization $org +PS C:\> $PciCoprocessorCardByOrg = Get-IntersightPciCoprocessorCard -Organization $org -#Get the PciDevice based on query Parameter -PS C:\> $PciDeviceByQueryParam = Get-IntersightPciDevice -Filter Name eq PciDeviceName +#Get the PciCoprocessorCard based on query Parameter +PS C:\> $PciCoprocessorCardByQueryParam = Get-IntersightPciCoprocessorCard -Filter Name eq PciCoprocessorCardName #Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet due to different property structure . @@ -639645,30 +639636,26 @@ PS C:\> $PciDeviceByQueryParam = Get-IntersightPciDevice -Filter Name eq PciDevi https://www.intersight.com/apidocs/downloads - - Set-IntersightPciDevice - - - Get-IntersightPciLink + Get-IntersightPciDevice Get - IntersightPciLink + IntersightPciDevice - Get the PciLink + Get the PciDevice - Read a 'PciLink' resource., + Read a 'PciDevice' resource., Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. - Get-IntersightPciLink + Get-IntersightPciDevice AccountMoid @@ -639681,44 +639668,44 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - Adapter + + ComputeBlade - string + ComputeBladeRelationship - string + ComputeBladeRelationship None - - CreateTime + + ComputeRackUnit - DateTime + ComputeRackUnitRelationship - DateTime + ComputeRackUnitRelationship None - - DeviceMoId + + CreateTime - string + DateTime - string + DateTime None - Dn + DeviceId @@ -639729,8 +639716,8 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - DomainGroupMoid + + DeviceMoId @@ -639741,32 +639728,32 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - InventoryDeviceInfo + + Dn - InventoryDeviceInfoRelationship + string - InventoryDeviceInfoRelationship + string None - - IsUpgraded + + DomainGroupMoid - bool + string - bool + string None - LinkSpeed + FirmwareVersion @@ -639777,26 +639764,26 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - LinkStatus + + InventoryDeviceInfo - string + InventoryDeviceInfoRelationship - string + InventoryDeviceInfoRelationship None - LinkWidth + IsUpgraded - string + bool - string + bool None @@ -639850,7 +639837,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - PciSlot + Pid @@ -639861,18 +639848,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - PciSwitch - - - - PciSwitchRelationship - - PciSwitchRelationship - - - None - Presence @@ -639958,7 +639933,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - SlotStatus + SlotId @@ -639984,7 +639959,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPciLink + Get-IntersightPciDevice Apply @@ -640120,7 +640095,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPciLink + Get-IntersightPciDevice Json @@ -640148,7 +640123,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPciLink + Get-IntersightPciDevice Json @@ -640345,14 +640320,26 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - Adapter + + ComputeBlade - The name of the PCI device. + A reference to a computeBlade resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - string + ComputeBladeRelationship - string + ComputeBladeRelationship + + + None + + + ComputeRackUnit + + A reference to a computeRackUnit resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + ComputeRackUnitRelationship + + ComputeRackUnitRelationship None @@ -640370,9 +640357,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - DeviceMoId + DeviceId - The database identifier of the registered device of an object. + The PCI device id of the PCI device. string @@ -640382,9 +640369,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - Dn + DeviceMoId - The Distinguished Name unambiguously identifies an object in the system. + The database identifier of the registered device of an object. string @@ -640393,10 +640380,10 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - DomainGroupMoid + + Dn - The DomainGroup ID for this managed object. + The Distinguished Name unambiguously identifies an object in the system. string @@ -640405,34 +640392,22 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - InventoryDeviceInfo - - A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - - InventoryDeviceInfoRelationship - - InventoryDeviceInfoRelationship - - - None - - - IsUpgraded + + DomainGroupMoid - This field indicates the compute status of the catalog values for the associated component or hardware. + The DomainGroup ID for this managed object. - bool + string - bool + string None - LinkSpeed + FirmwareVersion - The upstream link speed of the PCI device. + The running firmware version of the PCI device. string @@ -640441,26 +640416,26 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - LinkStatus + + InventoryDeviceInfo - The upstream link status of the PCI device. + A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - string + InventoryDeviceInfoRelationship - string + InventoryDeviceInfoRelationship None - LinkWidth + IsUpgraded - The upstream link width of the PCI device. + This field indicates the compute status of the catalog values for the associated component or hardware. - string + bool - string + bool None @@ -640514,9 +640489,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - PciSlot + Pid - The slot name of the PCI device. + The product identifier of the PCI device. string @@ -640525,18 +640500,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - PciSwitch - - A reference to a pciSwitch resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - - PciSwitchRelationship - - PciSwitchRelationship - - - None - Presence @@ -640622,9 +640585,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - SlotStatus + SlotId - The health information of the PCI device. + The PCI slot id of the PCI device. string @@ -640698,19 +640661,19 @@ literals. The literal values can be strings enclosed in single quotes, numbers a -------------------------- Example(s) -------------------------- - #Get the PciLink by Name -PS C:\> $PciLinkByName = Get-IntersightPciLink -Name PciLinkName + #Get the PciDevice by Name +PS C:\> $PciDeviceByName = Get-IntersightPciDevice -Name PciDeviceName #Get the List of ServerProfiles -PS C:\> $PciLinkList = Get-IntersightPciLink +PS C:\> $PciDeviceList = Get-IntersightPciDevice -#Get the list of PciLink under particular organization. +#Get the list of PciDevice under particular organization. PS C:\> $org = Get-IntersightOrganizationOrganization -Name myOrg -PS C:\> $PciLinkByOrg = Get-IntersightPciLink -Organization $org +PS C:\> $PciDeviceByOrg = Get-IntersightPciDevice -Organization $org -#Get the PciLink based on query Parameter -PS C:\> $PciLinkByQueryParam = Get-IntersightPciLink -Filter Name eq PciLinkName +#Get the PciDevice based on query Parameter +PS C:\> $PciDeviceByQueryParam = Get-IntersightPciDevice -Filter Name eq PciDeviceName #Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet due to different property structure . @@ -640724,7 +640687,7 @@ PS C:\> $PciLinkByQueryParam = Get-IntersightPciLink -Filter Name eq PciLinkName - Set-IntersightPciLink + Set-IntersightPciDevice @@ -640732,21 +640695,21 @@ PS C:\> $PciLinkByQueryParam = Get-IntersightPciLink -Filter Name eq PciLinkName - Get-IntersightPciNode + Get-IntersightPciLink Get - IntersightPciNode + IntersightPciLink - Get the PciNode + Get the PciLink - Read a 'PciNode' resource., + Read a 'PciLink' resource., Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. - Get-IntersightPciNode + Get-IntersightPciLink AccountMoid @@ -640760,7 +640723,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - ChassisId + Adapter @@ -640771,18 +640734,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - ComputeBlade - - - - ComputeBladeRelationship - - ComputeBladeRelationship - - - None - CreateTime @@ -640855,6 +640806,42 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + LinkSpeed + + + + string + + string + + + None + + + LinkStatus + + + + string + + string + + + None + + + LinkWidth + + + + string + + string + + + None + ModTime @@ -640891,8 +640878,20 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + Parent + + + + MoBaseMoRelationship + + MoBaseMoRelationship + + + None + - OperState + PciSlot @@ -640903,14 +640902,14 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - Parent + + PciSwitch - MoBaseMoRelationship + PciSwitchRelationship - MoBaseMoRelationship + PciSwitchRelationship None @@ -641000,7 +640999,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - SlotId + SlotStatus @@ -641026,7 +641025,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPciNode + Get-IntersightPciLink Apply @@ -641162,7 +641161,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPciNode + Get-IntersightPciLink Json @@ -641190,7 +641189,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPciNode + Get-IntersightPciLink Json @@ -641388,9 +641387,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - ChassisId + Adapter - The id of the chassis that the pcie node is currently located in. + The name of the PCI device. string @@ -641399,18 +641398,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - ComputeBlade - - A reference to a computeBlade resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - - ComputeBladeRelationship - - ComputeBladeRelationship - - - None - CreateTime @@ -641483,6 +641470,42 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + LinkSpeed + + The upstream link speed of the PCI device. + + string + + string + + + None + + + LinkStatus + + The upstream link status of the PCI device. + + string + + string + + + None + + + LinkWidth + + The upstream link width of the PCI device. + + string + + string + + + None + ModTime @@ -641519,10 +641542,22 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + Parent + + A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + MoBaseMoRelationship + + MoBaseMoRelationship + + + None + - OperState + PciSlot - Operational state of the pcie node. + The slot name of the PCI device. string @@ -641531,14 +641566,14 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - Parent + + PciSwitch - A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + A reference to a pciSwitch resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - MoBaseMoRelationship + PciSwitchRelationship - MoBaseMoRelationship + PciSwitchRelationship None @@ -641628,9 +641663,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - SlotId + SlotStatus - The slot number in the chassis that the pcie node is currently located in. + The health information of the PCI device. string @@ -641701,7 +641736,28 @@ literals. The literal values can be strings enclosed in single quotes, numbers a - + + + -------------------------- Example(s) -------------------------- + #Get the PciLink by Name +PS C:\> $PciLinkByName = Get-IntersightPciLink -Name PciLinkName + +#Get the List of ServerProfiles +PS C:\> $PciLinkList = Get-IntersightPciLink + +#Get the list of PciLink under particular organization. +PS C:\> $org = Get-IntersightOrganizationOrganization -Name myOrg + +PS C:\> $PciLinkByOrg = Get-IntersightPciLink -Organization $org + +#Get the PciLink based on query Parameter +PS C:\> $PciLinkByQueryParam = Get-IntersightPciLink -Filter Name eq PciLinkName + +#Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet due to different property structure . + + + + @@ -641709,7 +641765,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a - Set-IntersightPciNode + Set-IntersightPciLink @@ -641717,21 +641773,21 @@ literals. The literal values can be strings enclosed in single quotes, numbers a - Get-IntersightPciSwitch + Get-IntersightPciNode Get - IntersightPciSwitch + IntersightPciNode - Get the PciSwitch + Get the PciNode - Read a 'PciSwitch' resource., + Read a 'PciNode' resource., Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. - Get-IntersightPciSwitch + Get-IntersightPciNode AccountMoid @@ -641744,38 +641800,38 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - ComputeBoard + + ChassisId - ComputeBoardRelationship + string - ComputeBoardRelationship + string None - - CreateTime + + ComputeBlade - DateTime + ComputeBladeRelationship - DateTime + ComputeBladeRelationship None - - DeviceId + + CreateTime - string + DateTime - string + DateTime None @@ -641816,18 +641872,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - Health - - - - string - - string - - - None - InventoryDeviceInfo @@ -641889,7 +641933,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - NumOfAdaptors + OperState @@ -641912,30 +641956,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - PciAddress - - - - string - - string - - - None - - - PciSlot - - - - string - - string - - - None - Presence @@ -641960,30 +641980,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - ProductName - - - - string - - string - - - None - - - ProductRevision - - - - string - - string - - - None - RegisteredDevice @@ -642045,43 +642041,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - SubDeviceId - - - - string - - string - - - None - - - SubVendorId - - - - string - - string - - - None - - - Temperature - - - - string - - string - - - None - - - Type + SlotId @@ -642104,22 +642064,10 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - VendorId - - - - string - - string - - - None - - Get-IntersightPciSwitch + Get-IntersightPciNode Apply @@ -642255,7 +642203,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPciSwitch + Get-IntersightPciNode Json @@ -642283,7 +642231,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPciSwitch + Get-IntersightPciNode Json @@ -642480,38 +642428,38 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - ComputeBoard + + ChassisId - A reference to a computeBoard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + The id of the chassis that the pcie node is currently located in. - ComputeBoardRelationship + string - ComputeBoardRelationship + string None - - CreateTime + + ComputeBlade - The time when this managed object was created. + A reference to a computeBlade resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - DateTime + ComputeBladeRelationship - DateTime + ComputeBladeRelationship None - - DeviceId + + CreateTime - The device id of the switch. + The time when this managed object was created. - string + DateTime - string + DateTime None @@ -642552,18 +642500,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - Health - - The composite health of the switch. - - string - - string - - - None - InventoryDeviceInfo @@ -642625,9 +642561,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - NumOfAdaptors + OperState - The number of GPUs and PCI adapters connected the switch. + Operational state of the pcie node. string @@ -642648,30 +642584,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - PciAddress - - The PCI address of the switch. - - string - - string - - - None - - - PciSlot - - The PCI slot name of the switch. - - string - - string - - - None - Presence @@ -642696,30 +642608,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - ProductName - - The model information for the switch. - - string - - string - - - None - - - ProductRevision - - The product revision of the switch. - - string - - string - - - None - RegisteredDevice @@ -642781,45 +642669,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - SubDeviceId - - The sub device id of the switch. - - string - - string - - - None - - - SubVendorId - - The sub vendor id of the switch. - - string - - string - - - None - - - Temperature - - The current temperature of the switch. - - string - - string - - - None - - - Type + SlotId - The type information of the switch. + The slot number in the chassis that the pcie node is currently located in. string @@ -642840,18 +642692,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - VendorId - - The vendor id of the switch. - - string - - string - - - None - Json @@ -642902,28 +642742,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a - - - -------------------------- Example(s) -------------------------- - #Get the PciSwitch by Name -PS C:\> $PciSwitchByName = Get-IntersightPciSwitch -Name PciSwitchName - -#Get the List of ServerProfiles -PS C:\> $PciSwitchList = Get-IntersightPciSwitch - -#Get the list of PciSwitch under particular organization. -PS C:\> $org = Get-IntersightOrganizationOrganization -Name myOrg - -PS C:\> $PciSwitchByOrg = Get-IntersightPciSwitch -Organization $org - -#Get the PciSwitch based on query Parameter -PS C:\> $PciSwitchByQueryParam = Get-IntersightPciSwitch -Filter Name eq PciSwitchName - -#Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet due to different property structure . - - - - + @@ -642931,7 +642750,7 @@ PS C:\> $PciSwitchByQueryParam = Get-IntersightPciSwitch -Filter Name eq PciSwit - Set-IntersightPciSwitch + Set-IntersightPciNode @@ -642939,21 +642758,21 @@ PS C:\> $PciSwitchByQueryParam = Get-IntersightPciSwitch -Filter Name eq PciSwit - Get-IntersightPortGroup + Get-IntersightPciSwitch Get - IntersightPortGroup + IntersightPciSwitch - Get the PortGroup + Get the PciSwitch - Read a 'PortGroup' resource., + Read a 'PciSwitch' resource., Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. - Get-IntersightPortGroup + Get-IntersightPciSwitch AccountMoid @@ -642966,6 +642785,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + ComputeBoard + + + + ComputeBoardRelationship + + ComputeBoardRelationship + + + None + CreateTime @@ -642978,6 +642809,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + DeviceId + + + + string + + string + + + None + DeviceMoId @@ -643014,38 +642857,38 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - EquipmentSharedIoModule + + Health - EquipmentSharedIoModuleRelationship + string - EquipmentSharedIoModuleRelationship + string None - EquipmentSwitchCard + InventoryDeviceInfo - EquipmentSwitchCardRelationship + InventoryDeviceInfoRelationship - EquipmentSwitchCardRelationship + InventoryDeviceInfoRelationship None - - InventoryDeviceInfo + + IsUpgraded - InventoryDeviceInfoRelationship + bool - InventoryDeviceInfoRelationship + bool None @@ -643062,6 +642905,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + Model + + + + string + + string + + + None + Moid @@ -643074,6 +642929,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + NumOfAdaptors + + + + string + + string + + + None + Parent @@ -643086,6 +642953,78 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + PciAddress + + + + string + + string + + + None + + + PciSlot + + + + string + + string + + + None + + + Presence + + + + string + + string + + + None + + + PreviousFru + + + + EquipmentFruRelationship + + EquipmentFruRelationship + + + None + + + ProductName + + + + string + + string + + + None + + + ProductRevision + + + + string + + string + + + None + RegisteredDevice @@ -643098,6 +643037,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + Revision + + + + string + + string + + + None + Rn @@ -643110,6 +643061,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + Serial + + + + string + + string + + + None + SharedScope @@ -643123,7 +643086,67 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - Transport + SubDeviceId + + + + string + + string + + + None + + + SubVendorId + + + + string + + string + + + None + + + Temperature + + + + string + + string + + + None + + + Type + + + + string + + string + + + None + + + Vendor + + + + string + + string + + + None + + + VendorId @@ -643137,7 +643160,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPortGroup + Get-IntersightPciSwitch Apply @@ -643273,7 +643296,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPortGroup + Get-IntersightPciSwitch Json @@ -643301,7 +643324,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPortGroup + Get-IntersightPciSwitch Json @@ -643498,6 +643521,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + ComputeBoard + + A reference to a computeBoard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + ComputeBoardRelationship + + ComputeBoardRelationship + + + None + CreateTime @@ -643510,6 +643545,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + DeviceId + + The device id of the switch. + + string + + string + + + None + DeviceMoId @@ -643546,38 +643593,38 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - EquipmentSharedIoModule + + Health - A reference to a equipmentSharedIoModule resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + The composite health of the switch. - EquipmentSharedIoModuleRelationship + string - EquipmentSharedIoModuleRelationship + string None - EquipmentSwitchCard + InventoryDeviceInfo - A reference to a equipmentSwitchCard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - EquipmentSwitchCardRelationship + InventoryDeviceInfoRelationship - EquipmentSwitchCardRelationship + InventoryDeviceInfoRelationship None - - InventoryDeviceInfo + + IsUpgraded - A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + This field indicates the compute status of the catalog values for the associated component or hardware. - InventoryDeviceInfoRelationship + bool - InventoryDeviceInfoRelationship + bool None @@ -643594,6 +643641,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + Model + + This field displays the model number of the associated component or hardware. + + string + + string + + + None + Moid @@ -643606,6 +643665,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + NumOfAdaptors + + The number of GPUs and PCI adapters connected the switch. + + string + + string + + + None + Parent @@ -643618,6 +643689,78 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + PciAddress + + The PCI address of the switch. + + string + + string + + + None + + + PciSlot + + The PCI slot name of the switch. + + string + + string + + + None + + + Presence + + This field indicates the presence (equipped) or absence (absent) of the associated component or hardware. + + string + + string + + + None + + + PreviousFru + + A reference to a equipmentFru resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + EquipmentFruRelationship + + EquipmentFruRelationship + + + None + + + ProductName + + The model information for the switch. + + string + + string + + + None + + + ProductRevision + + The product revision of the switch. + + string + + string + + + None + RegisteredDevice @@ -643630,6 +643773,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + Revision + + This field displays the revised version of the associated component or hardware (if any). + + string + + string + + + None + Rn @@ -643642,6 +643797,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + Serial + + This field displays the serial number of the associated component or hardware. + + string + + string + + + None + SharedScope @@ -643655,9 +643822,69 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - Transport + SubDeviceId - Type of port group. Values are Eth or Fc. + The sub device id of the switch. + + string + + string + + + None + + + SubVendorId + + The sub vendor id of the switch. + + string + + string + + + None + + + Temperature + + The current temperature of the switch. + + string + + string + + + None + + + Type + + The type information of the switch. + + string + + string + + + None + + + Vendor + + This field displays the vendor information of the associated component or hardware. + + string + + string + + + None + + + VendorId + + The vendor id of the switch. string @@ -643719,19 +643946,19 @@ literals. The literal values can be strings enclosed in single quotes, numbers a -------------------------- Example(s) -------------------------- - #Get the PortGroup by Name -PS C:\> $PortGroupByName = Get-IntersightPortGroup -Name PortGroupName + #Get the PciSwitch by Name +PS C:\> $PciSwitchByName = Get-IntersightPciSwitch -Name PciSwitchName #Get the List of ServerProfiles -PS C:\> $PortGroupList = Get-IntersightPortGroup +PS C:\> $PciSwitchList = Get-IntersightPciSwitch -#Get the list of PortGroup under particular organization. +#Get the list of PciSwitch under particular organization. PS C:\> $org = Get-IntersightOrganizationOrganization -Name myOrg -PS C:\> $PortGroupByOrg = Get-IntersightPortGroup -Organization $org +PS C:\> $PciSwitchByOrg = Get-IntersightPciSwitch -Organization $org -#Get the PortGroup based on query Parameter -PS C:\> $PortGroupByQueryParam = Get-IntersightPortGroup -Filter Name eq PortGroupName +#Get the PciSwitch based on query Parameter +PS C:\> $PciSwitchByQueryParam = Get-IntersightPciSwitch -Filter Name eq PciSwitchName #Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet due to different property structure . @@ -643745,7 +643972,7 @@ PS C:\> $PortGroupByQueryParam = Get-IntersightPortGroup -Filter Name eq PortGro - Set-IntersightPortGroup + Set-IntersightPciSwitch @@ -643753,21 +643980,21 @@ PS C:\> $PortGroupByQueryParam = Get-IntersightPortGroup -Filter Name eq PortGro - Get-IntersightPortMacBinding + Get-IntersightPortGroup Get - IntersightPortMacBinding + IntersightPortGroup - Get the PortMacBinding + Get the PortGroup - Read a 'PortMacBinding' resource., + Read a 'PortGroup' resource., Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. - Get-IntersightPortMacBinding + Get-IntersightPortGroup AccountMoid @@ -643780,66 +644007,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - AggregatePortId - - - - long - - long - - - None - - - ChassisId - - - - long - - long - - - None - - - ChassisModel - - - - string - - string - - - None - - - ChassisSerial - - - - string - - string - - - None - - - ChassisVendor - - - - string - - string - - - None - CreateTime @@ -643852,18 +644019,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - DeviceMac - - - - string - - string - - - None - DeviceMoId @@ -643900,98 +644055,50 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - ModTime - - - - DateTime - - DateTime - - - None - - - ModuleMode - - - - long - - long - - - None - - - ModuleModel - - - - string - - string - - - None - - - ModulePortId - - - - long - - long - - - None - - - ModuleSerial + + EquipmentSharedIoModule - string + EquipmentSharedIoModuleRelationship - string + EquipmentSharedIoModuleRelationship None - - ModuleSide + + EquipmentSwitchCard - long + EquipmentSwitchCardRelationship - long + EquipmentSwitchCardRelationship None - - ModuleSlot + + InventoryDeviceInfo - long + InventoryDeviceInfoRelationship - long + InventoryDeviceInfoRelationship None - - ModuleVendor + + ModTime - string + DateTime - string + DateTime None @@ -644008,18 +644115,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - NetworkElement - - - - NetworkElementRelationship - - NetworkElementRelationship - - - None - Parent @@ -644032,30 +644127,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - PortId - - - - long - - long - - - None - - - PortMac - - - - string - - string - - - None - RegisteredDevice @@ -644093,25 +644164,13 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - SlotId - - - - long - - long - - - None - - - SwitchId + Transport - long + string - long + string None @@ -644119,7 +644178,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPortMacBinding + Get-IntersightPortGroup Apply @@ -644255,7 +644314,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPortMacBinding + Get-IntersightPortGroup Json @@ -644283,7 +644342,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPortMacBinding + Get-IntersightPortGroup Json @@ -644480,66 +644539,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - AggregatePortId - - Aggregate Port ID of the local Switch Interface. - - long - - long - - - None - - - ChassisId - - Chassis/FEX device idetifier that is local to a cluster. - - long - - long - - - None - - - ChassisModel - - Chassis/Rack Model that is associated with the Switch/FEX interface. - - string - - string - - - None - - - ChassisSerial - - Chassis/Rack Serial that is associated with the Switch/FEX interface. - - string - - string - - - None - - - ChassisVendor - - Chassis/Rack Vendor that is associated with the Switch/FEX interface. - - string - - string - - - None - CreateTime @@ -644552,18 +644551,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - DeviceMac - - Device ID value that is advertised and available as a part of LLDP TLV. - - string - - string - - - None - DeviceMoId @@ -644600,98 +644587,50 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - ModTime - - The time when this managed object was last modified. - - DateTime - - DateTime - - - None - - - ModuleMode - - IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface. - - long - - long - - - None - - - ModuleModel - - IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface. - - string - - string - - - None - - - ModulePortId - - Uplink port identifier of the VIC that is associated with the Switch/FEX interface. - - long - - long - - - None - - - ModuleSerial + + EquipmentSharedIoModule - IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface. + A reference to a equipmentSharedIoModule resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - string + EquipmentSharedIoModuleRelationship - string + EquipmentSharedIoModuleRelationship None - - ModuleSide + + EquipmentSwitchCard - IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface. + A reference to a equipmentSwitchCard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - long + EquipmentSwitchCardRelationship - long + EquipmentSwitchCardRelationship None - - ModuleSlot + + InventoryDeviceInfo - IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface. + A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - long + InventoryDeviceInfoRelationship - long + InventoryDeviceInfoRelationship None - - ModuleVendor + + ModTime - IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface. + The time when this managed object was last modified. - string + DateTime - string + DateTime None @@ -644708,18 +644647,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - NetworkElement - - A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - - NetworkElementRelationship - - NetworkElementRelationship - - - None - Parent @@ -644732,30 +644659,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - PortId - - Port ID of the local Switch Interface. - - long - - long - - - None - - - PortMac - - Port ID value that is advertised and available as a part of LLDP TLV. - - string - - string - - - None - RegisteredDevice @@ -644793,25 +644696,13 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - SlotId - - Slot ID of the local Switch slot Interface. - - long - - long - - - None - - - SwitchId + Transport - Switch Identifier that is local to a cluster. + Type of port group. Values are Eth or Fc. - long + string - long + string None @@ -644869,19 +644760,19 @@ literals. The literal values can be strings enclosed in single quotes, numbers a -------------------------- Example(s) -------------------------- - #Get the PortMacBinding by Name -PS C:\> $PortMacBindingByName = Get-IntersightPortMacBinding -Name PortMacBindingName + #Get the PortGroup by Name +PS C:\> $PortGroupByName = Get-IntersightPortGroup -Name PortGroupName #Get the List of ServerProfiles -PS C:\> $PortMacBindingList = Get-IntersightPortMacBinding +PS C:\> $PortGroupList = Get-IntersightPortGroup -#Get the list of PortMacBinding under particular organization. +#Get the list of PortGroup under particular organization. PS C:\> $org = Get-IntersightOrganizationOrganization -Name myOrg -PS C:\> $PortMacBindingByOrg = Get-IntersightPortMacBinding -Organization $org +PS C:\> $PortGroupByOrg = Get-IntersightPortGroup -Organization $org -#Get the PortMacBinding based on query Parameter -PS C:\> $PortMacBindingByQueryParam = Get-IntersightPortMacBinding -Filter Name eq PortMacBindingName +#Get the PortGroup based on query Parameter +PS C:\> $PortGroupByQueryParam = Get-IntersightPortGroup -Filter Name eq PortGroupName #Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet due to different property structure . @@ -644895,7 +644786,7 @@ PS C:\> $PortMacBindingByQueryParam = Get-IntersightPortMacBinding -Filter Name - Set-IntersightPortMacBinding + Set-IntersightPortGroup @@ -644903,21 +644794,21 @@ PS C:\> $PortMacBindingByQueryParam = Get-IntersightPortMacBinding -Filter Name - Get-IntersightPortSubGroup + Get-IntersightPortMacBinding Get - IntersightPortSubGroup + IntersightPortMacBinding - Get the PortSubGroup + Get the PortMacBinding - Read a 'PortSubGroup' resource., + Read a 'PortMacBinding' resource., Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. - Get-IntersightPortSubGroup + Get-IntersightPortMacBinding AccountMoid @@ -644942,6 +644833,54 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + ChassisId + + + + long + + long + + + None + + + ChassisModel + + + + string + + string + + + None + + + ChassisSerial + + + + string + + string + + + None + + + ChassisVendor + + + + string + + string + + + None + CreateTime @@ -644954,6 +644893,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + DeviceMac + + + + string + + string + + + None + DeviceMoId @@ -644990,38 +644941,98 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - EquipmentIoCardBase + + ModTime - EquipmentIoCardBaseRelationship + DateTime - EquipmentIoCardBaseRelationship + DateTime None - - InventoryDeviceInfo + + ModuleMode - InventoryDeviceInfoRelationship + long - InventoryDeviceInfoRelationship + long None - - ModTime + + ModuleModel - DateTime + string - DateTime + string + + + None + + + ModulePortId + + + + long + + long + + + None + + + ModuleSerial + + + + string + + string + + + None + + + ModuleSide + + + + long + + long + + + None + + + ModuleSlot + + + + long + + long + + + None + + + ModuleVendor + + + + string + + string None @@ -645038,6 +645049,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + NetworkElement + + + + NetworkElementRelationship + + NetworkElementRelationship + + + None + Parent @@ -645050,14 +645073,26 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - PortGroup + + PortId - PortGroupRelationship + long - PortGroupRelationship + long + + + None + + + PortMac + + + + string + + string None @@ -645111,13 +645146,13 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - Transport + SwitchId - string + long - string + long None @@ -645125,7 +645160,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPortSubGroup + Get-IntersightPortMacBinding Apply @@ -645261,7 +645296,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPortSubGroup + Get-IntersightPortMacBinding Json @@ -645289,7 +645324,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPortSubGroup + Get-IntersightPortMacBinding Json @@ -645489,7 +645524,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a AggregatePortId - Breakout port member in the Fabric Interconnect. + Aggregate Port ID of the local Switch Interface. long @@ -645498,6 +645533,54 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + ChassisId + + Chassis/FEX device idetifier that is local to a cluster. + + long + + long + + + None + + + ChassisModel + + Chassis/Rack Model that is associated with the Switch/FEX interface. + + string + + string + + + None + + + ChassisSerial + + Chassis/Rack Serial that is associated with the Switch/FEX interface. + + string + + string + + + None + + + ChassisVendor + + Chassis/Rack Vendor that is associated with the Switch/FEX interface. + + string + + string + + + None + CreateTime @@ -645510,6 +645593,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + DeviceMac + + Device ID value that is advertised and available as a part of LLDP TLV. + + string + + string + + + None + DeviceMoId @@ -645546,38 +645641,98 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - EquipmentIoCardBase + + ModTime - A reference to a equipmentIoCardBase resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + The time when this managed object was last modified. - EquipmentIoCardBaseRelationship + DateTime - EquipmentIoCardBaseRelationship + DateTime None - - InventoryDeviceInfo + + ModuleMode - A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface. - InventoryDeviceInfoRelationship + long - InventoryDeviceInfoRelationship + long None - - ModTime + + ModuleModel - The time when this managed object was last modified. + IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface. - DateTime + string - DateTime + string + + + None + + + ModulePortId + + Uplink port identifier of the VIC that is associated with the Switch/FEX interface. + + long + + long + + + None + + + ModuleSerial + + IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface. + + string + + string + + + None + + + ModuleSide + + IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface. + + long + + long + + + None + + + ModuleSlot + + IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface. + + long + + long + + + None + + + ModuleVendor + + IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface. + + string + + string None @@ -645594,6 +645749,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + NetworkElement + + A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + NetworkElementRelationship + + NetworkElementRelationship + + + None + Parent @@ -645606,14 +645773,26 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - PortGroup + + PortId - A reference to a portGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + Port ID of the local Switch Interface. - PortGroupRelationship + long - PortGroupRelationship + long + + + None + + + PortMac + + Port ID value that is advertised and available as a part of LLDP TLV. + + string + + string None @@ -645657,7 +645836,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a SlotId - Switch expansion slot module identifier. + Slot ID of the local Switch slot Interface. long @@ -645667,13 +645846,13 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - Transport + SwitchId - Type of port sub-group. Values are Eth or Fc. + Switch Identifier that is local to a cluster. - string + long - string + long None @@ -645731,19 +645910,19 @@ literals. The literal values can be strings enclosed in single quotes, numbers a -------------------------- Example(s) -------------------------- - #Get the PortSubGroup by Name -PS C:\> $PortSubGroupByName = Get-IntersightPortSubGroup -Name PortSubGroupName + #Get the PortMacBinding by Name +PS C:\> $PortMacBindingByName = Get-IntersightPortMacBinding -Name PortMacBindingName #Get the List of ServerProfiles -PS C:\> $PortSubGroupList = Get-IntersightPortSubGroup +PS C:\> $PortMacBindingList = Get-IntersightPortMacBinding -#Get the list of PortSubGroup under particular organization. +#Get the list of PortMacBinding under particular organization. PS C:\> $org = Get-IntersightOrganizationOrganization -Name myOrg -PS C:\> $PortSubGroupByOrg = Get-IntersightPortSubGroup -Organization $org +PS C:\> $PortMacBindingByOrg = Get-IntersightPortMacBinding -Organization $org -#Get the PortSubGroup based on query Parameter -PS C:\> $PortSubGroupByQueryParam = Get-IntersightPortSubGroup -Filter Name eq PortSubGroupName +#Get the PortMacBinding based on query Parameter +PS C:\> $PortMacBindingByQueryParam = Get-IntersightPortMacBinding -Filter Name eq PortMacBindingName #Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet due to different property structure . @@ -645757,7 +645936,7 @@ PS C:\> $PortSubGroupByQueryParam = Get-IntersightPortSubGroup -Filter Name eq P - Set-IntersightPortSubGroup + Set-IntersightPortMacBinding @@ -645765,21 +645944,21 @@ PS C:\> $PortSubGroupByQueryParam = Get-IntersightPortSubGroup -Filter Name eq P - Get-IntersightPowerControlState + Get-IntersightPortSubGroup Get - IntersightPowerControlState + IntersightPortSubGroup - Get the PowerControlState + Get the PortSubGroup - Read a 'PowerControlState' resource., + Read a 'PortSubGroup' resource., Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. - Get-IntersightPowerControlState + Get-IntersightPortSubGroup AccountMoid @@ -645793,7 +645972,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - AllocatedPower + AggregatePortId @@ -645816,8 +645995,8 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - DomainGroupMoid + + DeviceMoId @@ -645828,62 +646007,50 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - EquipmentChassis - - - - EquipmentChassisRelationship - - EquipmentChassisRelationship - - - None - - ExtendedPowerCapacity + Dn - PowerControlState.ExtendedPowerCapacityEnum + string - PowerControlState.ExtendedPowerCapacityEnum + string None - - GridMaxPower + + DomainGroupMoid - long + string - long + string None - - MaxRequiredPower + + EquipmentIoCardBase - long + EquipmentIoCardBaseRelationship - long + EquipmentIoCardBaseRelationship None - - MinRequiredPower + + InventoryDeviceInfo - long + InventoryDeviceInfoRelationship - long + InventoryDeviceInfoRelationship None @@ -645912,92 +646079,80 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - N1MaxPower - - - - long - - long - - - None - - - N2MaxPower + + Parent - long + MoBaseMoRelationship - long + MoBaseMoRelationship None - - NonRedundantMaxPower + + PortGroup - long + PortGroupRelationship - long + PortGroupRelationship None - - Parent + + RegisteredDevice - MoBaseMoRelationship + AssetDeviceRegistrationRelationship - MoBaseMoRelationship + AssetDeviceRegistrationRelationship None - PowerRebalancing + Rn - PowerControlState.PowerRebalancingEnum + string - PowerControlState.PowerRebalancingEnum + string None - - PowerSaveMode + + SharedScope - PowerControlState.PowerSaveModeEnum + string - PowerControlState.PowerSaveModeEnum + string None - - RegisteredDevice + + SlotId - AssetDeviceRegistrationRelationship + long - AssetDeviceRegistrationRelationship + long None - - SharedScope + + Transport @@ -646011,7 +646166,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPowerControlState + Get-IntersightPortSubGroup Apply @@ -646147,7 +646302,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPowerControlState + Get-IntersightPortSubGroup Json @@ -646175,7 +646330,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPowerControlState + Get-IntersightPortSubGroup Json @@ -646373,9 +646528,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - AllocatedPower + AggregatePortId - This field identifies the allocated power on the chassis in Watts. + Breakout port member in the Fabric Interconnect. long @@ -646396,10 +646551,10 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - DomainGroupMoid + + DeviceMoId - The DomainGroup ID for this managed object. + The database identifier of the registered device of an object. string @@ -646408,62 +646563,50 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - EquipmentChassis - - A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - - EquipmentChassisRelationship - - EquipmentChassisRelationship - - - None - - ExtendedPowerCapacity + Dn - The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled.\n* `Not Applicable` - Set the value to Not Applicable. + The Distinguished Name unambiguously identifies an object in the system. - PowerControlState.ExtendedPowerCapacityEnum + string - PowerControlState.ExtendedPowerCapacityEnum + string None - - GridMaxPower + + DomainGroupMoid - This field identifies the available power when PSUs are in grid mode in Watts. + The DomainGroup ID for this managed object. - long + string - long + string None - - MaxRequiredPower + + EquipmentIoCardBase - This field identifies the maximum power required by the endpoint in Watts. + A reference to a equipmentIoCardBase resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - long + EquipmentIoCardBaseRelationship - long + EquipmentIoCardBaseRelationship None - - MinRequiredPower + + InventoryDeviceInfo - This field identifies the minimum power required by the endpoint in Watts. + A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - long + InventoryDeviceInfoRelationship - long + InventoryDeviceInfoRelationship None @@ -646492,94 +646635,82 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - N1MaxPower - - This field identifies the available power when PSUs are in N+1 mode in Watts. - - long - - long - - - None - - - N2MaxPower + + Parent - This field identifies the available power when PSUs are in N+2 mode in Watts. + A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - long + MoBaseMoRelationship - long + MoBaseMoRelationship None - - NonRedundantMaxPower + + PortGroup - This field identifies the available power when PSUs are in non-redundant mode in Watts. + A reference to a portGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - long + PortGroupRelationship - long + PortGroupRelationship None - - Parent + + RegisteredDevice - A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - MoBaseMoRelationship + AssetDeviceRegistrationRelationship - MoBaseMoRelationship + AssetDeviceRegistrationRelationship None - PowerRebalancing + Rn - The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. \n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. + The Relative Name uniquely identifies an object within a given context. - PowerControlState.PowerRebalancingEnum + string - PowerControlState.PowerRebalancingEnum + string None - - PowerSaveMode + + SharedScope - The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, the additional PSUs not required to comply with redundancy policy are placed in Power Save mode. \n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. + Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.\nObjects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs. - PowerControlState.PowerSaveModeEnum + string - PowerControlState.PowerSaveModeEnum + string None - - RegisteredDevice + + SlotId - A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + Switch expansion slot module identifier. - AssetDeviceRegistrationRelationship + long - AssetDeviceRegistrationRelationship + long None - - SharedScope + + Transport - Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.\nObjects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs. + Type of port sub-group. Values are Eth or Fc. string @@ -646638,33 +646769,58 @@ literals. The literal values can be strings enclosed in single quotes, numbers a - + + + -------------------------- Example(s) -------------------------- + #Get the PortSubGroup by Name +PS C:\> $PortSubGroupByName = Get-IntersightPortSubGroup -Name PortSubGroupName + +#Get the List of ServerProfiles +PS C:\> $PortSubGroupList = Get-IntersightPortSubGroup + +#Get the list of PortSubGroup under particular organization. +PS C:\> $org = Get-IntersightOrganizationOrganization -Name myOrg + +PS C:\> $PortSubGroupByOrg = Get-IntersightPortSubGroup -Organization $org + +#Get the PortSubGroup based on query Parameter +PS C:\> $PortSubGroupByQueryParam = Get-IntersightPortSubGroup -Filter Name eq PortSubGroupName + +#Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet due to different property structure . + + + + https://www.intersight.com/apidocs/downloads + + Set-IntersightPortSubGroup + + - Get-IntersightPowerPolicy + Get-IntersightPowerControlState Get - IntersightPowerPolicy + IntersightPowerControlState - Get the PowerPolicy + Get the PowerControlState - Read a 'PowerPolicy' resource., + Read a 'PowerControlState' resource., Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. - Get-IntersightPowerPolicy + Get-IntersightPowerControlState AccountMoid @@ -646678,7 +646834,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - AllocatedBudget + AllocatedPower @@ -646702,7 +646858,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - Description + DomainGroupMoid @@ -646713,68 +646869,80 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - DomainGroupMoid + + EquipmentChassis - string + EquipmentChassisRelationship - string + EquipmentChassisRelationship None - DynamicRebalancing + ExtendedPowerCapacity - PowerPolicy.DynamicRebalancingEnum + PowerControlState.ExtendedPowerCapacityEnum - PowerPolicy.DynamicRebalancingEnum + PowerControlState.ExtendedPowerCapacityEnum None - ExtendedPowerCapacity + GridMaxPower - PowerPolicy.ExtendedPowerCapacityEnum + long - PowerPolicy.ExtendedPowerCapacityEnum + long None - - ModTime + + MaxRequiredPower - DateTime + long - DateTime + long + + + None + + + MinRequiredPower + + + + long + + long None - Moid + ModTime - string + DateTime - string + DateTime None - Name + Moid @@ -646785,62 +646953,62 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - Organization + + N1MaxPower - OrganizationOrganizationRelationship + long - OrganizationOrganizationRelationship + long None - - Parent + + N2MaxPower - MoBaseMoRelationship + long - MoBaseMoRelationship + long None - PowerPriority + NonRedundantMaxPower - PowerPolicy.PowerPriorityEnum + long - PowerPolicy.PowerPriorityEnum + long None - - PowerProfiling + + Parent - PowerPolicy.PowerProfilingEnum + MoBaseMoRelationship - PowerPolicy.PowerProfilingEnum + MoBaseMoRelationship None - PowerRestoreState + PowerRebalancing - PowerPolicy.PowerRestoreStateEnum + PowerControlState.PowerRebalancingEnum - PowerPolicy.PowerRestoreStateEnum + PowerControlState.PowerRebalancingEnum None @@ -646850,21 +647018,21 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - PowerPolicy.PowerSaveModeEnum + PowerControlState.PowerSaveModeEnum - PowerPolicy.PowerSaveModeEnum + PowerControlState.PowerSaveModeEnum None - - RedundancyMode + + RegisteredDevice - PowerPolicy.RedundancyModeEnum + AssetDeviceRegistrationRelationship - PowerPolicy.RedundancyModeEnum + AssetDeviceRegistrationRelationship None @@ -646884,7 +647052,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPowerPolicy + Get-IntersightPowerControlState Apply @@ -647020,7 +647188,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPowerPolicy + Get-IntersightPowerControlState Json @@ -647048,7 +647216,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPowerPolicy + Get-IntersightPowerControlState Json @@ -647246,9 +647414,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - AllocatedBudget + AllocatedPower - Sets the allocated power budget of the chassis (in Watts). + This field identifies the allocated power on the chassis in Watts. long @@ -647270,9 +647438,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - Description + DomainGroupMoid - Description of the policy. + The DomainGroup ID for this managed object. string @@ -647281,70 +647449,82 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - DomainGroupMoid + + EquipmentChassis - The DomainGroup ID for this managed object. + A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - string + EquipmentChassisRelationship - string + EquipmentChassisRelationship None - DynamicRebalancing + ExtendedPowerCapacity - Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. + The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled.\n* `Not Applicable` - Set the value to Not Applicable. - PowerPolicy.DynamicRebalancingEnum + PowerControlState.ExtendedPowerCapacityEnum - PowerPolicy.DynamicRebalancingEnum + PowerControlState.ExtendedPowerCapacityEnum None - ExtendedPowerCapacity + GridMaxPower - Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. + This field identifies the available power when PSUs are in grid mode in Watts. - PowerPolicy.ExtendedPowerCapacityEnum + long - PowerPolicy.ExtendedPowerCapacityEnum + long None - - ModTime + + MaxRequiredPower - The time when this managed object was last modified. + This field identifies the maximum power required by the endpoint in Watts. - DateTime + long - DateTime + long + + + None + + + MinRequiredPower + + This field identifies the minimum power required by the endpoint in Watts. + + long + + long None - Moid + ModTime - The unique identifier of this Managed Object instance. + The time when this managed object was last modified. - string + DateTime - string + DateTime None - Name + Moid - Name of the concrete policy. + The unique identifier of this Managed Object instance. string @@ -647353,62 +647533,62 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - Organization + + N1MaxPower - A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + This field identifies the available power when PSUs are in N+1 mode in Watts. - OrganizationOrganizationRelationship + long - OrganizationOrganizationRelationship + long None - - Parent + + N2MaxPower - A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + This field identifies the available power when PSUs are in N+2 mode in Watts. - MoBaseMoRelationship + long - MoBaseMoRelationship + long None - PowerPriority + NonRedundantMaxPower - Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.\n* `Low` - Set the Power Priority to Low.\n* `Medium` - Set the Power Priority to Medium.\n* `High` - Set the Power Priority to High. + This field identifies the available power when PSUs are in non-redundant mode in Watts. - PowerPolicy.PowerPriorityEnum + long - PowerPolicy.PowerPriorityEnum + long None - - PowerProfiling + + Parent - Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. + A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - PowerPolicy.PowerProfilingEnum + MoBaseMoRelationship - PowerPolicy.PowerProfilingEnum + MoBaseMoRelationship None - PowerRestoreState + PowerRebalancing - Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis will use this policy to recover the host power after a power loss event. This field is only supported for Cisco UCS B series and X series servers.\n* `AlwaysOff` - Set the Power Restore Mode to Off.\n* `AlwaysOn` - Set the Power Restore Mode to On.\n* `LastState` - Set the Power Restore Mode to LastState. + The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. \n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. - PowerPolicy.PowerRestoreStateEnum + PowerControlState.PowerRebalancingEnum - PowerPolicy.PowerRestoreStateEnum + PowerControlState.PowerRebalancingEnum None @@ -647416,23 +647596,23 @@ literals. The literal values can be strings enclosed in single quotes, numbers a PowerSaveMode - Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. + The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, the additional PSUs not required to comply with redundancy policy are placed in Power Save mode. \n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. - PowerPolicy.PowerSaveModeEnum + PowerControlState.PowerSaveModeEnum - PowerPolicy.PowerSaveModeEnum + PowerControlState.PowerSaveModeEnum None - - RedundancyMode + + RegisteredDevice - Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.\n* `Grid` - Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.\n* `NotRedundant` - Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.\n* `N+1` - Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.\n* `N+2` - Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis. + A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - PowerPolicy.RedundancyModeEnum + AssetDeviceRegistrationRelationship - PowerPolicy.RedundancyModeEnum + AssetDeviceRegistrationRelationship None @@ -647506,38 +647686,26 @@ literals. The literal values can be strings enclosed in single quotes, numbers a https://www.intersight.com/apidocs/downloads - - New-IntersightPowerPolicy - - - - Remove-IntersightPowerPolicy - - - - Set-IntersightPowerPolicy - - - Get-IntersightPowerPolicyInventory + Get-IntersightPowerPolicy Get - IntersightPowerPolicyInventory + IntersightPowerPolicy - Get the PowerPolicyInventory + Get the PowerPolicy - Read a 'PowerPolicyInventory' resource., + Read a 'PowerPolicy' resource., Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. - Get-IntersightPowerPolicyInventory + Get-IntersightPowerPolicy AccountMoid @@ -647586,18 +647754,6 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - DeviceMoId - - - - string - - string - - - None - DomainGroupMoid @@ -647615,9 +647771,9 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - PowerPolicyInventory.DynamicRebalancingEnum + PowerPolicy.DynamicRebalancingEnum - PowerPolicyInventory.DynamicRebalancingEnum + PowerPolicy.DynamicRebalancingEnum None @@ -647627,9 +647783,9 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - PowerPolicyInventory.ExtendedPowerCapacityEnum + PowerPolicy.ExtendedPowerCapacityEnum - PowerPolicyInventory.ExtendedPowerCapacityEnum + PowerPolicy.ExtendedPowerCapacityEnum None @@ -647670,6 +647826,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + Organization + + + + OrganizationOrganizationRelationship + + OrganizationOrganizationRelationship + + + None + Parent @@ -647687,9 +647855,9 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - PowerPolicyInventory.PowerPriorityEnum + PowerPolicy.PowerPriorityEnum - PowerPolicyInventory.PowerPriorityEnum + PowerPolicy.PowerPriorityEnum None @@ -647699,9 +647867,9 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - PowerPolicyInventory.PowerProfilingEnum + PowerPolicy.PowerProfilingEnum - PowerPolicyInventory.PowerProfilingEnum + PowerPolicy.PowerProfilingEnum None @@ -647711,9 +647879,9 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - PowerPolicyInventory.PowerRestoreStateEnum + PowerPolicy.PowerRestoreStateEnum - PowerPolicyInventory.PowerRestoreStateEnum + PowerPolicy.PowerRestoreStateEnum None @@ -647723,9 +647891,9 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - PowerPolicyInventory.PowerSaveModeEnum + PowerPolicy.PowerSaveModeEnum - PowerPolicyInventory.PowerSaveModeEnum + PowerPolicy.PowerSaveModeEnum None @@ -647735,9 +647903,9 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - PowerPolicyInventory.RedundancyModeEnum + PowerPolicy.RedundancyModeEnum - PowerPolicyInventory.RedundancyModeEnum + PowerPolicy.RedundancyModeEnum None @@ -647754,22 +647922,10 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None - - TargetMo - - - - MoBaseMoRelationship - - MoBaseMoRelationship - - - None - - Get-IntersightPowerPolicyInventory + Get-IntersightPowerPolicy Apply @@ -647905,7 +648061,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPowerPolicyInventory + Get-IntersightPowerPolicy Json @@ -647933,7 +648089,7 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t - Get-IntersightPowerPolicyInventory + Get-IntersightPowerPolicy Json @@ -648166,18 +648322,6 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - DeviceMoId - - Device ID of the entity from where inventory is reported. - - string - - string - - - None - DomainGroupMoid @@ -648195,9 +648339,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. - PowerPolicyInventory.DynamicRebalancingEnum + PowerPolicy.DynamicRebalancingEnum - PowerPolicyInventory.DynamicRebalancingEnum + PowerPolicy.DynamicRebalancingEnum None @@ -648207,9 +648351,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. - PowerPolicyInventory.ExtendedPowerCapacityEnum + PowerPolicy.ExtendedPowerCapacityEnum - PowerPolicyInventory.ExtendedPowerCapacityEnum + PowerPolicy.ExtendedPowerCapacityEnum None @@ -648241,7 +648385,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Name - Name of the inventoried policy object. + Name of the concrete policy. string @@ -648250,6 +648394,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + Organization + + A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + OrganizationOrganizationRelationship + + OrganizationOrganizationRelationship + + + None + Parent @@ -648267,9 +648423,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.\n* `Low` - Set the Power Priority to Low.\n* `Medium` - Set the Power Priority to Medium.\n* `High` - Set the Power Priority to High. - PowerPolicyInventory.PowerPriorityEnum + PowerPolicy.PowerPriorityEnum - PowerPolicyInventory.PowerPriorityEnum + PowerPolicy.PowerPriorityEnum None @@ -648279,9 +648435,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. - PowerPolicyInventory.PowerProfilingEnum + PowerPolicy.PowerProfilingEnum - PowerPolicyInventory.PowerProfilingEnum + PowerPolicy.PowerProfilingEnum None @@ -648291,9 +648447,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis will use this policy to recover the host power after a power loss event. This field is only supported for Cisco UCS B series and X series servers.\n* `AlwaysOff` - Set the Power Restore Mode to Off.\n* `AlwaysOn` - Set the Power Restore Mode to On.\n* `LastState` - Set the Power Restore Mode to LastState. - PowerPolicyInventory.PowerRestoreStateEnum + PowerPolicy.PowerRestoreStateEnum - PowerPolicyInventory.PowerRestoreStateEnum + PowerPolicy.PowerRestoreStateEnum None @@ -648303,9 +648459,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. - PowerPolicyInventory.PowerSaveModeEnum + PowerPolicy.PowerSaveModeEnum - PowerPolicyInventory.PowerSaveModeEnum + PowerPolicy.PowerSaveModeEnum None @@ -648315,9 +648471,9 @@ literals. The literal values can be strings enclosed in single quotes, numbers a Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.\n* `Grid` - Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.\n* `NotRedundant` - Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.\n* `N+1` - Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.\n* `N+2` - Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis. - PowerPolicyInventory.RedundancyModeEnum + PowerPolicy.RedundancyModeEnum - PowerPolicyInventory.RedundancyModeEnum + PowerPolicy.RedundancyModeEnum None @@ -648334,18 +648490,903 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None - - TargetMo - - A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - - MoBaseMoRelationship - - MoBaseMoRelationship - - - None - + + Json + + Returns the json payload received in response. + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + Returns the HTTP response with headers and content. + + SwitchParameter + + SwitchParameter + + + None + + + + + + + + + + + + + + + + System.Object + + + + + + + + + + + + + + + + https://www.intersight.com/apidocs/downloads + + + + New-IntersightPowerPolicy + + + + Remove-IntersightPowerPolicy + + + + Set-IntersightPowerPolicy + + + + + + + + Get-IntersightPowerPolicyInventory + Get + IntersightPowerPolicyInventory + + Get the PowerPolicyInventory + + + + Read a 'PowerPolicyInventory' resource., + +Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. + + + + Get-IntersightPowerPolicyInventory + + AccountMoid + + + + string + + string + + + None + + + AllocatedBudget + + + + long + + long + + + None + + + CreateTime + + + + DateTime + + DateTime + + + None + + + Description + + + + string + + string + + + None + + + DeviceMoId + + + + string + + string + + + None + + + DomainGroupMoid + + + + string + + string + + + None + + + DynamicRebalancing + + + + PowerPolicyInventory.DynamicRebalancingEnum + + PowerPolicyInventory.DynamicRebalancingEnum + + + None + + + ExtendedPowerCapacity + + + + PowerPolicyInventory.ExtendedPowerCapacityEnum + + PowerPolicyInventory.ExtendedPowerCapacityEnum + + + None + + + ModTime + + + + DateTime + + DateTime + + + None + + + Moid + + + + string + + string + + + None + + + Name + + + + string + + string + + + None + + + Parent + + + + MoBaseMoRelationship + + MoBaseMoRelationship + + + None + + + PowerPriority + + + + PowerPolicyInventory.PowerPriorityEnum + + PowerPolicyInventory.PowerPriorityEnum + + + None + + + PowerProfiling + + + + PowerPolicyInventory.PowerProfilingEnum + + PowerPolicyInventory.PowerProfilingEnum + + + None + + + PowerRestoreState + + + + PowerPolicyInventory.PowerRestoreStateEnum + + PowerPolicyInventory.PowerRestoreStateEnum + + + None + + + PowerSaveMode + + + + PowerPolicyInventory.PowerSaveModeEnum + + PowerPolicyInventory.PowerSaveModeEnum + + + None + + + RedundancyMode + + + + PowerPolicyInventory.RedundancyModeEnum + + PowerPolicyInventory.RedundancyModeEnum + + + None + + + SharedScope + + + + string + + string + + + None + + + TargetMo + + + + MoBaseMoRelationship + + MoBaseMoRelationship + + + None + + + + + Get-IntersightPowerPolicyInventory + + Apply + + + + string + + string + + + None + + + At + + + + string + + string + + + None + + + Count + + + + boolean + + boolean + + + None + + + Expand + + + + string + + string + + + None + + + Filter + + + + string + + string + + + None + + + Inlinecount + + + + string + + string + + + None + + + Orderby + + + + string + + string + + + None + + + Select + + + + string + + string + + + None + + + Skip + + + + integer + + integer + + + None + + + Tags + + + + string + + string + + + None + + + Top + + + + integer + + integer + + + None + + + + + Get-IntersightPowerPolicyInventory + + Json + + + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + + + SwitchParameter + + SwitchParameter + + + None + + + + + Get-IntersightPowerPolicyInventory + + Json + + + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + + + SwitchParameter + + SwitchParameter + + + None + + + + + + + Apply + + Specify one or more transformation operations to perform aggregation on the resources. The transformations +are processed in order with the output from a transformation being used as input for the subsequent transformation. +The "$apply" query takes a sequence of set transformations, separated by forward slashes to express that they are +consecutively applied, i.e., the result of each transformation is the input to the next transformation. +Supported aggregation methods are "aggregate" and "groupby". +The **aggregate** transformation takes a comma-separated list of one or more aggregate expressions as parameters and returns +a result set with a single instance, representing the aggregated value for all instances in the input set. +The **groupby** transformation takes one or two parameters and +1. Splits the initial set into subsets where all instances in a subset have the same values for the grouping properties specified in the first parameter, +2. Applies set transformations to each subset according to the second parameter, resulting in a new set of potentially different structure and cardinality, +3. Ensures that the instances in the result set contain all grouping properties with the correct values for the group, +4. Concatenates the intermediate result sets into one result set. +A groupby transformation affects the structure of the result set. + + string + + string + + + None + + + At + + Similar to "$filter", but "at" is specifically used to filter versioning information properties for resources to return. +A URI with an "at" Query Option identifies a subset of the Entries from the Collection of Entries identified by the +Resource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate +expression specified by the query option. +The expression language that is used in at operators supports references to properties and +literals. The literal values can be strings enclosed in single quotes, numbers and boolean values +(true or false) or any of the additional literal representations shown in the Abstract +Type System section. + + string + + string + + + None + + + Count + + The $count query specifies the service should return the count of the matching resources, instead of returning the resources. + + boolean + + boolean + + + None + + + Expand + + Specify additional attributes or related resources to return in addition to the primary resources. + + string + + string + + + None + + + Filter + + Filter criteria for the resources to return. +A URI with a $filter query option identifies a subset of the entries from the Collection of Entries. The subset is determined by selecting +only the Entries that satisfy the predicate expression specified by the $filter option. +The expression language that is used in $filter queries supports references to properties and +literals. The literal values can be strings enclosed in single quotes, numbers and boolean values +(true or false). + + string + + string + + + None + + + Inlinecount + + The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response. + + string + + string + + + None + + + Orderby + + Determines what properties are used to sort the collection of resources. + + string + + string + + + None + + + Select + + Specifies a subset of properties to return. + + string + + string + + + None + + + Skip + + Specifies the number of resources to skip in the response. + + integer + + integer + + + None + + + Tags + + The 'tags' parameter is used to request a summary of the Tag utilization for this resource. When the 'tags' parameter is specified, the response provides a list of tag keys, the number of times the key has been used across all documents, and the tag values that have been assigned to the tag key. + + string + + string + + + None + + + Top + + Specifies the maximum number of resources to return in the response. + + integer + + integer + + + None + + + AccountMoid + + The Account ID for this managed object. + + string + + string + + + None + + + AllocatedBudget + + Sets the allocated power budget of the chassis (in Watts). + + long + + long + + + None + + + CreateTime + + The time when this managed object was created. + + DateTime + + DateTime + + + None + + + Description + + Description of the policy. + + string + + string + + + None + + + DeviceMoId + + Device ID of the entity from where inventory is reported. + + string + + string + + + None + + + DomainGroupMoid + + The DomainGroup ID for this managed object. + + string + + string + + + None + + + DynamicRebalancing + + Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. + + PowerPolicyInventory.DynamicRebalancingEnum + + PowerPolicyInventory.DynamicRebalancingEnum + + + None + + + ExtendedPowerCapacity + + Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. + + PowerPolicyInventory.ExtendedPowerCapacityEnum + + PowerPolicyInventory.ExtendedPowerCapacityEnum + + + None + + + ModTime + + The time when this managed object was last modified. + + DateTime + + DateTime + + + None + + + Moid + + The unique identifier of this Managed Object instance. + + string + + string + + + None + + + Name + + Name of the inventoried policy object. + + string + + string + + + None + + + Parent + + A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + MoBaseMoRelationship + + MoBaseMoRelationship + + + None + + + PowerPriority + + Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.\n* `Low` - Set the Power Priority to Low.\n* `Medium` - Set the Power Priority to Medium.\n* `High` - Set the Power Priority to High. + + PowerPolicyInventory.PowerPriorityEnum + + PowerPolicyInventory.PowerPriorityEnum + + + None + + + PowerProfiling + + Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. + + PowerPolicyInventory.PowerProfilingEnum + + PowerPolicyInventory.PowerProfilingEnum + + + None + + + PowerRestoreState + + Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis will use this policy to recover the host power after a power loss event. This field is only supported for Cisco UCS B series and X series servers.\n* `AlwaysOff` - Set the Power Restore Mode to Off.\n* `AlwaysOn` - Set the Power Restore Mode to On.\n* `LastState` - Set the Power Restore Mode to LastState. + + PowerPolicyInventory.PowerRestoreStateEnum + + PowerPolicyInventory.PowerRestoreStateEnum + + + None + + + PowerSaveMode + + Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.\n* `Enabled` - Set the value to Enabled.\n* `Disabled` - Set the value to Disabled. + + PowerPolicyInventory.PowerSaveModeEnum + + PowerPolicyInventory.PowerSaveModeEnum + + + None + + + RedundancyMode + + Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.\n* `Grid` - Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.\n* `NotRedundant` - Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.\n* `N+1` - Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.\n* `N+2` - Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis. + + PowerPolicyInventory.RedundancyModeEnum + + PowerPolicyInventory.RedundancyModeEnum + + + None + + + SharedScope + + Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.\nObjects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs. + + string + + string + + + None + + + TargetMo + + A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + MoBaseMoRelationship + + MoBaseMoRelationship + + + None + Json @@ -673416,7 +674457,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a TimeZone - The timezone for the startTime specified.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + The timezone for the startTime specified.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - SchedulerTaskResult.VarTimeZoneEnum @@ -904755,7 +905796,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a PublishStatus - Publish status of the catalog item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. + Publish status of the catalog item.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. WorkflowCatalogItemDefinition.PublishStatusEnum @@ -911360,6 +912401,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + CreateUser + + + + string + + string + + + None + CvdId @@ -911444,6 +912497,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t None + + ModUser + + + + string + + string + + + None + Moid @@ -911952,6 +913017,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + CreateUser + + The user identifier who created or cloned the service item definition. + + string + + string + + + None + CvdId @@ -912036,6 +913113,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a None + + ModUser + + The user identifier who last updated the service item definition. + + string + + string + + + None + Moid @@ -912075,7 +913164,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a PublishStatus - Publish status of the service item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. + The publish status of service item (Draft, Published, Archived).\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. WorkflowServiceItemDefinition.PublishStatusEnum @@ -912123,7 +913212,7 @@ literals. The literal values can be strings enclosed in single quotes, numbers a UserIdOrEmail - The user identifier who created or updated the service item definition. + This attribute is deprecated and replaced by createUser and modUser. string @@ -946493,7 +947582,7 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa TimeZone - Timezone of the Intersight Appliance.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + Timezone of the Intersight Appliance.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - ApplianceSystemInfo.VarTimeZoneEnum @@ -962724,11 +963813,259 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightAssetWorkloadOptimizerAmazonWebServicesBillingOptions + Initialize-IntersightAssetWorkloadOptimizerAmazonWebServicesBillingOptions + Initialize + IntersightAssetWorkloadOptimizerAmazonWebServicesBillingOptions + + Initialize the AssetWorkloadOptimizerAmazonWebServicesBillingOptions + + + + +Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server. + + + + Initialize-IntersightAssetWorkloadOptimizerAmazonWebServicesBillingOptions + + AdditionalProperties + + + + System.Collections.Generic.Dictionary`2[string,object] + + System.Collections.Generic.Dictionary`2[string,object] + + + None + + + ClassId + + + + AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ClassIdEnum + + AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ClassIdEnum + + + None + + + CostAndUsageReportBucket + + + + string + + string + + + None + + + CostAndUsageReportPath + + + + string + + string + + + None + + + CostAndUsageReportRegion + + + + string + + string + + + None + + + ObjectType + + + + AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ObjectTypeEnum + + AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ObjectTypeEnum + + + None + + + Json + + + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + + + SwitchParameter + + SwitchParameter + + + None + + + + + + + AdditionalProperties + + + + System.Collections.Generic.Dictionary`2[string,object] + + System.Collections.Generic.Dictionary`2[string,object] + + + None + + + ClassId + + 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. + + AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ClassIdEnum + + AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ClassIdEnum + + + None + + + CostAndUsageReportBucket + + Name of S3 bucket that contains the Amazon web service Cost and Usage report to get cloud service spend. + + string + + string + + + None + + + CostAndUsageReportPath + + Report path prefix for the Amazon web service cost and usage report to get cloud service spend. + + string + + string + + + None + + + CostAndUsageReportRegion + + Region for S3 bucket that contains the Amazon web service Cost and Usage report to get cloud service spend. + + string + + string + + + None + + + ObjectType + + The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. + + AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ObjectTypeEnum + + AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ObjectTypeEnum + + + None + + + Json + + Returns the json payload received in response. + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + Returns the HTTP response with headers and content. + + SwitchParameter + + SwitchParameter + + + None + + + + + + + + + + + + + + + + System.Object + + + + + + + + + + + + + + + + https://www.intersight.com/apidocs/downloads + + + + + + + + Initialize-IntersightAssetWorkloadOptimizerDynatraceOptions Initialize - IntersightAssetWorkloadOptimizerAmazonWebServicesBillingOptions + IntersightAssetWorkloadOptimizerDynatraceOptions - Initialize the AssetWorkloadOptimizerAmazonWebServicesBillingOptions + Initialize the AssetWorkloadOptimizerDynatraceOptions @@ -962737,7 +964074,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightAssetWorkloadOptimizerAmazonWebServicesBillingOptions + Initialize-IntersightAssetWorkloadOptimizerDynatraceOptions AdditionalProperties @@ -962755,257 +964092,21 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ClassIdEnum - - AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ClassIdEnum - - - None - - - CostAndUsageReportBucket - - - - string - - string - - - None - - - CostAndUsageReportPath - - - - string - - string - - - None - - - CostAndUsageReportRegion - - - - string - - string - - - None - - - ObjectType - - - - AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ObjectTypeEnum - - AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ObjectTypeEnum - - - None - - - Json - - - - SwitchParameter - - SwitchParameter - - - None - - - WithHttpInfo - - - - SwitchParameter - - SwitchParameter - - - None - - - - - - - AdditionalProperties - - - - System.Collections.Generic.Dictionary`2[string,object] - - System.Collections.Generic.Dictionary`2[string,object] - - - None - - - ClassId - - 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. - - AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ClassIdEnum - - AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ClassIdEnum - - - None - - - CostAndUsageReportBucket - - Name of S3 bucket that contains the Amazon web service Cost and Usage report to get cloud service spend. - - string - - string - - - None - - - CostAndUsageReportPath - - Report path prefix for the Amazon web service cost and usage report to get cloud service spend. - - string - - string - - - None - - - CostAndUsageReportRegion - - Region for S3 bucket that contains the Amazon web service Cost and Usage report to get cloud service spend. - - string - - string - - - None - - - ObjectType - - The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. - - AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ObjectTypeEnum - - AssetWorkloadOptimizerAmazonWebServicesBillingOptions.ObjectTypeEnum - - - None - - - Json - - Returns the json payload received in response. - - SwitchParameter - - SwitchParameter - - - None - - - WithHttpInfo - - Returns the HTTP response with headers and content. - - SwitchParameter - - SwitchParameter - - - None - - - - - - - - - - - - - - - - System.Object - - - - - - - - - - - - - - - - https://www.intersight.com/apidocs/downloads - - - - - - - - Initialize-IntersightAssetWorkloadOptimizerDynatraceOptions - Initialize - IntersightAssetWorkloadOptimizerDynatraceOptions - - Initialize the AssetWorkloadOptimizerDynatraceOptions - - - - -Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server. - - - - Initialize-IntersightAssetWorkloadOptimizerDynatraceOptions - - AdditionalProperties - - - - System.Collections.Generic.Dictionary`2[string,object] + AssetWorkloadOptimizerDynatraceOptions.ClassIdEnum - System.Collections.Generic.Dictionary`2[string,object] + AssetWorkloadOptimizerDynatraceOptions.ClassIdEnum None - ClassId + CollectTagInfo - AssetWorkloadOptimizerDynatraceOptions.ClassIdEnum + bool - AssetWorkloadOptimizerDynatraceOptions.ClassIdEnum + bool None @@ -963098,6 +964199,18 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + CollectTagInfo + + Collect tag information from Dynatrace. + + bool + + bool + + + None + CollectVmMetrics @@ -965006,6 +966119,18 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + CollectTagInfo + + + + bool + + bool + + + None + CollectVmMetrics @@ -965106,6 +966231,18 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + CollectTagInfo + + Collect tag information from NewRelic. + + bool + + bool + + + None + CollectVmMetrics @@ -1003829,11 +1004966,265 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightCapabilityProcessorUnitUpdateConstraintMeta + Initialize-IntersightCapabilityProcessorUnitUpdateConstraintMeta + Initialize + IntersightCapabilityProcessorUnitUpdateConstraintMeta + + Initialize the CapabilityProcessorUnitUpdateConstraintMeta + + + + +Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server. + + + + Initialize-IntersightCapabilityProcessorUnitUpdateConstraintMeta + + AdditionalProperties + + + + System.Collections.Generic.Dictionary`2[string,object] + + System.Collections.Generic.Dictionary`2[string,object] + + + None + + + ClassId + + + + CapabilityProcessorUnitUpdateConstraintMeta.ClassIdEnum + + CapabilityProcessorUnitUpdateConstraintMeta.ClassIdEnum + + + None + + + Moid + + + + string + + string + + + None + + + Name + + + + string + + string + + + None + + + ObjectType + + + + CapabilityProcessorUnitUpdateConstraintMeta.ObjectTypeEnum + + CapabilityProcessorUnitUpdateConstraintMeta.ObjectTypeEnum + + + None + + + Tags + + + + System.Collections.Generic.List`1[Model.MoTag] + + System.Collections.Generic.List`1[Model.MoTag] + + + None + + + Json + + + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + + + SwitchParameter + + SwitchParameter + + + None + + + + + + + AdditionalProperties + + + + System.Collections.Generic.Dictionary`2[string,object] + + System.Collections.Generic.Dictionary`2[string,object] + + + None + + + ClassId + + 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.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type. + + CapabilityProcessorUnitUpdateConstraintMeta.ClassIdEnum + + CapabilityProcessorUnitUpdateConstraintMeta.ClassIdEnum + + + None + + + Moid + + The unique identifier of this Managed Object instance. + + string + + string + + + None + + + Name + + An unique identifer for a capability descriptor. + + string + + string + + + None + + + ObjectType + + The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type. + + CapabilityProcessorUnitUpdateConstraintMeta.ObjectTypeEnum + + CapabilityProcessorUnitUpdateConstraintMeta.ObjectTypeEnum + + + None + + + Tags + + + +Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTag + + System.Collections.Generic.List`1[Model.MoTag] + + System.Collections.Generic.List`1[Model.MoTag] + + + None + + + Json + + Returns the json payload received in response. + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + Returns the HTTP response with headers and content. + + SwitchParameter + + SwitchParameter + + + None + + + + + + + + + + + + + + + + System.Object + + + + + + + + + + + + + + + + https://www.intersight.com/apidocs/downloads + + + + Initialize-IntersightMoTag + + + + + + + + Initialize-IntersightCapabilityPsuDescriptor Initialize - IntersightCapabilityProcessorUnitUpdateConstraintMeta + IntersightCapabilityPsuDescriptor - Initialize the CapabilityProcessorUnitUpdateConstraintMeta + Initialize the CapabilityPsuDescriptor @@ -1003842,7 +1005233,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightCapabilityProcessorUnitUpdateConstraintMeta + Initialize-IntersightCapabilityPsuDescriptor AdditionalProperties @@ -1003855,20 +1005246,32 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + Capabilities + + + + System.Collections.Generic.List`1[Model.CapabilityCapabilityRelationship] + + System.Collections.Generic.List`1[Model.CapabilityCapabilityRelationship] + + + None + ClassId - CapabilityProcessorUnitUpdateConstraintMeta.ClassIdEnum + CapabilityPsuDescriptor.ClassIdEnum - CapabilityProcessorUnitUpdateConstraintMeta.ClassIdEnum + CapabilityPsuDescriptor.ClassIdEnum None - Moid + Description @@ -1003880,7 +1005283,19 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - Name + Model + + + + string + + string + + + None + + + Moid @@ -1003896,9 +1005311,21 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - CapabilityProcessorUnitUpdateConstraintMeta.ObjectTypeEnum + CapabilityPsuDescriptor.ObjectTypeEnum - CapabilityProcessorUnitUpdateConstraintMeta.ObjectTypeEnum + CapabilityPsuDescriptor.ObjectTypeEnum + + + None + + + Revision + + + + string + + string None @@ -1003915,6 +1005342,30 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + Vendor + + + + string + + string + + + None + + + Version + + + + string + + string + + + None + Json @@ -1003955,22 +1005406,37 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + Capabilities + + An array of relationships to capabilityCapability resources. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + + System.Collections.Generic.List`1[Model.CapabilityCapabilityRelationship] + + System.Collections.Generic.List`1[Model.CapabilityCapabilityRelationship] + + + None + ClassId - 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.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type. + 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. - CapabilityProcessorUnitUpdateConstraintMeta.ClassIdEnum + CapabilityPsuDescriptor.ClassIdEnum - CapabilityProcessorUnitUpdateConstraintMeta.ClassIdEnum + CapabilityPsuDescriptor.ClassIdEnum None - Moid + Description - The unique identifier of this Managed Object instance. + Detailed information about the endpoint. string @@ -1003980,9 +1005446,21 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - Name + Model - An unique identifer for a capability descriptor. + The model of the endpoint, for which this capability information is applicable. + + string + + string + + + None + + + Moid + + The unique identifier of this Managed Object instance. string @@ -1003994,11 +1005472,23 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power ObjectType - The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type. + The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. - CapabilityProcessorUnitUpdateConstraintMeta.ObjectTypeEnum + CapabilityPsuDescriptor.ObjectTypeEnum - CapabilityProcessorUnitUpdateConstraintMeta.ObjectTypeEnum + CapabilityPsuDescriptor.ObjectTypeEnum + + + None + + + Revision + + Revision for the power supply. + + string + + string None @@ -1004017,6 +1005507,30 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa None + + Vendor + + The vendor of the endpoint, for which this capability information is applicable. + + string + + string + + + None + + + Version + + The firmware or software version of the endpoint, for which this capability information is applicable. + + string + + string + + + None + Json @@ -1004083,11 +1005597,11 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa - Initialize-IntersightCapabilityPsuDescriptor + Initialize-IntersightCapabilityPsuManufacturingDef Initialize - IntersightCapabilityPsuDescriptor + IntersightCapabilityPsuManufacturingDef - Initialize the CapabilityPsuDescriptor + Initialize the CapabilityPsuManufacturingDef @@ -1004096,7 +1005610,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightCapabilityPsuDescriptor + Initialize-IntersightCapabilityPsuManufacturingDef AdditionalProperties @@ -1004110,13 +1005624,13 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - Capabilities + Caption - System.Collections.Generic.List`1[Model.CapabilityCapabilityRelationship] + string - System.Collections.Generic.List`1[Model.CapabilityCapabilityRelationship] + string None @@ -1004126,9 +1005640,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - CapabilityPsuDescriptor.ClassIdEnum + CapabilityPsuManufacturingDef.ClassIdEnum - CapabilityPsuDescriptor.ClassIdEnum + CapabilityPsuManufacturingDef.ClassIdEnum None @@ -1004146,7 +1005660,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - Model + Moid @@ -1004158,7 +1005672,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - Moid + Name @@ -1004174,15 +1005688,15 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - CapabilityPsuDescriptor.ObjectTypeEnum + CapabilityPsuManufacturingDef.ObjectTypeEnum - CapabilityPsuDescriptor.ObjectTypeEnum + CapabilityPsuManufacturingDef.ObjectTypeEnum None - Revision + Pid @@ -1004194,19 +1005708,19 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - Tags + ProductName - System.Collections.Generic.List`1[Model.MoTag] + string - System.Collections.Generic.List`1[Model.MoTag] + string None - Vendor + Sku @@ -1004218,7 +1005732,19 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - Version + Tags + + + + System.Collections.Generic.List`1[Model.MoTag] + + System.Collections.Generic.List`1[Model.MoTag] + + + None + + + Vid @@ -1004270,16 +1005796,13 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - Capabilities + Caption - An array of relationships to capabilityCapability resources. - - Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef -or use the cmdlet Initialize-IntersightMoMoRef. + Caption for a power supply unit. - System.Collections.Generic.List`1[Model.CapabilityCapabilityRelationship] + string - System.Collections.Generic.List`1[Model.CapabilityCapabilityRelationship] + string None @@ -1004289,9 +1005812,9 @@ or use the cmdlet Initialize-IntersightMoMoRef. 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. - CapabilityPsuDescriptor.ClassIdEnum + CapabilityPsuManufacturingDef.ClassIdEnum - CapabilityPsuDescriptor.ClassIdEnum + CapabilityPsuManufacturingDef.ClassIdEnum None @@ -1004299,7 +1005822,7 @@ or use the cmdlet Initialize-IntersightMoMoRef. Description - Detailed information about the endpoint. + Description for a power supply unit. string @@ -1004309,9 +1005832,9 @@ or use the cmdlet Initialize-IntersightMoMoRef. None - Model + Moid - The model of the endpoint, for which this capability information is applicable. + The unique identifier of this Managed Object instance. string @@ -1004321,9 +1005844,9 @@ or use the cmdlet Initialize-IntersightMoMoRef. None - Moid + Name - The unique identifier of this Managed Object instance. + An unique identifer for a capability descriptor. string @@ -1004337,17 +1005860,17 @@ or use the cmdlet Initialize-IntersightMoMoRef. The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. - CapabilityPsuDescriptor.ObjectTypeEnum + CapabilityPsuManufacturingDef.ObjectTypeEnum - CapabilityPsuDescriptor.ObjectTypeEnum + CapabilityPsuManufacturingDef.ObjectTypeEnum None - Revision + Pid - Revision for the power supply. + Product Identifier for a power supply unit. string @@ -1004357,23 +1005880,21 @@ or use the cmdlet Initialize-IntersightMoMoRef. None - Tags + ProductName - - -Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTag + Product Name for Power Supplu Unit. - System.Collections.Generic.List`1[Model.MoTag] + string - System.Collections.Generic.List`1[Model.MoTag] + string None - Vendor + Sku - The vendor of the endpoint, for which this capability information is applicable. + SKU information for a power supply unit. string @@ -1004383,9 +1005904,23 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa None - Version + Tags - The firmware or software version of the endpoint, for which this capability information is applicable. + + +Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTag + + System.Collections.Generic.List`1[Model.MoTag] + + System.Collections.Generic.List`1[Model.MoTag] + + + None + + + Vid + + VID information for a power supply unit. string @@ -1004460,11 +1005995,11 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa - Initialize-IntersightCapabilityPsuManufacturingDef + Initialize-IntersightCapabilityServerActionsMeta Initialize - IntersightCapabilityPsuManufacturingDef + IntersightCapabilityServerActionsMeta - Initialize the CapabilityPsuManufacturingDef + Initialize the CapabilityServerActionsMeta @@ -1004473,7 +1006008,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightCapabilityPsuManufacturingDef + Initialize-IntersightCapabilityServerActionsMeta AdditionalProperties @@ -1004486,38 +1006021,14 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - - Caption - - - - string - - string - - - None - ClassId - CapabilityPsuManufacturingDef.ClassIdEnum - - CapabilityPsuManufacturingDef.ClassIdEnum - - - None - - - Description - - - - string + CapabilityServerActionsMeta.ClassIdEnum - string + CapabilityServerActionsMeta.ClassIdEnum None @@ -1004551,45 +1006062,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - CapabilityPsuManufacturingDef.ObjectTypeEnum - - CapabilityPsuManufacturingDef.ObjectTypeEnum - - - None - - - Pid - - - - string - - string - - - None - - - ProductName - - - - string - - string - - - None - - - Sku - - - - string + CapabilityServerActionsMeta.ObjectTypeEnum - string + CapabilityServerActionsMeta.ObjectTypeEnum None @@ -1004606,18 +1006081,6 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - - Vid - - - - string - - string - - - None - Json @@ -1004658,38 +1006121,14 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - - Caption - - Caption for a power supply unit. - - string - - string - - - None - ClassId 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. - CapabilityPsuManufacturingDef.ClassIdEnum - - CapabilityPsuManufacturingDef.ClassIdEnum - - - None - - - Description - - Description for a power supply unit. - - string + CapabilityServerActionsMeta.ClassIdEnum - string + CapabilityServerActionsMeta.ClassIdEnum None @@ -1004723,45 +1006162,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. - CapabilityPsuManufacturingDef.ObjectTypeEnum - - CapabilityPsuManufacturingDef.ObjectTypeEnum - - - None - - - Pid - - Product Identifier for a power supply unit. - - string - - string - - - None - - - ProductName - - Product Name for Power Supplu Unit. - - string - - string - - - None - - - Sku - - SKU information for a power supply unit. - - string + CapabilityServerActionsMeta.ObjectTypeEnum - string + CapabilityServerActionsMeta.ObjectTypeEnum None @@ -1004780,18 +1006183,6 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa None - - Vid - - VID information for a power supply unit. - - string - - string - - - None - Json @@ -1004858,11 +1006249,11 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa - Initialize-IntersightCapabilityServerActionsMeta + Initialize-IntersightCapabilityServerComponentConstraint Initialize - IntersightCapabilityServerActionsMeta + IntersightCapabilityServerComponentConstraint - Initialize the CapabilityServerActionsMeta + Initialize the CapabilityServerComponentConstraint @@ -1004871,7 +1006262,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightCapabilityServerActionsMeta + Initialize-IntersightCapabilityServerComponentConstraint AdditionalProperties @@ -1004889,33 +1006280,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - CapabilityServerActionsMeta.ClassIdEnum + CapabilityServerComponentConstraint.ClassIdEnum - CapabilityServerActionsMeta.ClassIdEnum - - - None - - - Moid - - - - string - - string - - - None - - - Name - - - - string - - string + CapabilityServerComponentConstraint.ClassIdEnum None @@ -1004925,21 +1006292,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - CapabilityServerActionsMeta.ObjectTypeEnum - - CapabilityServerActionsMeta.ObjectTypeEnum - - - None - - - Tags - - - - System.Collections.Generic.List`1[Model.MoTag] + CapabilityServerComponentConstraint.ObjectTypeEnum - System.Collections.Generic.List`1[Model.MoTag] + CapabilityServerComponentConstraint.ObjectTypeEnum None @@ -1004989,33 +1006344,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power 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. - CapabilityServerActionsMeta.ClassIdEnum - - CapabilityServerActionsMeta.ClassIdEnum - - - None - - - Moid - - The unique identifier of this Managed Object instance. - - string + CapabilityServerComponentConstraint.ClassIdEnum - string - - - None - - - Name - - An unique identifer for a capability descriptor. - - string - - string + CapabilityServerComponentConstraint.ClassIdEnum None @@ -1005025,23 +1006356,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. - CapabilityServerActionsMeta.ObjectTypeEnum - - CapabilityServerActionsMeta.ObjectTypeEnum - - - None - - - Tags - - - -Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTag - - System.Collections.Generic.List`1[Model.MoTag] + CapabilityServerComponentConstraint.ObjectTypeEnum - System.Collections.Generic.List`1[Model.MoTag] + CapabilityServerComponentConstraint.ObjectTypeEnum None @@ -1005103,10 +1006420,6 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa https://www.intersight.com/apidocs/downloads - - Initialize-IntersightMoTag - - @@ -1012516,30 +1013829,6 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - - DeviceId - - - - string - - string - - - None - - - DeviceModel - - - - string - - string - - - None - DeviceState @@ -1012552,18 +1013841,6 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - - DeviceType - - - - string - - string - - - None - HostName @@ -1012624,18 +1013901,6 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - - SerialNumber - - - - string - - string - - - None - SiteId @@ -1012697,7 +1013962,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - Validity + TemplateStatus @@ -1012709,7 +1013974,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - Version + Validity @@ -1012784,30 +1014049,6 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - - DeviceId - - UUID for the Catalyst SDWAN Vedge Device. - - string - - string - - - None - - - DeviceModel - - The Catalyst SDWAN device model. - - string - - string - - - None - DeviceState @@ -1012820,18 +1014061,6 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - - DeviceType - - The Catalyst SDWAN device type. - - string - - string - - - None - HostName @@ -1012892,18 +1014121,6 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - - SerialNumber - - The Catalyst SDWAN device serial number. - - string - - string - - - None - SiteId @@ -1012967,9 +1014184,9 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa None - Validity + TemplateStatus - The Catalyst SDWAN device validity. + The Catalyst SDWAN device template status. string @@ -1012979,9 +1014196,9 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa None - Version + Validity - The Catalyst SDWAN device version. + The Catalyst SDWAN device validity. string @@ -1034757,6 +1035974,18 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + FrontPanelLockState + + + + ComputePhysicalSummary.FrontPanelLockStateEnum + + ComputePhysicalSummary.FrontPanelLockStateEnum + + + None + Moid @@ -1034845,6 +1036074,18 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + FrontPanelLockState + + The actual front panel state of the server.\n* `None` - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.\n* `Lock` - Front Panel of the server is set to Locked state.\n* `Unlock` - Front Panel of the server is set to Unlocked state. + + ComputePhysicalSummary.FrontPanelLockStateEnum + + ComputePhysicalSummary.FrontPanelLockStateEnum + + + None + Moid @@ -1083552,7 +1084793,7 @@ or use the cmdlet Initialize-IntersightMoMoRef. Name - Name of the SPAN session. + Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_). string @@ -1103337,7 +1104578,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power Model - Model deatils of component. + Model details of component. string @@ -1141067,187 +1142308,11 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightHyperflexMapClusterIdToProtectionInfo - Initialize - IntersightHyperflexMapClusterIdToProtectionInfo - - Initialize the HyperflexMapClusterIdToProtectionInfo - - - - -Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server. - - - - Initialize-IntersightHyperflexMapClusterIdToProtectionInfo - - AdditionalProperties - - - - System.Collections.Generic.Dictionary`2[string,object] - - System.Collections.Generic.Dictionary`2[string,object] - - - None - - - ClassId - - - - HyperflexMapClusterIdToProtectionInfo.ClassIdEnum - - HyperflexMapClusterIdToProtectionInfo.ClassIdEnum - - - None - - - ObjectType - - - - HyperflexMapClusterIdToProtectionInfo.ObjectTypeEnum - - HyperflexMapClusterIdToProtectionInfo.ObjectTypeEnum - - - None - - - Json - - - - SwitchParameter - - SwitchParameter - - - None - - - WithHttpInfo - - - - SwitchParameter - - SwitchParameter - - - None - - - - - - - AdditionalProperties - - - - System.Collections.Generic.Dictionary`2[string,object] - - System.Collections.Generic.Dictionary`2[string,object] - - - None - - - ClassId - - 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. - - HyperflexMapClusterIdToProtectionInfo.ClassIdEnum - - HyperflexMapClusterIdToProtectionInfo.ClassIdEnum - - - None - - - ObjectType - - The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. - - HyperflexMapClusterIdToProtectionInfo.ObjectTypeEnum - - HyperflexMapClusterIdToProtectionInfo.ObjectTypeEnum - - - None - - - Json - - Returns the json payload received in response. - - SwitchParameter - - SwitchParameter - - - None - - - WithHttpInfo - - Returns the HTTP response with headers and content. - - SwitchParameter - - SwitchParameter - - - None - - - - - - - - - - - - - - - - System.Object - - - - - - - - - - - - - - - - https://www.intersight.com/apidocs/downloads - - - - - - - - Initialize-IntersightHyperflexMapClusterIdToStSnapshotPoint + Initialize-IntersightHyperflexMapClusterIdToProtectionInfo Initialize - IntersightHyperflexMapClusterIdToStSnapshotPoint + IntersightHyperflexMapClusterIdToProtectionInfo - Initialize the HyperflexMapClusterIdToStSnapshotPoint + Initialize the HyperflexMapClusterIdToProtectionInfo @@ -1141256,7 +1142321,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightHyperflexMapClusterIdToStSnapshotPoint + Initialize-IntersightHyperflexMapClusterIdToProtectionInfo AdditionalProperties @@ -1141274,9 +1142339,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - HyperflexMapClusterIdToStSnapshotPoint.ClassIdEnum + HyperflexMapClusterIdToProtectionInfo.ClassIdEnum - HyperflexMapClusterIdToStSnapshotPoint.ClassIdEnum + HyperflexMapClusterIdToProtectionInfo.ClassIdEnum None @@ -1141286,9 +1142351,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - HyperflexMapClusterIdToStSnapshotPoint.ObjectTypeEnum + HyperflexMapClusterIdToProtectionInfo.ObjectTypeEnum - HyperflexMapClusterIdToStSnapshotPoint.ObjectTypeEnum + HyperflexMapClusterIdToProtectionInfo.ObjectTypeEnum None @@ -1141338,9 +1142403,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power 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. - HyperflexMapClusterIdToStSnapshotPoint.ClassIdEnum + HyperflexMapClusterIdToProtectionInfo.ClassIdEnum - HyperflexMapClusterIdToStSnapshotPoint.ClassIdEnum + HyperflexMapClusterIdToProtectionInfo.ClassIdEnum None @@ -1141350,9 +1142415,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. - HyperflexMapClusterIdToStSnapshotPoint.ObjectTypeEnum + HyperflexMapClusterIdToProtectionInfo.ObjectTypeEnum - HyperflexMapClusterIdToStSnapshotPoint.ObjectTypeEnum + HyperflexMapClusterIdToProtectionInfo.ObjectTypeEnum None @@ -1141419,11 +1142484,11 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightHyperflexMapUuidToTrackedDisk + Initialize-IntersightHyperflexMapClusterIdToStSnapshotPoint Initialize - IntersightHyperflexMapUuidToTrackedDisk + IntersightHyperflexMapClusterIdToStSnapshotPoint - Initialize the HyperflexMapUuidToTrackedDisk + Initialize the HyperflexMapClusterIdToStSnapshotPoint @@ -1141432,7 +1142497,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightHyperflexMapUuidToTrackedDisk + Initialize-IntersightHyperflexMapClusterIdToStSnapshotPoint AdditionalProperties @@ -1141450,9 +1142515,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - HyperflexMapUuidToTrackedDisk.ClassIdEnum + HyperflexMapClusterIdToStSnapshotPoint.ClassIdEnum - HyperflexMapUuidToTrackedDisk.ClassIdEnum + HyperflexMapClusterIdToStSnapshotPoint.ClassIdEnum None @@ -1141462,9 +1142527,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - HyperflexMapUuidToTrackedDisk.ObjectTypeEnum + HyperflexMapClusterIdToStSnapshotPoint.ObjectTypeEnum - HyperflexMapUuidToTrackedDisk.ObjectTypeEnum + HyperflexMapClusterIdToStSnapshotPoint.ObjectTypeEnum None @@ -1141514,9 +1142579,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power 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. - HyperflexMapUuidToTrackedDisk.ClassIdEnum + HyperflexMapClusterIdToStSnapshotPoint.ClassIdEnum - HyperflexMapUuidToTrackedDisk.ClassIdEnum + HyperflexMapClusterIdToStSnapshotPoint.ClassIdEnum None @@ -1141526,9 +1142591,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. - HyperflexMapUuidToTrackedDisk.ObjectTypeEnum + HyperflexMapClusterIdToStSnapshotPoint.ObjectTypeEnum - HyperflexMapUuidToTrackedDisk.ObjectTypeEnum + HyperflexMapClusterIdToStSnapshotPoint.ObjectTypeEnum None @@ -1141595,11 +1142660,11 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightHyperflexNamedVlan + Initialize-IntersightHyperflexMapUuidToTrackedDisk Initialize - IntersightHyperflexNamedVlan + IntersightHyperflexMapUuidToTrackedDisk - Initialize the HyperflexNamedVlan + Initialize the HyperflexMapUuidToTrackedDisk @@ -1141608,7 +1142673,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightHyperflexNamedVlan + Initialize-IntersightHyperflexMapUuidToTrackedDisk AdditionalProperties @@ -1141626,21 +1142691,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - HyperflexNamedVlan.ClassIdEnum - - HyperflexNamedVlan.ClassIdEnum - - - None - - - Name - - - - string + HyperflexMapUuidToTrackedDisk.ClassIdEnum - string + HyperflexMapUuidToTrackedDisk.ClassIdEnum None @@ -1141650,21 +1142703,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - HyperflexNamedVlan.ObjectTypeEnum - - HyperflexNamedVlan.ObjectTypeEnum - - - None - - - VlanId - - - - long + HyperflexMapUuidToTrackedDisk.ObjectTypeEnum - long + HyperflexMapUuidToTrackedDisk.ObjectTypeEnum None @@ -1141714,21 +1142755,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power 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. - HyperflexNamedVlan.ClassIdEnum - - HyperflexNamedVlan.ClassIdEnum - - - None - - - Name - - The name of the VLAN.\nThe name can be from 1 to 32 characters long and can contain a combination of alphanumeric characters, underscores, and hyphens. - - string + HyperflexMapUuidToTrackedDisk.ClassIdEnum - string + HyperflexMapUuidToTrackedDisk.ClassIdEnum None @@ -1141738,21 +1142767,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. - HyperflexNamedVlan.ObjectTypeEnum - - HyperflexNamedVlan.ObjectTypeEnum - - - None - - - VlanId - - The ID of the named VLAN. An ID of 0 means the traffic is untagged.\nThe ID can be any number between 0 and 4095, inclusive. - - long + HyperflexMapUuidToTrackedDisk.ObjectTypeEnum - long + HyperflexMapUuidToTrackedDisk.ObjectTypeEnum None @@ -1141819,11 +1142836,11 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightHyperflexNamedVsan + Initialize-IntersightHyperflexNamedVlan Initialize - IntersightHyperflexNamedVsan + IntersightHyperflexNamedVlan - Initialize the HyperflexNamedVsan + Initialize the HyperflexNamedVlan @@ -1141832,7 +1142849,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightHyperflexNamedVsan + Initialize-IntersightHyperflexNamedVlan AdditionalProperties @@ -1141850,9 +1142867,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - HyperflexNamedVsan.ClassIdEnum + HyperflexNamedVlan.ClassIdEnum - HyperflexNamedVsan.ClassIdEnum + HyperflexNamedVlan.ClassIdEnum None @@ -1141874,15 +1142891,15 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - HyperflexNamedVsan.ObjectTypeEnum + HyperflexNamedVlan.ObjectTypeEnum - HyperflexNamedVsan.ObjectTypeEnum + HyperflexNamedVlan.ObjectTypeEnum None - VsanId + VlanId @@ -1141938,9 +1142955,9 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power 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. - HyperflexNamedVsan.ClassIdEnum + HyperflexNamedVlan.ClassIdEnum - HyperflexNamedVsan.ClassIdEnum + HyperflexNamedVlan.ClassIdEnum None @@ -1141948,7 +1142965,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power Name - The name of the VSAN.\nThe name can be from 1 to 32 characters long and can contain a combination of alphanumeric characters, underscores, and hyphens. + The name of the VLAN.\nThe name can be from 1 to 32 characters long and can contain a combination of alphanumeric characters, underscores, and hyphens. string @@ -1141962,17 +1142979,17 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. - HyperflexNamedVsan.ObjectTypeEnum + HyperflexNamedVlan.ObjectTypeEnum - HyperflexNamedVsan.ObjectTypeEnum + HyperflexNamedVlan.ObjectTypeEnum None - VsanId + VlanId - The ID of the named VSAN.\nThe ID can be any number between 1 and 4093, inclusive. + The ID of the named VLAN. An ID of 0 means the traffic is untagged.\nThe ID can be any number between 0 and 4095, inclusive. long @@ -1142043,11 +1143060,11 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightHyperflexNetworkConfiguration + Initialize-IntersightHyperflexNamedVsan Initialize - IntersightHyperflexNetworkConfiguration + IntersightHyperflexNamedVsan - Initialize the HyperflexNetworkConfiguration + Initialize the HyperflexNamedVsan @@ -1142056,7 +1143073,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - Initialize-IntersightHyperflexNetworkConfiguration + Initialize-IntersightHyperflexNamedVsan AdditionalProperties @@ -1142074,111 +1143091,15 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power - HyperflexNetworkConfiguration.ClassIdEnum - - HyperflexNetworkConfiguration.ClassIdEnum - - - None - - - ClusterDataIp - - - - string - - string - - - None - - - ClusterManagementIp - - - - string - - string - - - None - - - DataDefaultGateway - - - - string - - string - - - None - - - DataJumboFrame - - - - bool - - bool - - - None - - - DataSubNetmask - - - - string - - string - - - None - - - DataVlanId - - - - long - - long - - - None - - - LiveMigrationVlanId - - - - long - - long - - - None - - - ManagementDefaultGateway - - - - string + HyperflexNamedVsan.ClassIdEnum - string + HyperflexNamedVsan.ClassIdEnum None - ManagementSubNetmask + Name @@ -1142189,32 +1143110,20 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - - ManagementVlanId - - - - long - - long - - - None - ObjectType - HyperflexNetworkConfiguration.ObjectTypeEnum + HyperflexNamedVsan.ObjectTypeEnum - HyperflexNetworkConfiguration.ObjectTypeEnum + HyperflexNamedVsan.ObjectTypeEnum None - VmNetworkVlanId + VsanId @@ -1142270,17 +1143179,17 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power 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. - HyperflexNetworkConfiguration.ClassIdEnum + HyperflexNamedVsan.ClassIdEnum - HyperflexNetworkConfiguration.ClassIdEnum + HyperflexNamedVsan.ClassIdEnum None - ClusterDataIp + Name - Cluster data IP of the HyperFlex cluster. + The name of the VSAN.\nThe name can be from 1 to 32 characters long and can contain a combination of alphanumeric characters, underscores, and hyphens. string @@ -1142290,109 +1143199,189 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - ClusterManagementIp + ObjectType - Cluster management IP of the HyperFlex cluster. + The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. - string + HyperflexNamedVsan.ObjectTypeEnum - string + HyperflexNamedVsan.ObjectTypeEnum None - DataDefaultGateway + VsanId - Default gateway of the data network. + The ID of the named VSAN.\nThe ID can be any number between 1 and 4093, inclusive. - string + long - string + long None - - DataJumboFrame + + Json - Boolean value to indicate if jumboframes is enabled for storage-data network. + Returns the json payload received in response. - bool + SwitchParameter - bool + SwitchParameter None - - DataSubNetmask + + WithHttpInfo - Subnet mask of the data network. + Returns the HTTP response with headers and content. - string + SwitchParameter - string + SwitchParameter None - - - DataVlanId - - Data VLAN ID. Enter the correct VLAN tags if you are using trunk ports. The VLAN tags must be different when using trunk mode. - - long + + + + - long - + - None - - - LiveMigrationVlanId - VLAN ID for virtual machine live migration. + - long + + + + - long - + System.Object - None - - - ManagementDefaultGateway - Default gateway of the management network. + - string - - string - - - None - + + + + + + + + + + + + https://www.intersight.com/apidocs/downloads + + + + + + + + Initialize-IntersightHyperflexNetworkConfiguration + Initialize + IntersightHyperflexNetworkConfiguration + + Initialize the HyperflexNetworkConfiguration + + + + +Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server. + + + + Initialize-IntersightHyperflexNetworkConfiguration + + AdditionalProperties + + + + System.Collections.Generic.Dictionary`2[string,object] + + System.Collections.Generic.Dictionary`2[string,object] + + + None + + + ClassId + + + + HyperflexNetworkConfiguration.ClassIdEnum + + HyperflexNetworkConfiguration.ClassIdEnum + + + None + + + ObjectType + + + + HyperflexNetworkConfiguration.ObjectTypeEnum + + HyperflexNetworkConfiguration.ObjectTypeEnum + + + None + + + Json + + + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + + + SwitchParameter + + SwitchParameter + + + None + + + + + - ManagementSubNetmask + AdditionalProperties - Subnet mask of the management network. + - string + System.Collections.Generic.Dictionary`2[string,object] - string + System.Collections.Generic.Dictionary`2[string,object] None - ManagementVlanId + ClassId - Management VLAN ID. Enter the correct VLAN tags if you are using trunk ports. The VLAN tags must be different when using trunk mode. + 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. - long + HyperflexNetworkConfiguration.ClassIdEnum - long + HyperflexNetworkConfiguration.ClassIdEnum None @@ -1142409,18 +1143398,6 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None - - VmNetworkVlanId - - VM network VLAN ID. Used for VM data traffic. - - long - - long - - - None - Json @@ -1152082,7 +1153059,7 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa Timezone - The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - HyperflexSysConfigPolicy.TimezoneEnum @@ -1212101,7 +1213078,7 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa Timezone - The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - KubernetesSysConfigPolicy.TimezoneEnum @@ -1236877,6 +1237854,30 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + ConnectionStatus + + + + string + + string + + + None + + + DefaultDomain + + + + string + + string + + + None + Moid @@ -1236901,6 +1237902,42 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + PartNumber + + + + string + + string + + + None + + + Status + + + + string + + string + + + None + + + SystemUpTime + + + + string + + string + + + None + Tags @@ -1236913,6 +1237950,18 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + Thermal + + + + NetworkElementSummary.ThermalEnum + + NetworkElementSummary.ThermalEnum + + + None + Json @@ -1236965,6 +1238014,30 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + ConnectionStatus + + Connection status of the switch. + + string + + string + + + None + + + DefaultDomain + + The default domain name configured on the switch. + + string + + string + + + None + Moid @@ -1236989,6 +1238062,42 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + PartNumber + + Part number of the switch. + + string + + string + + + None + + + Status + + The status of the switch. + + string + + string + + + None + + + SystemUpTime + + System up time of the switch. + + string + + string + + + None + Tags @@ -1237003,6 +1238112,18 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa None + + Thermal + + The Thermal status of the fabric interconnect.\n* `unknown` - The default state of the sensor (in case no data is received).\n* `ok` - State of the sensor indicating the sensor's temperature range is okay.\n* `upper-non-recoverable` - State of the sensor indicating that the temperature is extremely high above normal range.\n* `upper-critical` - State of the sensor indicating that the temperature is above normal range.\n* `upper-non-critical` - State of the sensor indicating that the temperature is a little above the normal range.\n* `lower-non-critical` - State of the sensor indicating that the temperature is a little below the normal range.\n* `lower-critical` - State of the sensor indicating that the temperature is below normal range.\n* `lower-non-recoverable` - State of the sensor indicating that the temperature is extremely below normal range. + + NetworkElementSummary.ThermalEnum + + NetworkElementSummary.ThermalEnum + + + None + Json @@ -1302850,7 +1303971,7 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa Timezone - Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - NtpPolicy.TimezoneEnum @@ -1304450,7 +1305571,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power TimeZone - Timezone to use for the schedule calculation. If a timezone value is not speficied, then the schedule calculation will be based on UTC.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + Timezone to use for the schedule calculation. If a timezone value is not speficied, then the schedule calculation will be based on UTC.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - OnpremSchedule.VarTimeZoneEnum @@ -1318082,6 +1319203,18 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power None + + Metrics + + + + Model.PartnerintegrationMetricsRelationship + + Model.PartnerintegrationMetricsRelationship + + + None + Models @@ -1318245,6 +1319378,21 @@ or use the cmdlet Initialize-IntersightMoMoRef. None + + Metrics + + A reference to a partnerintegrationMetrics resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + + Model.PartnerintegrationMetricsRelationship + + Model.PartnerintegrationMetricsRelationship + + + None + Models @@ -1318619,6 +1319767,627 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa + + + Initialize-IntersightPartnerintegrationMetrics + Initialize + IntersightPartnerintegrationMetrics + + Initialize the PartnerintegrationMetrics + + + + +Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server. + + + + Initialize-IntersightPartnerintegrationMetrics + + AdditionalProperties + + + + System.Collections.Generic.Dictionary`2[string,object] + + System.Collections.Generic.Dictionary`2[string,object] + + + None + + + ClassId + + + + PartnerintegrationMetrics.ClassIdEnum + + PartnerintegrationMetrics.ClassIdEnum + + + None + + + Data + + + + Model.PartnerintegrationMetricsModel + + Model.PartnerintegrationMetricsModel + + + None + + + Inventory + + + + Model.PartnerintegrationInventoryRelationship + + Model.PartnerintegrationInventoryRelationship + + + None + + + Moid + + + + string + + string + + + None + + + Name + + + + string + + string + + + None + + + ObjectType + + + + PartnerintegrationMetrics.ObjectTypeEnum + + PartnerintegrationMetrics.ObjectTypeEnum + + + None + + + Tags + + + + System.Collections.Generic.List`1[Model.MoTag] + + System.Collections.Generic.List`1[Model.MoTag] + + + None + + + Json + + + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + + + SwitchParameter + + SwitchParameter + + + None + + + + + + + AdditionalProperties + + + + System.Collections.Generic.Dictionary`2[string,object] + + System.Collections.Generic.Dictionary`2[string,object] + + + None + + + ClassId + + 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. + + PartnerintegrationMetrics.ClassIdEnum + + PartnerintegrationMetrics.ClassIdEnum + + + None + + + Data + + Transformation model in metrics format. + +Note :- Use Initialize-IntersightPartnerintegrationMetricsModel to create the object of complex type PartnerintegrationMetricsModel + + Model.PartnerintegrationMetricsModel + + Model.PartnerintegrationMetricsModel + + + None + + + Inventory + + A reference to a partnerintegrationInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + + Model.PartnerintegrationInventoryRelationship + + Model.PartnerintegrationInventoryRelationship + + + None + + + Moid + + The unique identifier of this Managed Object instance. + + string + + string + + + None + + + Name + + Placeholder name for the Metrics. + + string + + string + + + None + + + ObjectType + + The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. + + PartnerintegrationMetrics.ObjectTypeEnum + + PartnerintegrationMetrics.ObjectTypeEnum + + + None + + + Tags + + + +Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTag + + System.Collections.Generic.List`1[Model.MoTag] + + System.Collections.Generic.List`1[Model.MoTag] + + + None + + + Json + + Returns the json payload received in response. + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + Returns the HTTP response with headers and content. + + SwitchParameter + + SwitchParameter + + + None + + + + + + + + + + + + + + + + System.Object + + + + + + + + + + + + + + + + https://www.intersight.com/apidocs/downloads + + + + Initialize-IntersightMoTag + + + + Initialize-IntersightPartnerintegrationMetricsModel + + + + + + + + Initialize-IntersightPartnerintegrationMetricsModel + Initialize + IntersightPartnerintegrationMetricsModel + + Initialize the PartnerintegrationMetricsModel + + + + +Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server. + + + + Initialize-IntersightPartnerintegrationMetricsModel + + AdditionalProperties + + + + System.Collections.Generic.Dictionary`2[string,object] + + System.Collections.Generic.Dictionary`2[string,object] + + + None + + + Attributes + + + + object + + object + + + None + + + ClassId + + + + PartnerintegrationMetricsModel.ClassIdEnum + + PartnerintegrationMetricsModel.ClassIdEnum + + + None + + + DruidInstrumentExporters + + + + object + + object + + + None + + + Instruments + + + + object + + object + + + None + + + MeterProviders + + + + object + + object + + + None + + + Metrics + + + + object + + object + + + None + + + ObjectType + + + + PartnerintegrationMetricsModel.ObjectTypeEnum + + PartnerintegrationMetricsModel.ObjectTypeEnum + + + None + + + Json + + + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + + + SwitchParameter + + SwitchParameter + + + None + + + + + + + AdditionalProperties + + + + System.Collections.Generic.Dictionary`2[string,object] + + System.Collections.Generic.Dictionary`2[string,object] + + + None + + + Attributes + + Transformation attributes model in yaml format. + +Note :- Use Initialize-Intersightobject to create the object of complex type object + + object + + object + + + None + + + ClassId + + 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. + + PartnerintegrationMetricsModel.ClassIdEnum + + PartnerintegrationMetricsModel.ClassIdEnum + + + None + + + DruidInstrumentExporters + + Transformation druid instrument exporters model in yaml format. + +Note :- Use Initialize-Intersightobject to create the object of complex type object + + object + + object + + + None + + + Instruments + + Transformation instruments model in yaml format. + +Note :- Use Initialize-Intersightobject to create the object of complex type object + + object + + object + + + None + + + MeterProviders + + Transformation meter providers model in yaml format. + +Note :- Use Initialize-Intersightobject to create the object of complex type object + + object + + object + + + None + + + Metrics + + Transformation metrics model in yaml format. + +Note :- Use Initialize-Intersightobject to create the object of complex type object + + object + + object + + + None + + + ObjectType + + The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property. + + PartnerintegrationMetricsModel.ObjectTypeEnum + + PartnerintegrationMetricsModel.ObjectTypeEnum + + + None + + + Json + + Returns the json payload received in response. + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + Returns the HTTP response with headers and content. + + SwitchParameter + + SwitchParameter + + + None + + + + + + + + + + + + + + + + System.Object + + + + + + + + + + + + + + + + https://www.intersight.com/apidocs/downloads + + + + Initialize-Intersightobject + + + + + Initialize-IntersightPartnerintegrationModel @@ -1338634,7 +1340403,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power TimeZone - The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - SchedulerBaseScheduleParams.VarTimeZoneEnum @@ -1339740,7 +1341509,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power TimeZone - The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - SchedulerOneTimeScheduleParams.VarTimeZoneEnum @@ -1339968,7 +1341737,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power TimeZone - The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - SchedulerRecurringScheduleParams.VarTimeZoneEnum @@ -1480584,7 +1482353,7 @@ or use the cmdlet Initialize-IntersightMoMoRef. PublishStatus - Publish status of the catalog item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. + Publish status of the catalog item.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. WorkflowCatalogItemDefinition.PublishStatusEnum @@ -1499640,7 +1501409,7 @@ or use the cmdlet Initialize-IntersightMoMoRef. PublishStatus - Publish status of the service item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. + The publish status of service item (Draft, Published, Archived).\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. WorkflowServiceItemDefinition.PublishStatusEnum @@ -1506997,7 +1508766,7 @@ Note :- Use Initialize-Intersightobject to create the object of complex type obj Status - New status of the task being updated, only Failed and Completed statuses are supported.\n* `Scheduled` - The enum represents the status when task is in scheduled state.\n* `InProgress` - The enum represents the status when task is in-progress state.\n* `NoOp` - The enum represents the status when task is a noop.\n* `Timeout` - The enum represents the status when task has timed out.\n* `Completed` - The enum represents the status when task has completed.\n* `Failed` - The enum represents the status when task has failed. + New status of the task being updated, only Failed and Completed statuses are supported, Completed is the default value in case no status is provided.\n* `Scheduled` - The enum represents the status when task is in scheduled state.\n* `InProgress` - The enum represents the status when task is in-progress state.\n* `NoOp` - The enum represents the status when task is a noop.\n* `Timeout` - The enum represents the status when task has timed out.\n* `Completed` - The enum represents the status when task has completed.\n* `Failed` - The enum represents the status when task has failed. WorkflowTaskInfoUpdate.StatusEnum @@ -1559492,7 +1561261,7 @@ or use the cmdlet Initialize-IntersightMoMoRef. Name - Name of the SPAN session. + Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_). string @@ -1590717,7 +1592486,7 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa Timezone - The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - HyperflexSysConfigPolicy.TimezoneEnum @@ -1611004,7 +1612773,7 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa Timezone - The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - KubernetesSysConfigPolicy.TimezoneEnum @@ -1620636,7 +1622405,7 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa Timezone - Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - NtpPolicy.TimezoneEnum @@ -1626350,7 +1628119,384 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa - Get-IntersightPartnerintegrationFile + Get-IntersightPartnerintegrationFile + + + + Initialize-IntersightMoVersionContext + + + + Initialize-IntersightSoftwarerepositoryFileServer + + + + Remove-IntersightPartnerintegrationFile + + + + Set-IntersightPartnerintegrationFile + + + + + + + + New-IntersightPartnerintegrationInventory + New + IntersightPartnerintegrationInventory + + Creates the PartnerintegrationInventory + + + + Create a 'PartnerintegrationInventory' resource. + + + + New-IntersightPartnerintegrationInventory + + Action + + + + PartnerintegrationInventory.ActionEnum + + PartnerintegrationInventory.ActionEnum + + + None + + + AdditionalProperties + + + + System.Collections.Generic.Dictionary`2[string,object] + + System.Collections.Generic.Dictionary`2[string,object] + + + None + + + BuildFlags + + + + string + + string + + + None + + + Etls + + + + System.Collections.Generic.List`1[PartnerintegrationEtlRelationship] + + System.Collections.Generic.List`1[PartnerintegrationEtlRelationship] + + + None + + + Metrics + + + + PartnerintegrationMetricsRelationship + + PartnerintegrationMetricsRelationship + + + None + + + Models + + + + System.Collections.Generic.List`1[PartnerintegrationModelRelationship] + + System.Collections.Generic.List`1[PartnerintegrationModelRelationship] + + + None + + + Moid + + + + string + + string + + + None + + + Name + + + + string + + string + + + None + + + Organization + + + + OrganizationOrganizationRelationship + + OrganizationOrganizationRelationship + + + None + + + Tags + + + + System.Collections.Generic.List`1[MoTag] + + System.Collections.Generic.List`1[MoTag] + + + None + + + Json + + + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + + + SwitchParameter + + SwitchParameter + + + None + + + + + + + Action + + Action to be performed on the inventory collection.\n* `None` - Default Value of the action, i.e. do nothing.\n* `Build` - Build the inventory service image.\n* `Deploy` - Deploy the inventory service on the appliance. + + PartnerintegrationInventory.ActionEnum + + PartnerintegrationInventory.ActionEnum + + + None + + + AdditionalProperties + + + + System.Collections.Generic.Dictionary`2[string,object] + + System.Collections.Generic.Dictionary`2[string,object] + + + None + + + BuildFlags + + Addtional flags to control build action. + + string + + string + + + None + + + Etls + + An array of relationships to partnerintegrationEtl resources. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + + System.Collections.Generic.List`1[PartnerintegrationEtlRelationship] + + System.Collections.Generic.List`1[PartnerintegrationEtlRelationship] + + + None + + + Metrics + + A reference to a partnerintegrationMetrics resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + + PartnerintegrationMetricsRelationship + + PartnerintegrationMetricsRelationship + + + None + + + Models + + An array of relationships to partnerintegrationModel resources. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + + System.Collections.Generic.List`1[PartnerintegrationModelRelationship] + + System.Collections.Generic.List`1[PartnerintegrationModelRelationship] + + + None + + + Moid + + The unique identifier of this Managed Object instance. + + string + + string + + + None + + + Name + + Name of the inventory collection. + + string + + string + + + None + + + Organization + + A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + + OrganizationOrganizationRelationship + + OrganizationOrganizationRelationship + + + None + + + Tags + + + +Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTag + + System.Collections.Generic.List`1[MoTag] + + System.Collections.Generic.List`1[MoTag] + + + None + + + Json + + Returns the json payload received in response. + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + Returns the HTTP response with headers and content. + + SwitchParameter + + SwitchParameter + + + None + + + + + + + + + + + + + + + + System.Object + + + + + + + + + + + + + + + + https://www.intersight.com/apidocs/downloads + + + + Get-IntersightPartnerintegrationInventory @@ -1626358,15 +1628504,11 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa - Initialize-IntersightSoftwarerepositoryFileServer - - - - Remove-IntersightPartnerintegrationFile + Remove-IntersightPartnerintegrationInventory - Set-IntersightPartnerintegrationFile + Set-IntersightPartnerintegrationInventory @@ -1626374,31 +1628516,19 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa - New-IntersightPartnerintegrationInventory + New-IntersightPartnerintegrationMetrics New - IntersightPartnerintegrationInventory + IntersightPartnerintegrationMetrics - Creates the PartnerintegrationInventory + Creates the PartnerintegrationMetrics - Create a 'PartnerintegrationInventory' resource. + Create a 'PartnerintegrationMetrics' resource. - New-IntersightPartnerintegrationInventory - - Action - - - - PartnerintegrationInventory.ActionEnum - - PartnerintegrationInventory.ActionEnum - - - None - + New-IntersightPartnerintegrationMetrics AdditionalProperties @@ -1626412,37 +1628542,25 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa None - BuildFlags - - - - string - - string - - - None - - - Etls + Data - System.Collections.Generic.List`1[PartnerintegrationEtlRelationship] + PartnerintegrationMetricsModel - System.Collections.Generic.List`1[PartnerintegrationEtlRelationship] + PartnerintegrationMetricsModel None - Models + Inventory - System.Collections.Generic.List`1[PartnerintegrationModelRelationship] + PartnerintegrationInventoryRelationship - System.Collections.Generic.List`1[PartnerintegrationModelRelationship] + PartnerintegrationInventoryRelationship None @@ -1626471,18 +1628589,6 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa None - - Organization - - - - OrganizationOrganizationRelationship - - OrganizationOrganizationRelationship - - - None - Tags @@ -1626523,18 +1628629,6 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa - - Action - - Action to be performed on the inventory collection.\n* `None` - Default Value of the action, i.e. do nothing.\n* `Build` - Build the inventory service image.\n* `Deploy` - Deploy the inventory service on the appliance. - - PartnerintegrationInventory.ActionEnum - - PartnerintegrationInventory.ActionEnum - - - None - AdditionalProperties @@ -1626548,43 +1628642,30 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa None - BuildFlags - - Addtional flags to control build action. - - string - - string - - - None - - - Etls + Data - An array of relationships to partnerintegrationEtl resources. + Transformation model in metrics format. - Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef -or use the cmdlet Initialize-IntersightMoMoRef. +Note :- Use Initialize-IntersightPartnerintegrationMetricsModel to create the object of complex type PartnerintegrationMetricsModel - System.Collections.Generic.List`1[PartnerintegrationEtlRelationship] + PartnerintegrationMetricsModel - System.Collections.Generic.List`1[PartnerintegrationEtlRelationship] + PartnerintegrationMetricsModel None - Models + Inventory - An array of relationships to partnerintegrationModel resources. + A reference to a partnerintegrationInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef or use the cmdlet Initialize-IntersightMoMoRef. - System.Collections.Generic.List`1[PartnerintegrationModelRelationship] + PartnerintegrationInventoryRelationship - System.Collections.Generic.List`1[PartnerintegrationModelRelationship] + PartnerintegrationInventoryRelationship None @@ -1626604,7 +1628685,7 @@ or use the cmdlet Initialize-IntersightMoMoRef. Name - Name of the inventory collection. + Placeholder name for the Metrics. string @@ -1626613,21 +1628694,6 @@ or use the cmdlet Initialize-IntersightMoMoRef. None - - Organization - - A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. - - Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef -or use the cmdlet Initialize-IntersightMoMoRef. - - OrganizationOrganizationRelationship - - OrganizationOrganizationRelationship - - - None - Tags @@ -1626700,7 +1628766,7 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa - Get-IntersightPartnerintegrationInventory + Get-IntersightPartnerintegrationMetrics @@ -1626708,11 +1628774,15 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa - Remove-IntersightPartnerintegrationInventory + Initialize-IntersightPartnerintegrationMetricsModel - Set-IntersightPartnerintegrationInventory + Remove-IntersightPartnerintegrationMetrics + + + + Set-IntersightPartnerintegrationMetrics @@ -1669870,7 +1671940,7 @@ or use the cmdlet Initialize-IntersightMoMoRef. PublishStatus - Publish status of the catalog item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. + Publish status of the catalog item.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. WorkflowCatalogItemDefinition.PublishStatusEnum @@ -1673447,7 +1675517,7 @@ or use the cmdlet Initialize-IntersightMoMoRef. PublishStatus - Publish status of the service item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. + The publish status of service item (Draft, Published, Archived).\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. WorkflowServiceItemDefinition.PublishStatusEnum @@ -1699491,12 +1701561,169 @@ PS C:\> Remove-IntersightHyperflexFeatureLimitExternal -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the HyperflexFeatureLimitInternal to delete -PS C:\> $HyperflexFeatureLimitInternal = Remove-IntersightHyperflexFeatureLimitInternal -Name HyperflexFeatureLimitInternalName -PS C:\> $HyperflexFeatureLimitInternal | Remove-IntersightHyperflexFeatureLimitInternal +#Get the HyperflexFeatureLimitInternal to delete +PS C:\> $HyperflexFeatureLimitInternal = Remove-IntersightHyperflexFeatureLimitInternal -Name HyperflexFeatureLimitInternalName +PS C:\> $HyperflexFeatureLimitInternal | Remove-IntersightHyperflexFeatureLimitInternal + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightHyperflexFeatureLimitInternal -Moid 123bc2222287wee + + + + + + + + + https://www.intersight.com/apidocs/downloads + + + + Get-IntersightHyperflexFeatureLimitInternal + + + + New-IntersightHyperflexFeatureLimitInternal + + + + Set-IntersightHyperflexFeatureLimitInternal + + + + + + + + Remove-IntersightHyperflexHealthCheckDefinition + Remove + IntersightHyperflexHealthCheckDefinition + + Remove the HyperflexHealthCheckDefinition + + + + Delete a 'HyperflexHealthCheckDefinition' resource. + + + + Remove-IntersightHyperflexHealthCheckDefinition + + Json + + + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + + + SwitchParameter + + SwitchParameter + + + None + + + + + Remove-IntersightHyperflexHealthCheckDefinition + + Moid + + + + string + + string + + + None + + + + + + + Moid + + The Moid of the referenced REST resource. + + string + + string + + + None + + + Json + + Returns the json payload received in response. + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + Returns the HTTP response with headers and content. + + SwitchParameter + + SwitchParameter + + + None + + + + + + + + + + + + + + + + System.Object + + + + + + + + + + + + + + -------------------------- Example(s) -------------------------- + +#Get the HyperflexHealthCheckDefinition to delete +PS C:\> $HyperflexHealthCheckDefinition = Remove-IntersightHyperflexHealthCheckDefinition -Name HyperflexHealthCheckDefinitionName +PS C:\> $HyperflexHealthCheckDefinition | Remove-IntersightHyperflexHealthCheckDefinition #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexFeatureLimitInternal -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexHealthCheckDefinition -Moid 123bc2222287wee @@ -1699509,15 +1701736,15 @@ PS C:\> Remove-IntersightHyperflexFeatureLimitInternal -Moid 123bc2222287wee - Get-IntersightHyperflexFeatureLimitInternal + Get-IntersightHyperflexHealthCheckDefinition - New-IntersightHyperflexFeatureLimitInternal + New-IntersightHyperflexHealthCheckDefinition - Set-IntersightHyperflexFeatureLimitInternal + Set-IntersightHyperflexHealthCheckDefinition @@ -1699525,19 +1701752,19 @@ PS C:\> Remove-IntersightHyperflexFeatureLimitInternal -Moid 123bc2222287wee - Remove-IntersightHyperflexHealthCheckDefinition + Remove-IntersightHyperflexHealthCheckPackageChecksum Remove - IntersightHyperflexHealthCheckDefinition + IntersightHyperflexHealthCheckPackageChecksum - Remove the HyperflexHealthCheckDefinition + Remove the HyperflexHealthCheckPackageChecksum - Delete a 'HyperflexHealthCheckDefinition' resource. + Delete a 'HyperflexHealthCheckPackageChecksum' resource. - Remove-IntersightHyperflexHealthCheckDefinition + Remove-IntersightHyperflexHealthCheckPackageChecksum Json @@ -1699565,7 +1701792,7 @@ PS C:\> Remove-IntersightHyperflexFeatureLimitInternal -Moid 123bc2222287wee - Remove-IntersightHyperflexHealthCheckDefinition + Remove-IntersightHyperflexHealthCheckPackageChecksum Moid @@ -1699648,12 +1701875,12 @@ PS C:\> Remove-IntersightHyperflexFeatureLimitInternal -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the HyperflexHealthCheckDefinition to delete -PS C:\> $HyperflexHealthCheckDefinition = Remove-IntersightHyperflexHealthCheckDefinition -Name HyperflexHealthCheckDefinitionName -PS C:\> $HyperflexHealthCheckDefinition | Remove-IntersightHyperflexHealthCheckDefinition +#Get the HyperflexHealthCheckPackageChecksum to delete +PS C:\> $HyperflexHealthCheckPackageChecksum = Remove-IntersightHyperflexHealthCheckPackageChecksum -Name HyperflexHealthCheckPackageChecksumName +PS C:\> $HyperflexHealthCheckPackageChecksum | Remove-IntersightHyperflexHealthCheckPackageChecksum #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexHealthCheckDefinition -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexHealthCheckPackageChecksum -Moid 123bc2222287wee @@ -1699666,15 +1701893,15 @@ PS C:\> Remove-IntersightHyperflexHealthCheckDefinition -Moid 123bc2222287wee - Get-IntersightHyperflexHealthCheckDefinition + Get-IntersightHyperflexHealthCheckPackageChecksum - New-IntersightHyperflexHealthCheckDefinition + New-IntersightHyperflexHealthCheckPackageChecksum - Set-IntersightHyperflexHealthCheckDefinition + Set-IntersightHyperflexHealthCheckPackageChecksum @@ -1699682,19 +1701909,19 @@ PS C:\> Remove-IntersightHyperflexHealthCheckDefinition -Moid 123bc2222287wee - Remove-IntersightHyperflexHealthCheckPackageChecksum + Remove-IntersightHyperflexHxdpVersion Remove - IntersightHyperflexHealthCheckPackageChecksum + IntersightHyperflexHxdpVersion - Remove the HyperflexHealthCheckPackageChecksum + Remove the HyperflexHxdpVersion - Delete a 'HyperflexHealthCheckPackageChecksum' resource. + Delete a 'HyperflexHxdpVersion' resource. - Remove-IntersightHyperflexHealthCheckPackageChecksum + Remove-IntersightHyperflexHxdpVersion Json @@ -1699722,7 +1701949,7 @@ PS C:\> Remove-IntersightHyperflexHealthCheckDefinition -Moid 123bc2222287wee - Remove-IntersightHyperflexHealthCheckPackageChecksum + Remove-IntersightHyperflexHxdpVersion Moid @@ -1699805,12 +1702032,12 @@ PS C:\> Remove-IntersightHyperflexHealthCheckDefinition -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the HyperflexHealthCheckPackageChecksum to delete -PS C:\> $HyperflexHealthCheckPackageChecksum = Remove-IntersightHyperflexHealthCheckPackageChecksum -Name HyperflexHealthCheckPackageChecksumName -PS C:\> $HyperflexHealthCheckPackageChecksum | Remove-IntersightHyperflexHealthCheckPackageChecksum +#Get the HyperflexHxdpVersion to delete +PS C:\> $HyperflexHxdpVersion = Remove-IntersightHyperflexHxdpVersion -Name HyperflexHxdpVersionName +PS C:\> $HyperflexHxdpVersion | Remove-IntersightHyperflexHxdpVersion #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexHealthCheckPackageChecksum -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexHxdpVersion -Moid 123bc2222287wee @@ -1699823,15 +1702050,15 @@ PS C:\> Remove-IntersightHyperflexHealthCheckPackageChecksum -Moid 123bc2222287w - Get-IntersightHyperflexHealthCheckPackageChecksum + Get-IntersightHyperflexHxdpVersion - New-IntersightHyperflexHealthCheckPackageChecksum + New-IntersightHyperflexHxdpVersion - Set-IntersightHyperflexHealthCheckPackageChecksum + Set-IntersightHyperflexHxdpVersion @@ -1699839,19 +1702066,19 @@ PS C:\> Remove-IntersightHyperflexHealthCheckPackageChecksum -Moid 123bc2222287w - Remove-IntersightHyperflexHxdpVersion + Remove-IntersightHyperflexKeyEncryptionKey Remove - IntersightHyperflexHxdpVersion + IntersightHyperflexKeyEncryptionKey - Remove the HyperflexHxdpVersion + Remove the HyperflexKeyEncryptionKey - Delete a 'HyperflexHxdpVersion' resource. + Delete a 'HyperflexKeyEncryptionKey' resource. - Remove-IntersightHyperflexHxdpVersion + Remove-IntersightHyperflexKeyEncryptionKey Json @@ -1699879,7 +1702106,7 @@ PS C:\> Remove-IntersightHyperflexHealthCheckPackageChecksum -Moid 123bc2222287w - Remove-IntersightHyperflexHxdpVersion + Remove-IntersightHyperflexKeyEncryptionKey Moid @@ -1699958,21 +1702185,7 @@ PS C:\> Remove-IntersightHyperflexHealthCheckPackageChecksum -Moid 123bc2222287w - - - -------------------------- Example(s) -------------------------- - -#Get the HyperflexHxdpVersion to delete -PS C:\> $HyperflexHxdpVersion = Remove-IntersightHyperflexHxdpVersion -Name HyperflexHxdpVersionName -PS C:\> $HyperflexHxdpVersion | Remove-IntersightHyperflexHxdpVersion - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexHxdpVersion -Moid 123bc2222287wee - - - - - + @@ -1699980,15 +1702193,15 @@ PS C:\> Remove-IntersightHyperflexHxdpVersion -Moid 123bc2222287wee - Get-IntersightHyperflexHxdpVersion + Get-IntersightHyperflexKeyEncryptionKey - New-IntersightHyperflexHxdpVersion + New-IntersightHyperflexKeyEncryptionKey - Set-IntersightHyperflexHxdpVersion + Set-IntersightHyperflexKeyEncryptionKey @@ -1699996,19 +1702209,19 @@ PS C:\> Remove-IntersightHyperflexHxdpVersion -Moid 123bc2222287wee - Remove-IntersightHyperflexKeyEncryptionKey + Remove-IntersightHyperflexLocalCredentialPolicy Remove - IntersightHyperflexKeyEncryptionKey + IntersightHyperflexLocalCredentialPolicy - Remove the HyperflexKeyEncryptionKey + Remove the HyperflexLocalCredentialPolicy - Delete a 'HyperflexKeyEncryptionKey' resource. + Delete a 'HyperflexLocalCredentialPolicy' resource. - Remove-IntersightHyperflexKeyEncryptionKey + Remove-IntersightHyperflexLocalCredentialPolicy Json @@ -1700036,7 +1702249,7 @@ PS C:\> Remove-IntersightHyperflexHxdpVersion -Moid 123bc2222287wee - Remove-IntersightHyperflexKeyEncryptionKey + Remove-IntersightHyperflexLocalCredentialPolicy Moid @@ -1700115,7 +1702328,21 @@ PS C:\> Remove-IntersightHyperflexHxdpVersion -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the HyperflexLocalCredentialPolicy to delete +PS C:\> $HyperflexLocalCredentialPolicy = Remove-IntersightHyperflexLocalCredentialPolicy -Name HyperflexLocalCredentialPolicyName +PS C:\> $HyperflexLocalCredentialPolicy | Remove-IntersightHyperflexLocalCredentialPolicy + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightHyperflexLocalCredentialPolicy -Moid 123bc2222287wee + + + + + @@ -1700123,15 +1702350,15 @@ PS C:\> Remove-IntersightHyperflexHxdpVersion -Moid 123bc2222287wee - Get-IntersightHyperflexKeyEncryptionKey + Get-IntersightHyperflexLocalCredentialPolicy - New-IntersightHyperflexKeyEncryptionKey + New-IntersightHyperflexLocalCredentialPolicy - Set-IntersightHyperflexKeyEncryptionKey + Set-IntersightHyperflexLocalCredentialPolicy @@ -1700139,19 +1702366,19 @@ PS C:\> Remove-IntersightHyperflexHxdpVersion -Moid 123bc2222287wee - Remove-IntersightHyperflexLocalCredentialPolicy + Remove-IntersightHyperflexNodeConfigPolicy Remove - IntersightHyperflexLocalCredentialPolicy + IntersightHyperflexNodeConfigPolicy - Remove the HyperflexLocalCredentialPolicy + Remove the HyperflexNodeConfigPolicy - Delete a 'HyperflexLocalCredentialPolicy' resource. + Delete a 'HyperflexNodeConfigPolicy' resource. - Remove-IntersightHyperflexLocalCredentialPolicy + Remove-IntersightHyperflexNodeConfigPolicy Json @@ -1700179,7 +1702406,7 @@ PS C:\> Remove-IntersightHyperflexHxdpVersion -Moid 123bc2222287wee - Remove-IntersightHyperflexLocalCredentialPolicy + Remove-IntersightHyperflexNodeConfigPolicy Moid @@ -1700262,12 +1702489,12 @@ PS C:\> Remove-IntersightHyperflexHxdpVersion -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the HyperflexLocalCredentialPolicy to delete -PS C:\> $HyperflexLocalCredentialPolicy = Remove-IntersightHyperflexLocalCredentialPolicy -Name HyperflexLocalCredentialPolicyName -PS C:\> $HyperflexLocalCredentialPolicy | Remove-IntersightHyperflexLocalCredentialPolicy +#Get the HyperflexNodeConfigPolicy to delete +PS C:\> $HyperflexNodeConfigPolicy = Remove-IntersightHyperflexNodeConfigPolicy -Name HyperflexNodeConfigPolicyName +PS C:\> $HyperflexNodeConfigPolicy | Remove-IntersightHyperflexNodeConfigPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexLocalCredentialPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexNodeConfigPolicy -Moid 123bc2222287wee @@ -1700280,15 +1702507,15 @@ PS C:\> Remove-IntersightHyperflexLocalCredentialPolicy -Moid 123bc2222287wee - Get-IntersightHyperflexLocalCredentialPolicy + Get-IntersightHyperflexNodeConfigPolicy - New-IntersightHyperflexLocalCredentialPolicy + New-IntersightHyperflexNodeConfigPolicy - Set-IntersightHyperflexLocalCredentialPolicy + Set-IntersightHyperflexNodeConfigPolicy @@ -1700296,19 +1702523,19 @@ PS C:\> Remove-IntersightHyperflexLocalCredentialPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexNodeConfigPolicy + Remove-IntersightHyperflexNodeProfile Remove - IntersightHyperflexNodeConfigPolicy + IntersightHyperflexNodeProfile - Remove the HyperflexNodeConfigPolicy + Remove the HyperflexNodeProfile - Delete a 'HyperflexNodeConfigPolicy' resource. + Delete a 'HyperflexNodeProfile' resource. - Remove-IntersightHyperflexNodeConfigPolicy + Remove-IntersightHyperflexNodeProfile Json @@ -1700336,7 +1702563,7 @@ PS C:\> Remove-IntersightHyperflexLocalCredentialPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexNodeConfigPolicy + Remove-IntersightHyperflexNodeProfile Moid @@ -1700419,12 +1702646,12 @@ PS C:\> Remove-IntersightHyperflexLocalCredentialPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the HyperflexNodeConfigPolicy to delete -PS C:\> $HyperflexNodeConfigPolicy = Remove-IntersightHyperflexNodeConfigPolicy -Name HyperflexNodeConfigPolicyName -PS C:\> $HyperflexNodeConfigPolicy | Remove-IntersightHyperflexNodeConfigPolicy +#Get the HyperflexNodeProfile to delete +PS C:\> $HyperflexNodeProfile = Remove-IntersightHyperflexNodeProfile -Name HyperflexNodeProfileName +PS C:\> $HyperflexNodeProfile | Remove-IntersightHyperflexNodeProfile #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexNodeConfigPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexNodeProfile -Moid 123bc2222287wee @@ -1700437,15 +1702664,15 @@ PS C:\> Remove-IntersightHyperflexNodeConfigPolicy -Moid 123bc2222287wee - Get-IntersightHyperflexNodeConfigPolicy + Get-IntersightHyperflexNodeProfile - New-IntersightHyperflexNodeConfigPolicy + New-IntersightHyperflexNodeProfile - Set-IntersightHyperflexNodeConfigPolicy + Set-IntersightHyperflexNodeProfile @@ -1700453,19 +1702680,19 @@ PS C:\> Remove-IntersightHyperflexNodeConfigPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexNodeProfile + Remove-IntersightHyperflexProxySettingPolicy Remove - IntersightHyperflexNodeProfile + IntersightHyperflexProxySettingPolicy - Remove the HyperflexNodeProfile + Remove the HyperflexProxySettingPolicy - Delete a 'HyperflexNodeProfile' resource. + Delete a 'HyperflexProxySettingPolicy' resource. - Remove-IntersightHyperflexNodeProfile + Remove-IntersightHyperflexProxySettingPolicy Json @@ -1700493,7 +1702720,7 @@ PS C:\> Remove-IntersightHyperflexNodeConfigPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexNodeProfile + Remove-IntersightHyperflexProxySettingPolicy Moid @@ -1700576,12 +1702803,12 @@ PS C:\> Remove-IntersightHyperflexNodeConfigPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the HyperflexNodeProfile to delete -PS C:\> $HyperflexNodeProfile = Remove-IntersightHyperflexNodeProfile -Name HyperflexNodeProfileName -PS C:\> $HyperflexNodeProfile | Remove-IntersightHyperflexNodeProfile +#Get the HyperflexProxySettingPolicy to delete +PS C:\> $HyperflexProxySettingPolicy = Remove-IntersightHyperflexProxySettingPolicy -Name HyperflexProxySettingPolicyName +PS C:\> $HyperflexProxySettingPolicy | Remove-IntersightHyperflexProxySettingPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexNodeProfile -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexProxySettingPolicy -Moid 123bc2222287wee @@ -1700594,15 +1702821,15 @@ PS C:\> Remove-IntersightHyperflexNodeProfile -Moid 123bc2222287wee - Get-IntersightHyperflexNodeProfile + Get-IntersightHyperflexProxySettingPolicy - New-IntersightHyperflexNodeProfile + New-IntersightHyperflexProxySettingPolicy - Set-IntersightHyperflexNodeProfile + Set-IntersightHyperflexProxySettingPolicy @@ -1700610,19 +1702837,19 @@ PS C:\> Remove-IntersightHyperflexNodeProfile -Moid 123bc2222287wee - Remove-IntersightHyperflexProxySettingPolicy + Remove-IntersightHyperflexReduceReSync Remove - IntersightHyperflexProxySettingPolicy + IntersightHyperflexReduceReSync - Remove the HyperflexProxySettingPolicy + Remove the HyperflexReduceReSync - Delete a 'HyperflexProxySettingPolicy' resource. + Delete a 'HyperflexReduceReSync' resource. - Remove-IntersightHyperflexProxySettingPolicy + Remove-IntersightHyperflexReduceReSync Json @@ -1700650,7 +1702877,7 @@ PS C:\> Remove-IntersightHyperflexNodeProfile -Moid 123bc2222287wee - Remove-IntersightHyperflexProxySettingPolicy + Remove-IntersightHyperflexReduceReSync Moid @@ -1700729,21 +1702956,7 @@ PS C:\> Remove-IntersightHyperflexNodeProfile -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the HyperflexProxySettingPolicy to delete -PS C:\> $HyperflexProxySettingPolicy = Remove-IntersightHyperflexProxySettingPolicy -Name HyperflexProxySettingPolicyName -PS C:\> $HyperflexProxySettingPolicy | Remove-IntersightHyperflexProxySettingPolicy - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexProxySettingPolicy -Moid 123bc2222287wee - - - - - + @@ -1700751,15 +1702964,15 @@ PS C:\> Remove-IntersightHyperflexProxySettingPolicy -Moid 123bc2222287wee - Get-IntersightHyperflexProxySettingPolicy + Get-IntersightHyperflexReduceReSync - New-IntersightHyperflexProxySettingPolicy + New-IntersightHyperflexReduceReSync - Set-IntersightHyperflexProxySettingPolicy + Set-IntersightHyperflexReduceReSync @@ -1700767,19 +1702980,19 @@ PS C:\> Remove-IntersightHyperflexProxySettingPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexReduceReSync + Remove-IntersightHyperflexServerFirmwareVersion Remove - IntersightHyperflexReduceReSync + IntersightHyperflexServerFirmwareVersion - Remove the HyperflexReduceReSync + Remove the HyperflexServerFirmwareVersion - Delete a 'HyperflexReduceReSync' resource. + Delete a 'HyperflexServerFirmwareVersion' resource. - Remove-IntersightHyperflexReduceReSync + Remove-IntersightHyperflexServerFirmwareVersion Json @@ -1700807,7 +1703020,7 @@ PS C:\> Remove-IntersightHyperflexProxySettingPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexReduceReSync + Remove-IntersightHyperflexServerFirmwareVersion Moid @@ -1700886,7 +1703099,21 @@ PS C:\> Remove-IntersightHyperflexProxySettingPolicy -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the HyperflexServerFirmwareVersion to delete +PS C:\> $HyperflexServerFirmwareVersion = Remove-IntersightHyperflexServerFirmwareVersion -Name HyperflexServerFirmwareVersionName +PS C:\> $HyperflexServerFirmwareVersion | Remove-IntersightHyperflexServerFirmwareVersion + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightHyperflexServerFirmwareVersion -Moid 123bc2222287wee + + + + + @@ -1700894,15 +1703121,15 @@ PS C:\> Remove-IntersightHyperflexProxySettingPolicy -Moid 123bc2222287wee - Get-IntersightHyperflexReduceReSync + Get-IntersightHyperflexServerFirmwareVersion - New-IntersightHyperflexReduceReSync + New-IntersightHyperflexServerFirmwareVersion - Set-IntersightHyperflexReduceReSync + Set-IntersightHyperflexServerFirmwareVersion @@ -1700910,19 +1703137,19 @@ PS C:\> Remove-IntersightHyperflexProxySettingPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexServerFirmwareVersion + Remove-IntersightHyperflexServerFirmwareVersionEntry Remove - IntersightHyperflexServerFirmwareVersion + IntersightHyperflexServerFirmwareVersionEntry - Remove the HyperflexServerFirmwareVersion + Remove the HyperflexServerFirmwareVersionEntry - Delete a 'HyperflexServerFirmwareVersion' resource. + Delete a 'HyperflexServerFirmwareVersionEntry' resource. - Remove-IntersightHyperflexServerFirmwareVersion + Remove-IntersightHyperflexServerFirmwareVersionEntry Json @@ -1700950,7 +1703177,7 @@ PS C:\> Remove-IntersightHyperflexProxySettingPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexServerFirmwareVersion + Remove-IntersightHyperflexServerFirmwareVersionEntry Moid @@ -1701033,12 +1703260,12 @@ PS C:\> Remove-IntersightHyperflexProxySettingPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the HyperflexServerFirmwareVersion to delete -PS C:\> $HyperflexServerFirmwareVersion = Remove-IntersightHyperflexServerFirmwareVersion -Name HyperflexServerFirmwareVersionName -PS C:\> $HyperflexServerFirmwareVersion | Remove-IntersightHyperflexServerFirmwareVersion +#Get the HyperflexServerFirmwareVersionEntry to delete +PS C:\> $HyperflexServerFirmwareVersionEntry = Remove-IntersightHyperflexServerFirmwareVersionEntry -Name HyperflexServerFirmwareVersionEntryName +PS C:\> $HyperflexServerFirmwareVersionEntry | Remove-IntersightHyperflexServerFirmwareVersionEntry #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexServerFirmwareVersion -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexServerFirmwareVersionEntry -Moid 123bc2222287wee @@ -1701051,15 +1703278,15 @@ PS C:\> Remove-IntersightHyperflexServerFirmwareVersion -Moid 123bc2222287wee - Get-IntersightHyperflexServerFirmwareVersion + Get-IntersightHyperflexServerFirmwareVersionEntry - New-IntersightHyperflexServerFirmwareVersion + New-IntersightHyperflexServerFirmwareVersionEntry - Set-IntersightHyperflexServerFirmwareVersion + Set-IntersightHyperflexServerFirmwareVersionEntry @@ -1701067,19 +1703294,19 @@ PS C:\> Remove-IntersightHyperflexServerFirmwareVersion -Moid 123bc2222287wee - Remove-IntersightHyperflexServerFirmwareVersionEntry + Remove-IntersightHyperflexServerModel Remove - IntersightHyperflexServerFirmwareVersionEntry + IntersightHyperflexServerModel - Remove the HyperflexServerFirmwareVersionEntry + Remove the HyperflexServerModel - Delete a 'HyperflexServerFirmwareVersionEntry' resource. + Delete a 'HyperflexServerModel' resource. - Remove-IntersightHyperflexServerFirmwareVersionEntry + Remove-IntersightHyperflexServerModel Json @@ -1701107,7 +1703334,7 @@ PS C:\> Remove-IntersightHyperflexServerFirmwareVersion -Moid 123bc2222287wee - Remove-IntersightHyperflexServerFirmwareVersionEntry + Remove-IntersightHyperflexServerModel Moid @@ -1701190,12 +1703417,12 @@ PS C:\> Remove-IntersightHyperflexServerFirmwareVersion -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the HyperflexServerFirmwareVersionEntry to delete -PS C:\> $HyperflexServerFirmwareVersionEntry = Remove-IntersightHyperflexServerFirmwareVersionEntry -Name HyperflexServerFirmwareVersionEntryName -PS C:\> $HyperflexServerFirmwareVersionEntry | Remove-IntersightHyperflexServerFirmwareVersionEntry +#Get the HyperflexServerModel to delete +PS C:\> $HyperflexServerModel = Remove-IntersightHyperflexServerModel -Name HyperflexServerModelName +PS C:\> $HyperflexServerModel | Remove-IntersightHyperflexServerModel #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexServerFirmwareVersionEntry -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexServerModel -Moid 123bc2222287wee @@ -1701208,15 +1703435,15 @@ PS C:\> Remove-IntersightHyperflexServerFirmwareVersionEntry -Moid 123bc2222287w - Get-IntersightHyperflexServerFirmwareVersionEntry + Get-IntersightHyperflexServerModel - New-IntersightHyperflexServerFirmwareVersionEntry + New-IntersightHyperflexServerModel - Set-IntersightHyperflexServerFirmwareVersionEntry + Set-IntersightHyperflexServerModel @@ -1701224,19 +1703451,19 @@ PS C:\> Remove-IntersightHyperflexServerFirmwareVersionEntry -Moid 123bc2222287w - Remove-IntersightHyperflexServerModel + Remove-IntersightHyperflexServiceAuthToken Remove - IntersightHyperflexServerModel + IntersightHyperflexServiceAuthToken - Remove the HyperflexServerModel + Remove the HyperflexServiceAuthToken - Delete a 'HyperflexServerModel' resource. + Delete a 'HyperflexServiceAuthToken' resource. - Remove-IntersightHyperflexServerModel + Remove-IntersightHyperflexServiceAuthToken Json @@ -1701264,7 +1703491,7 @@ PS C:\> Remove-IntersightHyperflexServerFirmwareVersionEntry -Moid 123bc2222287w - Remove-IntersightHyperflexServerModel + Remove-IntersightHyperflexServiceAuthToken Moid @@ -1701343,21 +1703570,7 @@ PS C:\> Remove-IntersightHyperflexServerFirmwareVersionEntry -Moid 123bc2222287w - - - -------------------------- Example(s) -------------------------- - -#Get the HyperflexServerModel to delete -PS C:\> $HyperflexServerModel = Remove-IntersightHyperflexServerModel -Name HyperflexServerModelName -PS C:\> $HyperflexServerModel | Remove-IntersightHyperflexServerModel - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexServerModel -Moid 123bc2222287wee - - - - - + @@ -1701365,15 +1703578,15 @@ PS C:\> Remove-IntersightHyperflexServerModel -Moid 123bc2222287wee - Get-IntersightHyperflexServerModel + Get-IntersightHyperflexServiceAuthToken - New-IntersightHyperflexServerModel + New-IntersightHyperflexServiceAuthToken - Set-IntersightHyperflexServerModel + Set-IntersightHyperflexServiceAuthToken @@ -1701381,19 +1703594,19 @@ PS C:\> Remove-IntersightHyperflexServerModel -Moid 123bc2222287wee - Remove-IntersightHyperflexServiceAuthToken + Remove-IntersightHyperflexSoftwareDistributionComponent Remove - IntersightHyperflexServiceAuthToken + IntersightHyperflexSoftwareDistributionComponent - Remove the HyperflexServiceAuthToken + Remove the HyperflexSoftwareDistributionComponent - Delete a 'HyperflexServiceAuthToken' resource. + Delete a 'HyperflexSoftwareDistributionComponent' resource. - Remove-IntersightHyperflexServiceAuthToken + Remove-IntersightHyperflexSoftwareDistributionComponent Json @@ -1701421,7 +1703634,7 @@ PS C:\> Remove-IntersightHyperflexServerModel -Moid 123bc2222287wee - Remove-IntersightHyperflexServiceAuthToken + Remove-IntersightHyperflexSoftwareDistributionComponent Moid @@ -1701500,7 +1703713,21 @@ PS C:\> Remove-IntersightHyperflexServerModel -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the HyperflexSoftwareDistributionComponent to delete +PS C:\> $HyperflexSoftwareDistributionComponent = Remove-IntersightHyperflexSoftwareDistributionComponent -Name HyperflexSoftwareDistributionComponentName +PS C:\> $HyperflexSoftwareDistributionComponent | Remove-IntersightHyperflexSoftwareDistributionComponent + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightHyperflexSoftwareDistributionComponent -Moid 123bc2222287wee + + + + + @@ -1701508,15 +1703735,15 @@ PS C:\> Remove-IntersightHyperflexServerModel -Moid 123bc2222287wee - Get-IntersightHyperflexServiceAuthToken + Get-IntersightHyperflexSoftwareDistributionComponent - New-IntersightHyperflexServiceAuthToken + New-IntersightHyperflexSoftwareDistributionComponent - Set-IntersightHyperflexServiceAuthToken + Set-IntersightHyperflexSoftwareDistributionComponent @@ -1701524,19 +1703751,19 @@ PS C:\> Remove-IntersightHyperflexServerModel -Moid 123bc2222287wee - Remove-IntersightHyperflexSoftwareDistributionComponent + Remove-IntersightHyperflexSoftwareDistributionEntry Remove - IntersightHyperflexSoftwareDistributionComponent + IntersightHyperflexSoftwareDistributionEntry - Remove the HyperflexSoftwareDistributionComponent + Remove the HyperflexSoftwareDistributionEntry - Delete a 'HyperflexSoftwareDistributionComponent' resource. + Delete a 'HyperflexSoftwareDistributionEntry' resource. - Remove-IntersightHyperflexSoftwareDistributionComponent + Remove-IntersightHyperflexSoftwareDistributionEntry Json @@ -1701564,7 +1703791,7 @@ PS C:\> Remove-IntersightHyperflexServerModel -Moid 123bc2222287wee - Remove-IntersightHyperflexSoftwareDistributionComponent + Remove-IntersightHyperflexSoftwareDistributionEntry Moid @@ -1701647,12 +1703874,12 @@ PS C:\> Remove-IntersightHyperflexServerModel -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the HyperflexSoftwareDistributionComponent to delete -PS C:\> $HyperflexSoftwareDistributionComponent = Remove-IntersightHyperflexSoftwareDistributionComponent -Name HyperflexSoftwareDistributionComponentName -PS C:\> $HyperflexSoftwareDistributionComponent | Remove-IntersightHyperflexSoftwareDistributionComponent +#Get the HyperflexSoftwareDistributionEntry to delete +PS C:\> $HyperflexSoftwareDistributionEntry = Remove-IntersightHyperflexSoftwareDistributionEntry -Name HyperflexSoftwareDistributionEntryName +PS C:\> $HyperflexSoftwareDistributionEntry | Remove-IntersightHyperflexSoftwareDistributionEntry #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexSoftwareDistributionComponent -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexSoftwareDistributionEntry -Moid 123bc2222287wee @@ -1701665,15 +1703892,15 @@ PS C:\> Remove-IntersightHyperflexSoftwareDistributionComponent -Moid 123bc22222 - Get-IntersightHyperflexSoftwareDistributionComponent + Get-IntersightHyperflexSoftwareDistributionEntry - New-IntersightHyperflexSoftwareDistributionComponent + New-IntersightHyperflexSoftwareDistributionEntry - Set-IntersightHyperflexSoftwareDistributionComponent + Set-IntersightHyperflexSoftwareDistributionEntry @@ -1701681,19 +1703908,19 @@ PS C:\> Remove-IntersightHyperflexSoftwareDistributionComponent -Moid 123bc22222 - Remove-IntersightHyperflexSoftwareDistributionEntry + Remove-IntersightHyperflexSoftwareDistributionVersion Remove - IntersightHyperflexSoftwareDistributionEntry + IntersightHyperflexSoftwareDistributionVersion - Remove the HyperflexSoftwareDistributionEntry + Remove the HyperflexSoftwareDistributionVersion - Delete a 'HyperflexSoftwareDistributionEntry' resource. + Delete a 'HyperflexSoftwareDistributionVersion' resource. - Remove-IntersightHyperflexSoftwareDistributionEntry + Remove-IntersightHyperflexSoftwareDistributionVersion Json @@ -1701721,7 +1703948,7 @@ PS C:\> Remove-IntersightHyperflexSoftwareDistributionComponent -Moid 123bc22222 - Remove-IntersightHyperflexSoftwareDistributionEntry + Remove-IntersightHyperflexSoftwareDistributionVersion Moid @@ -1701804,12 +1704031,12 @@ PS C:\> Remove-IntersightHyperflexSoftwareDistributionComponent -Moid 123bc22222 -------------------------- Example(s) -------------------------- -#Get the HyperflexSoftwareDistributionEntry to delete -PS C:\> $HyperflexSoftwareDistributionEntry = Remove-IntersightHyperflexSoftwareDistributionEntry -Name HyperflexSoftwareDistributionEntryName -PS C:\> $HyperflexSoftwareDistributionEntry | Remove-IntersightHyperflexSoftwareDistributionEntry +#Get the HyperflexSoftwareDistributionVersion to delete +PS C:\> $HyperflexSoftwareDistributionVersion = Remove-IntersightHyperflexSoftwareDistributionVersion -Name HyperflexSoftwareDistributionVersionName +PS C:\> $HyperflexSoftwareDistributionVersion | Remove-IntersightHyperflexSoftwareDistributionVersion #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexSoftwareDistributionEntry -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexSoftwareDistributionVersion -Moid 123bc2222287wee @@ -1701822,15 +1704049,15 @@ PS C:\> Remove-IntersightHyperflexSoftwareDistributionEntry -Moid 123bc2222287we - Get-IntersightHyperflexSoftwareDistributionEntry + Get-IntersightHyperflexSoftwareDistributionVersion - New-IntersightHyperflexSoftwareDistributionEntry + New-IntersightHyperflexSoftwareDistributionVersion - Set-IntersightHyperflexSoftwareDistributionEntry + Set-IntersightHyperflexSoftwareDistributionVersion @@ -1701838,19 +1704065,19 @@ PS C:\> Remove-IntersightHyperflexSoftwareDistributionEntry -Moid 123bc2222287we - Remove-IntersightHyperflexSoftwareDistributionVersion + Remove-IntersightHyperflexSoftwareVersionPolicy Remove - IntersightHyperflexSoftwareDistributionVersion + IntersightHyperflexSoftwareVersionPolicy - Remove the HyperflexSoftwareDistributionVersion + Remove the HyperflexSoftwareVersionPolicy - Delete a 'HyperflexSoftwareDistributionVersion' resource. + Delete a 'HyperflexSoftwareVersionPolicy' resource. - Remove-IntersightHyperflexSoftwareDistributionVersion + Remove-IntersightHyperflexSoftwareVersionPolicy Json @@ -1701878,7 +1704105,7 @@ PS C:\> Remove-IntersightHyperflexSoftwareDistributionEntry -Moid 123bc2222287we - Remove-IntersightHyperflexSoftwareDistributionVersion + Remove-IntersightHyperflexSoftwareVersionPolicy Moid @@ -1701961,12 +1704188,12 @@ PS C:\> Remove-IntersightHyperflexSoftwareDistributionEntry -Moid 123bc2222287we -------------------------- Example(s) -------------------------- -#Get the HyperflexSoftwareDistributionVersion to delete -PS C:\> $HyperflexSoftwareDistributionVersion = Remove-IntersightHyperflexSoftwareDistributionVersion -Name HyperflexSoftwareDistributionVersionName -PS C:\> $HyperflexSoftwareDistributionVersion | Remove-IntersightHyperflexSoftwareDistributionVersion +#Get the HyperflexSoftwareVersionPolicy to delete +PS C:\> $HyperflexSoftwareVersionPolicy = Remove-IntersightHyperflexSoftwareVersionPolicy -Name HyperflexSoftwareVersionPolicyName +PS C:\> $HyperflexSoftwareVersionPolicy | Remove-IntersightHyperflexSoftwareVersionPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexSoftwareDistributionVersion -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexSoftwareVersionPolicy -Moid 123bc2222287wee @@ -1701979,15 +1704206,15 @@ PS C:\> Remove-IntersightHyperflexSoftwareDistributionVersion -Moid 123bc2222287 - Get-IntersightHyperflexSoftwareDistributionVersion + Get-IntersightHyperflexSoftwareVersionPolicy - New-IntersightHyperflexSoftwareDistributionVersion + New-IntersightHyperflexSoftwareVersionPolicy - Set-IntersightHyperflexSoftwareDistributionVersion + Set-IntersightHyperflexSoftwareVersionPolicy @@ -1701995,19 +1704222,19 @@ PS C:\> Remove-IntersightHyperflexSoftwareDistributionVersion -Moid 123bc2222287 - Remove-IntersightHyperflexSoftwareVersionPolicy + Remove-IntersightHyperflexSysConfigPolicy Remove - IntersightHyperflexSoftwareVersionPolicy + IntersightHyperflexSysConfigPolicy - Remove the HyperflexSoftwareVersionPolicy + Remove the HyperflexSysConfigPolicy - Delete a 'HyperflexSoftwareVersionPolicy' resource. + Delete a 'HyperflexSysConfigPolicy' resource. - Remove-IntersightHyperflexSoftwareVersionPolicy + Remove-IntersightHyperflexSysConfigPolicy Json @@ -1702035,7 +1704262,7 @@ PS C:\> Remove-IntersightHyperflexSoftwareDistributionVersion -Moid 123bc2222287 - Remove-IntersightHyperflexSoftwareVersionPolicy + Remove-IntersightHyperflexSysConfigPolicy Moid @@ -1702118,12 +1704345,12 @@ PS C:\> Remove-IntersightHyperflexSoftwareDistributionVersion -Moid 123bc2222287 -------------------------- Example(s) -------------------------- -#Get the HyperflexSoftwareVersionPolicy to delete -PS C:\> $HyperflexSoftwareVersionPolicy = Remove-IntersightHyperflexSoftwareVersionPolicy -Name HyperflexSoftwareVersionPolicyName -PS C:\> $HyperflexSoftwareVersionPolicy | Remove-IntersightHyperflexSoftwareVersionPolicy +#Get the HyperflexSysConfigPolicy to delete +PS C:\> $HyperflexSysConfigPolicy = Remove-IntersightHyperflexSysConfigPolicy -Name HyperflexSysConfigPolicyName +PS C:\> $HyperflexSysConfigPolicy | Remove-IntersightHyperflexSysConfigPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexSoftwareVersionPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexSysConfigPolicy -Moid 123bc2222287wee @@ -1702136,15 +1704363,15 @@ PS C:\> Remove-IntersightHyperflexSoftwareVersionPolicy -Moid 123bc2222287wee - Get-IntersightHyperflexSoftwareVersionPolicy + Get-IntersightHyperflexSysConfigPolicy - New-IntersightHyperflexSoftwareVersionPolicy + New-IntersightHyperflexSysConfigPolicy - Set-IntersightHyperflexSoftwareVersionPolicy + Set-IntersightHyperflexSysConfigPolicy @@ -1702152,19 +1704379,19 @@ PS C:\> Remove-IntersightHyperflexSoftwareVersionPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexSysConfigPolicy + Remove-IntersightHyperflexUcsmConfigPolicy Remove - IntersightHyperflexSysConfigPolicy + IntersightHyperflexUcsmConfigPolicy - Remove the HyperflexSysConfigPolicy + Remove the HyperflexUcsmConfigPolicy - Delete a 'HyperflexSysConfigPolicy' resource. + Delete a 'HyperflexUcsmConfigPolicy' resource. - Remove-IntersightHyperflexSysConfigPolicy + Remove-IntersightHyperflexUcsmConfigPolicy Json @@ -1702192,7 +1704419,7 @@ PS C:\> Remove-IntersightHyperflexSoftwareVersionPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexSysConfigPolicy + Remove-IntersightHyperflexUcsmConfigPolicy Moid @@ -1702275,12 +1704502,12 @@ PS C:\> Remove-IntersightHyperflexSoftwareVersionPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the HyperflexSysConfigPolicy to delete -PS C:\> $HyperflexSysConfigPolicy = Remove-IntersightHyperflexSysConfigPolicy -Name HyperflexSysConfigPolicyName -PS C:\> $HyperflexSysConfigPolicy | Remove-IntersightHyperflexSysConfigPolicy +#Get the HyperflexUcsmConfigPolicy to delete +PS C:\> $HyperflexUcsmConfigPolicy = Remove-IntersightHyperflexUcsmConfigPolicy -Name HyperflexUcsmConfigPolicyName +PS C:\> $HyperflexUcsmConfigPolicy | Remove-IntersightHyperflexUcsmConfigPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexSysConfigPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexUcsmConfigPolicy -Moid 123bc2222287wee @@ -1702293,15 +1704520,15 @@ PS C:\> Remove-IntersightHyperflexSysConfigPolicy -Moid 123bc2222287wee - Get-IntersightHyperflexSysConfigPolicy + Get-IntersightHyperflexUcsmConfigPolicy - New-IntersightHyperflexSysConfigPolicy + New-IntersightHyperflexUcsmConfigPolicy - Set-IntersightHyperflexSysConfigPolicy + Set-IntersightHyperflexUcsmConfigPolicy @@ -1702309,19 +1704536,19 @@ PS C:\> Remove-IntersightHyperflexSysConfigPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexUcsmConfigPolicy + Remove-IntersightHyperflexVcenterConfigPolicy Remove - IntersightHyperflexUcsmConfigPolicy + IntersightHyperflexVcenterConfigPolicy - Remove the HyperflexUcsmConfigPolicy + Remove the HyperflexVcenterConfigPolicy - Delete a 'HyperflexUcsmConfigPolicy' resource. + Delete a 'HyperflexVcenterConfigPolicy' resource. - Remove-IntersightHyperflexUcsmConfigPolicy + Remove-IntersightHyperflexVcenterConfigPolicy Json @@ -1702349,7 +1704576,7 @@ PS C:\> Remove-IntersightHyperflexSysConfigPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexUcsmConfigPolicy + Remove-IntersightHyperflexVcenterConfigPolicy Moid @@ -1702432,12 +1704659,12 @@ PS C:\> Remove-IntersightHyperflexSysConfigPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the HyperflexUcsmConfigPolicy to delete -PS C:\> $HyperflexUcsmConfigPolicy = Remove-IntersightHyperflexUcsmConfigPolicy -Name HyperflexUcsmConfigPolicyName -PS C:\> $HyperflexUcsmConfigPolicy | Remove-IntersightHyperflexUcsmConfigPolicy +#Get the HyperflexVcenterConfigPolicy to delete +PS C:\> $HyperflexVcenterConfigPolicy = Remove-IntersightHyperflexVcenterConfigPolicy -Name HyperflexVcenterConfigPolicyName +PS C:\> $HyperflexVcenterConfigPolicy | Remove-IntersightHyperflexVcenterConfigPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexUcsmConfigPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexVcenterConfigPolicy -Moid 123bc2222287wee @@ -1702450,15 +1704677,15 @@ PS C:\> Remove-IntersightHyperflexUcsmConfigPolicy -Moid 123bc2222287wee - Get-IntersightHyperflexUcsmConfigPolicy + Get-IntersightHyperflexVcenterConfigPolicy - New-IntersightHyperflexUcsmConfigPolicy + New-IntersightHyperflexVcenterConfigPolicy - Set-IntersightHyperflexUcsmConfigPolicy + Set-IntersightHyperflexVcenterConfigPolicy @@ -1702466,19 +1704693,19 @@ PS C:\> Remove-IntersightHyperflexUcsmConfigPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexVcenterConfigPolicy + Remove-IntersightHyperflexVmBackupInfo Remove - IntersightHyperflexVcenterConfigPolicy + IntersightHyperflexVmBackupInfo - Remove the HyperflexVcenterConfigPolicy + Remove the HyperflexVmBackupInfo - Delete a 'HyperflexVcenterConfigPolicy' resource. + Delete a 'HyperflexVmBackupInfo' resource. - Remove-IntersightHyperflexVcenterConfigPolicy + Remove-IntersightHyperflexVmBackupInfo Json @@ -1702506,7 +1704733,7 @@ PS C:\> Remove-IntersightHyperflexUcsmConfigPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexVcenterConfigPolicy + Remove-IntersightHyperflexVmBackupInfo Moid @@ -1702585,21 +1704812,7 @@ PS C:\> Remove-IntersightHyperflexUcsmConfigPolicy -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the HyperflexVcenterConfigPolicy to delete -PS C:\> $HyperflexVcenterConfigPolicy = Remove-IntersightHyperflexVcenterConfigPolicy -Name HyperflexVcenterConfigPolicyName -PS C:\> $HyperflexVcenterConfigPolicy | Remove-IntersightHyperflexVcenterConfigPolicy - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexVcenterConfigPolicy -Moid 123bc2222287wee - - - - - + @@ -1702607,15 +1704820,7 @@ PS C:\> Remove-IntersightHyperflexVcenterConfigPolicy -Moid 123bc2222287wee - Get-IntersightHyperflexVcenterConfigPolicy - - - - New-IntersightHyperflexVcenterConfigPolicy - - - - Set-IntersightHyperflexVcenterConfigPolicy + Get-IntersightHyperflexVmBackupInfo @@ -1702623,19 +1704828,19 @@ PS C:\> Remove-IntersightHyperflexVcenterConfigPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexVmBackupInfo + Remove-IntersightHyperflexVmImportOperation Remove - IntersightHyperflexVmBackupInfo + IntersightHyperflexVmImportOperation - Remove the HyperflexVmBackupInfo + Remove the HyperflexVmImportOperation - Delete a 'HyperflexVmBackupInfo' resource. + Delete a 'HyperflexVmImportOperation' resource. - Remove-IntersightHyperflexVmBackupInfo + Remove-IntersightHyperflexVmImportOperation Json @@ -1702663,7 +1704868,7 @@ PS C:\> Remove-IntersightHyperflexVcenterConfigPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexVmBackupInfo + Remove-IntersightHyperflexVmImportOperation Moid @@ -1702742,7 +1704947,21 @@ PS C:\> Remove-IntersightHyperflexVcenterConfigPolicy -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the HyperflexVmImportOperation to delete +PS C:\> $HyperflexVmImportOperation = Remove-IntersightHyperflexVmImportOperation -Name HyperflexVmImportOperationName +PS C:\> $HyperflexVmImportOperation | Remove-IntersightHyperflexVmImportOperation + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightHyperflexVmImportOperation -Moid 123bc2222287wee + + + + + @@ -1702750,7 +1704969,11 @@ PS C:\> Remove-IntersightHyperflexVcenterConfigPolicy -Moid 123bc2222287wee - Get-IntersightHyperflexVmBackupInfo + Get-IntersightHyperflexVmImportOperation + + + + New-IntersightHyperflexVmImportOperation @@ -1702758,19 +1704981,19 @@ PS C:\> Remove-IntersightHyperflexVcenterConfigPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexVmImportOperation + Remove-IntersightHyperflexVmRestoreOperation Remove - IntersightHyperflexVmImportOperation + IntersightHyperflexVmRestoreOperation - Remove the HyperflexVmImportOperation + Remove the HyperflexVmRestoreOperation - Delete a 'HyperflexVmImportOperation' resource. + Delete a 'HyperflexVmRestoreOperation' resource. - Remove-IntersightHyperflexVmImportOperation + Remove-IntersightHyperflexVmRestoreOperation Json @@ -1702798,7 +1705021,7 @@ PS C:\> Remove-IntersightHyperflexVcenterConfigPolicy -Moid 123bc2222287wee - Remove-IntersightHyperflexVmImportOperation + Remove-IntersightHyperflexVmRestoreOperation Moid @@ -1702881,12 +1705104,12 @@ PS C:\> Remove-IntersightHyperflexVcenterConfigPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the HyperflexVmImportOperation to delete -PS C:\> $HyperflexVmImportOperation = Remove-IntersightHyperflexVmImportOperation -Name HyperflexVmImportOperationName -PS C:\> $HyperflexVmImportOperation | Remove-IntersightHyperflexVmImportOperation +#Get the HyperflexVmRestoreOperation to delete +PS C:\> $HyperflexVmRestoreOperation = Remove-IntersightHyperflexVmRestoreOperation -Name HyperflexVmRestoreOperationName +PS C:\> $HyperflexVmRestoreOperation | Remove-IntersightHyperflexVmRestoreOperation #Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexVmImportOperation -Moid 123bc2222287wee +PS C:\> Remove-IntersightHyperflexVmRestoreOperation -Moid 123bc2222287wee @@ -1702899,11 +1705122,11 @@ PS C:\> Remove-IntersightHyperflexVmImportOperation -Moid 123bc2222287wee - Get-IntersightHyperflexVmImportOperation + Get-IntersightHyperflexVmRestoreOperation - New-IntersightHyperflexVmImportOperation + New-IntersightHyperflexVmRestoreOperation @@ -1702911,19 +1705134,19 @@ PS C:\> Remove-IntersightHyperflexVmImportOperation -Moid 123bc2222287wee - Remove-IntersightHyperflexVmRestoreOperation + Remove-IntersightHyperflexVmSnapshotInfo Remove - IntersightHyperflexVmRestoreOperation + IntersightHyperflexVmSnapshotInfo - Remove the HyperflexVmRestoreOperation + Remove the HyperflexVmSnapshotInfo - Delete a 'HyperflexVmRestoreOperation' resource. + Delete a 'HyperflexVmSnapshotInfo' resource. - Remove-IntersightHyperflexVmRestoreOperation + Remove-IntersightHyperflexVmSnapshotInfo Json @@ -1702951,7 +1705174,7 @@ PS C:\> Remove-IntersightHyperflexVmImportOperation -Moid 123bc2222287wee - Remove-IntersightHyperflexVmRestoreOperation + Remove-IntersightHyperflexVmSnapshotInfo Moid @@ -1703030,21 +1705253,7 @@ PS C:\> Remove-IntersightHyperflexVmImportOperation -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the HyperflexVmRestoreOperation to delete -PS C:\> $HyperflexVmRestoreOperation = Remove-IntersightHyperflexVmRestoreOperation -Name HyperflexVmRestoreOperationName -PS C:\> $HyperflexVmRestoreOperation | Remove-IntersightHyperflexVmRestoreOperation - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightHyperflexVmRestoreOperation -Moid 123bc2222287wee - - - - - + @@ -1703052,11 +1705261,7 @@ PS C:\> Remove-IntersightHyperflexVmRestoreOperation -Moid 123bc2222287wee - Get-IntersightHyperflexVmRestoreOperation - - - - New-IntersightHyperflexVmRestoreOperation + Get-IntersightHyperflexVmSnapshotInfo @@ -1703064,19 +1705269,19 @@ PS C:\> Remove-IntersightHyperflexVmRestoreOperation -Moid 123bc2222287wee - Remove-IntersightHyperflexVmSnapshotInfo + Remove-IntersightIaasUcsdInfo Remove - IntersightHyperflexVmSnapshotInfo + IntersightIaasUcsdInfo - Remove the HyperflexVmSnapshotInfo + Remove the IaasUcsdInfo - Delete a 'HyperflexVmSnapshotInfo' resource. + Delete a 'IaasUcsdInfo' resource. - Remove-IntersightHyperflexVmSnapshotInfo + Remove-IntersightIaasUcsdInfo Json @@ -1703104,7 +1705309,7 @@ PS C:\> Remove-IntersightHyperflexVmRestoreOperation -Moid 123bc2222287wee - Remove-IntersightHyperflexVmSnapshotInfo + Remove-IntersightIaasUcsdInfo Moid @@ -1703183,7 +1705388,21 @@ PS C:\> Remove-IntersightHyperflexVmRestoreOperation -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the IaasUcsdInfo to delete +PS C:\> $IaasUcsdInfo = Remove-IntersightIaasUcsdInfo -Name IaasUcsdInfoName +PS C:\> $IaasUcsdInfo | Remove-IntersightIaasUcsdInfo + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightIaasUcsdInfo -Moid 123bc2222287wee + + + + + @@ -1703191,7 +1705410,11 @@ PS C:\> Remove-IntersightHyperflexVmRestoreOperation -Moid 123bc2222287wee - Get-IntersightHyperflexVmSnapshotInfo + Get-IntersightIaasUcsdInfo + + + + Set-IntersightIaasUcsdInfo @@ -1703199,19 +1705422,19 @@ PS C:\> Remove-IntersightHyperflexVmRestoreOperation -Moid 123bc2222287wee - Remove-IntersightIaasUcsdInfo + Remove-IntersightIamAccount Remove - IntersightIaasUcsdInfo + IntersightIamAccount - Remove the IaasUcsdInfo + Remove the IamAccount - Delete a 'IaasUcsdInfo' resource. + Delete a 'IamAccount' resource. - Remove-IntersightIaasUcsdInfo + Remove-IntersightIamAccount Json @@ -1703239,7 +1705462,7 @@ PS C:\> Remove-IntersightHyperflexVmRestoreOperation -Moid 123bc2222287wee - Remove-IntersightIaasUcsdInfo + Remove-IntersightIamAccount Moid @@ -1703322,12 +1705545,12 @@ PS C:\> Remove-IntersightHyperflexVmRestoreOperation -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IaasUcsdInfo to delete -PS C:\> $IaasUcsdInfo = Remove-IntersightIaasUcsdInfo -Name IaasUcsdInfoName -PS C:\> $IaasUcsdInfo | Remove-IntersightIaasUcsdInfo +#Get the IamAccount to delete +PS C:\> $IamAccount = Remove-IntersightIamAccount -Name IamAccountName +PS C:\> $IamAccount | Remove-IntersightIamAccount #Remove the server profile by Moid. -PS C:\> Remove-IntersightIaasUcsdInfo -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamAccount -Moid 123bc2222287wee @@ -1703340,11 +1705563,15 @@ PS C:\> Remove-IntersightIaasUcsdInfo -Moid 123bc2222287wee - Get-IntersightIaasUcsdInfo + Get-IntersightIamAccount - Set-IntersightIaasUcsdInfo + New-IntersightIamAccount + + + + Set-IntersightIamAccount @@ -1703352,19 +1705579,19 @@ PS C:\> Remove-IntersightIaasUcsdInfo -Moid 123bc2222287wee - Remove-IntersightIamAccount + Remove-IntersightIamApiKey Remove - IntersightIamAccount + IntersightIamApiKey - Remove the IamAccount + Remove the IamApiKey - Delete a 'IamAccount' resource. + Delete a 'IamApiKey' resource. - Remove-IntersightIamAccount + Remove-IntersightIamApiKey Json @@ -1703392,7 +1705619,7 @@ PS C:\> Remove-IntersightIaasUcsdInfo -Moid 123bc2222287wee - Remove-IntersightIamAccount + Remove-IntersightIamApiKey Moid @@ -1703475,12 +1705702,12 @@ PS C:\> Remove-IntersightIaasUcsdInfo -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamAccount to delete -PS C:\> $IamAccount = Remove-IntersightIamAccount -Name IamAccountName -PS C:\> $IamAccount | Remove-IntersightIamAccount +#Get the IamApiKey to delete +PS C:\> $IamApiKey = Remove-IntersightIamApiKey -Name IamApiKeyName +PS C:\> $IamApiKey | Remove-IntersightIamApiKey #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamAccount -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamApiKey -Moid 123bc2222287wee @@ -1703493,15 +1705720,15 @@ PS C:\> Remove-IntersightIamAccount -Moid 123bc2222287wee - Get-IntersightIamAccount + Get-IntersightIamApiKey - New-IntersightIamAccount + New-IntersightIamApiKey - Set-IntersightIamAccount + Set-IntersightIamApiKey @@ -1703509,19 +1705736,19 @@ PS C:\> Remove-IntersightIamAccount -Moid 123bc2222287wee - Remove-IntersightIamApiKey + Remove-IntersightIamAppRegistration Remove - IntersightIamApiKey + IntersightIamAppRegistration - Remove the IamApiKey + Remove the IamAppRegistration - Delete a 'IamApiKey' resource. + Delete a 'IamAppRegistration' resource. - Remove-IntersightIamApiKey + Remove-IntersightIamAppRegistration Json @@ -1703549,7 +1705776,7 @@ PS C:\> Remove-IntersightIamAccount -Moid 123bc2222287wee - Remove-IntersightIamApiKey + Remove-IntersightIamAppRegistration Moid @@ -1703632,12 +1705859,12 @@ PS C:\> Remove-IntersightIamAccount -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamApiKey to delete -PS C:\> $IamApiKey = Remove-IntersightIamApiKey -Name IamApiKeyName -PS C:\> $IamApiKey | Remove-IntersightIamApiKey +#Get the IamAppRegistration to delete +PS C:\> $IamAppRegistration = Remove-IntersightIamAppRegistration -Name IamAppRegistrationName +PS C:\> $IamAppRegistration | Remove-IntersightIamAppRegistration #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamApiKey -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamAppRegistration -Moid 123bc2222287wee @@ -1703650,15 +1705877,15 @@ PS C:\> Remove-IntersightIamApiKey -Moid 123bc2222287wee - Get-IntersightIamApiKey + Get-IntersightIamAppRegistration - New-IntersightIamApiKey + New-IntersightIamAppRegistration - Set-IntersightIamApiKey + Set-IntersightIamAppRegistration @@ -1703666,19 +1705893,19 @@ PS C:\> Remove-IntersightIamApiKey -Moid 123bc2222287wee - Remove-IntersightIamAppRegistration + Remove-IntersightIamCertificate Remove - IntersightIamAppRegistration + IntersightIamCertificate - Remove the IamAppRegistration + Remove the IamCertificate - Delete a 'IamAppRegistration' resource. + Delete a 'IamCertificate' resource. - Remove-IntersightIamAppRegistration + Remove-IntersightIamCertificate Json @@ -1703706,7 +1705933,7 @@ PS C:\> Remove-IntersightIamApiKey -Moid 123bc2222287wee - Remove-IntersightIamAppRegistration + Remove-IntersightIamCertificate Moid @@ -1703789,12 +1706016,12 @@ PS C:\> Remove-IntersightIamApiKey -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamAppRegistration to delete -PS C:\> $IamAppRegistration = Remove-IntersightIamAppRegistration -Name IamAppRegistrationName -PS C:\> $IamAppRegistration | Remove-IntersightIamAppRegistration +#Get the IamCertificate to delete +PS C:\> $IamCertificate = Remove-IntersightIamCertificate -Name IamCertificateName +PS C:\> $IamCertificate | Remove-IntersightIamCertificate #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamAppRegistration -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamCertificate -Moid 123bc2222287wee @@ -1703807,15 +1706034,15 @@ PS C:\> Remove-IntersightIamAppRegistration -Moid 123bc2222287wee - Get-IntersightIamAppRegistration + Get-IntersightIamCertificate - New-IntersightIamAppRegistration + New-IntersightIamCertificate - Set-IntersightIamAppRegistration + Set-IntersightIamCertificate @@ -1703823,19 +1706050,19 @@ PS C:\> Remove-IntersightIamAppRegistration -Moid 123bc2222287wee - Remove-IntersightIamCertificate + Remove-IntersightIamCertificateRequest Remove - IntersightIamCertificate + IntersightIamCertificateRequest - Remove the IamCertificate + Remove the IamCertificateRequest - Delete a 'IamCertificate' resource. + Delete a 'IamCertificateRequest' resource. - Remove-IntersightIamCertificate + Remove-IntersightIamCertificateRequest Json @@ -1703863,7 +1706090,7 @@ PS C:\> Remove-IntersightIamAppRegistration -Moid 123bc2222287wee - Remove-IntersightIamCertificate + Remove-IntersightIamCertificateRequest Moid @@ -1703946,12 +1706173,12 @@ PS C:\> Remove-IntersightIamAppRegistration -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamCertificate to delete -PS C:\> $IamCertificate = Remove-IntersightIamCertificate -Name IamCertificateName -PS C:\> $IamCertificate | Remove-IntersightIamCertificate +#Get the IamCertificateRequest to delete +PS C:\> $IamCertificateRequest = Remove-IntersightIamCertificateRequest -Name IamCertificateRequestName +PS C:\> $IamCertificateRequest | Remove-IntersightIamCertificateRequest #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamCertificate -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamCertificateRequest -Moid 123bc2222287wee @@ -1703964,15 +1706191,15 @@ PS C:\> Remove-IntersightIamCertificate -Moid 123bc2222287wee - Get-IntersightIamCertificate + Get-IntersightIamCertificateRequest - New-IntersightIamCertificate + New-IntersightIamCertificateRequest - Set-IntersightIamCertificate + Set-IntersightIamCertificateRequest @@ -1703980,19 +1706207,19 @@ PS C:\> Remove-IntersightIamCertificate -Moid 123bc2222287wee - Remove-IntersightIamCertificateRequest + Remove-IntersightIamDomainNameInfo Remove - IntersightIamCertificateRequest + IntersightIamDomainNameInfo - Remove the IamCertificateRequest + Remove the IamDomainNameInfo - Delete a 'IamCertificateRequest' resource. + Delete a 'IamDomainNameInfo' resource. - Remove-IntersightIamCertificateRequest + Remove-IntersightIamDomainNameInfo Json @@ -1704020,7 +1706247,7 @@ PS C:\> Remove-IntersightIamCertificate -Moid 123bc2222287wee - Remove-IntersightIamCertificateRequest + Remove-IntersightIamDomainNameInfo Moid @@ -1704099,21 +1706326,7 @@ PS C:\> Remove-IntersightIamCertificate -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the IamCertificateRequest to delete -PS C:\> $IamCertificateRequest = Remove-IntersightIamCertificateRequest -Name IamCertificateRequestName -PS C:\> $IamCertificateRequest | Remove-IntersightIamCertificateRequest - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightIamCertificateRequest -Moid 123bc2222287wee - - - - - + @@ -1704121,15 +1706334,15 @@ PS C:\> Remove-IntersightIamCertificateRequest -Moid 123bc2222287wee - Get-IntersightIamCertificateRequest + Get-IntersightIamDomainNameInfo - New-IntersightIamCertificateRequest + New-IntersightIamDomainNameInfo - Set-IntersightIamCertificateRequest + Set-IntersightIamDomainNameInfo @@ -1704137,19 +1706350,19 @@ PS C:\> Remove-IntersightIamCertificateRequest -Moid 123bc2222287wee - Remove-IntersightIamDomainNameInfo + Remove-IntersightIamEndPointUser Remove - IntersightIamDomainNameInfo + IntersightIamEndPointUser - Remove the IamDomainNameInfo + Remove the IamEndPointUser - Delete a 'IamDomainNameInfo' resource. + Delete a 'IamEndPointUser' resource. - Remove-IntersightIamDomainNameInfo + Remove-IntersightIamEndPointUser Json @@ -1704177,7 +1706390,7 @@ PS C:\> Remove-IntersightIamCertificateRequest -Moid 123bc2222287wee - Remove-IntersightIamDomainNameInfo + Remove-IntersightIamEndPointUser Moid @@ -1704256,7 +1706469,21 @@ PS C:\> Remove-IntersightIamCertificateRequest -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the IamEndPointUser to delete +PS C:\> $IamEndPointUser = Remove-IntersightIamEndPointUser -Name IamEndPointUserName +PS C:\> $IamEndPointUser | Remove-IntersightIamEndPointUser + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightIamEndPointUser -Moid 123bc2222287wee + + + + + @@ -1704264,15 +1706491,15 @@ PS C:\> Remove-IntersightIamCertificateRequest -Moid 123bc2222287wee - Get-IntersightIamDomainNameInfo + Get-IntersightIamEndPointUser - New-IntersightIamDomainNameInfo + New-IntersightIamEndPointUser - Set-IntersightIamDomainNameInfo + Set-IntersightIamEndPointUser @@ -1704280,19 +1706507,19 @@ PS C:\> Remove-IntersightIamCertificateRequest -Moid 123bc2222287wee - Remove-IntersightIamEndPointUser + Remove-IntersightIamEndPointUserPolicy Remove - IntersightIamEndPointUser + IntersightIamEndPointUserPolicy - Remove the IamEndPointUser + Remove the IamEndPointUserPolicy - Delete a 'IamEndPointUser' resource. + Delete a 'IamEndPointUserPolicy' resource. - Remove-IntersightIamEndPointUser + Remove-IntersightIamEndPointUserPolicy Json @@ -1704320,7 +1706547,7 @@ PS C:\> Remove-IntersightIamCertificateRequest -Moid 123bc2222287wee - Remove-IntersightIamEndPointUser + Remove-IntersightIamEndPointUserPolicy Moid @@ -1704403,12 +1706630,12 @@ PS C:\> Remove-IntersightIamCertificateRequest -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamEndPointUser to delete -PS C:\> $IamEndPointUser = Remove-IntersightIamEndPointUser -Name IamEndPointUserName -PS C:\> $IamEndPointUser | Remove-IntersightIamEndPointUser +#Get the IamEndPointUserPolicy to delete +PS C:\> $IamEndPointUserPolicy = Remove-IntersightIamEndPointUserPolicy -Name IamEndPointUserPolicyName +PS C:\> $IamEndPointUserPolicy | Remove-IntersightIamEndPointUserPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamEndPointUser -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamEndPointUserPolicy -Moid 123bc2222287wee @@ -1704421,15 +1706648,15 @@ PS C:\> Remove-IntersightIamEndPointUser -Moid 123bc2222287wee - Get-IntersightIamEndPointUser + Get-IntersightIamEndPointUserPolicy - New-IntersightIamEndPointUser + New-IntersightIamEndPointUserPolicy - Set-IntersightIamEndPointUser + Set-IntersightIamEndPointUserPolicy @@ -1704437,19 +1706664,19 @@ PS C:\> Remove-IntersightIamEndPointUser -Moid 123bc2222287wee - Remove-IntersightIamEndPointUserPolicy + Remove-IntersightIamEndPointUserRole Remove - IntersightIamEndPointUserPolicy + IntersightIamEndPointUserRole - Remove the IamEndPointUserPolicy + Remove the IamEndPointUserRole - Delete a 'IamEndPointUserPolicy' resource. + Delete a 'IamEndPointUserRole' resource. - Remove-IntersightIamEndPointUserPolicy + Remove-IntersightIamEndPointUserRole Json @@ -1704477,7 +1706704,7 @@ PS C:\> Remove-IntersightIamEndPointUser -Moid 123bc2222287wee - Remove-IntersightIamEndPointUserPolicy + Remove-IntersightIamEndPointUserRole Moid @@ -1704560,12 +1706787,12 @@ PS C:\> Remove-IntersightIamEndPointUser -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamEndPointUserPolicy to delete -PS C:\> $IamEndPointUserPolicy = Remove-IntersightIamEndPointUserPolicy -Name IamEndPointUserPolicyName -PS C:\> $IamEndPointUserPolicy | Remove-IntersightIamEndPointUserPolicy +#Get the IamEndPointUserRole to delete +PS C:\> $IamEndPointUserRole = Remove-IntersightIamEndPointUserRole -Name IamEndPointUserRoleName +PS C:\> $IamEndPointUserRole | Remove-IntersightIamEndPointUserRole #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamEndPointUserPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamEndPointUserRole -Moid 123bc2222287wee @@ -1704578,15 +1706805,15 @@ PS C:\> Remove-IntersightIamEndPointUserPolicy -Moid 123bc2222287wee - Get-IntersightIamEndPointUserPolicy + Get-IntersightIamEndPointUserRole - New-IntersightIamEndPointUserPolicy + New-IntersightIamEndPointUserRole - Set-IntersightIamEndPointUserPolicy + Set-IntersightIamEndPointUserRole @@ -1704594,19 +1706821,19 @@ PS C:\> Remove-IntersightIamEndPointUserPolicy -Moid 123bc2222287wee - Remove-IntersightIamEndPointUserRole + Remove-IntersightIamIdp Remove - IntersightIamEndPointUserRole + IntersightIamIdp - Remove the IamEndPointUserRole + Remove the IamIdp - Delete a 'IamEndPointUserRole' resource. + Delete a 'IamIdp' resource. - Remove-IntersightIamEndPointUserRole + Remove-IntersightIamIdp Json @@ -1704634,7 +1706861,7 @@ PS C:\> Remove-IntersightIamEndPointUserPolicy -Moid 123bc2222287wee - Remove-IntersightIamEndPointUserRole + Remove-IntersightIamIdp Moid @@ -1704717,12 +1706944,12 @@ PS C:\> Remove-IntersightIamEndPointUserPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamEndPointUserRole to delete -PS C:\> $IamEndPointUserRole = Remove-IntersightIamEndPointUserRole -Name IamEndPointUserRoleName -PS C:\> $IamEndPointUserRole | Remove-IntersightIamEndPointUserRole +#Get the IamIdp to delete +PS C:\> $IamIdp = Remove-IntersightIamIdp -Name IamIdpName +PS C:\> $IamIdp | Remove-IntersightIamIdp #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamEndPointUserRole -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamIdp -Moid 123bc2222287wee @@ -1704735,15 +1706962,15 @@ PS C:\> Remove-IntersightIamEndPointUserRole -Moid 123bc2222287wee - Get-IntersightIamEndPointUserRole + Get-IntersightIamIdp - New-IntersightIamEndPointUserRole + New-IntersightIamIdp - Set-IntersightIamEndPointUserRole + Set-IntersightIamIdp @@ -1704751,19 +1706978,19 @@ PS C:\> Remove-IntersightIamEndPointUserRole -Moid 123bc2222287wee - Remove-IntersightIamIdp + Remove-IntersightIamIpAddress Remove - IntersightIamIdp + IntersightIamIpAddress - Remove the IamIdp + Remove the IamIpAddress - Delete a 'IamIdp' resource. + Delete a 'IamIpAddress' resource. - Remove-IntersightIamIdp + Remove-IntersightIamIpAddress Json @@ -1704791,7 +1707018,7 @@ PS C:\> Remove-IntersightIamEndPointUserRole -Moid 123bc2222287wee - Remove-IntersightIamIdp + Remove-IntersightIamIpAddress Moid @@ -1704874,12 +1707101,12 @@ PS C:\> Remove-IntersightIamEndPointUserRole -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamIdp to delete -PS C:\> $IamIdp = Remove-IntersightIamIdp -Name IamIdpName -PS C:\> $IamIdp | Remove-IntersightIamIdp +#Get the IamIpAddress to delete +PS C:\> $IamIpAddress = Remove-IntersightIamIpAddress -Name IamIpAddressName +PS C:\> $IamIpAddress | Remove-IntersightIamIpAddress #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamIdp -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamIpAddress -Moid 123bc2222287wee @@ -1704892,15 +1707119,15 @@ PS C:\> Remove-IntersightIamIdp -Moid 123bc2222287wee - Get-IntersightIamIdp + Get-IntersightIamIpAddress - New-IntersightIamIdp + New-IntersightIamIpAddress - Set-IntersightIamIdp + Set-IntersightIamIpAddress @@ -1704908,19 +1707135,19 @@ PS C:\> Remove-IntersightIamIdp -Moid 123bc2222287wee - Remove-IntersightIamIpAddress + Remove-IntersightIamLdapGroup Remove - IntersightIamIpAddress + IntersightIamLdapGroup - Remove the IamIpAddress + Remove the IamLdapGroup - Delete a 'IamIpAddress' resource. + Delete a 'IamLdapGroup' resource. - Remove-IntersightIamIpAddress + Remove-IntersightIamLdapGroup Json @@ -1704948,7 +1707175,7 @@ PS C:\> Remove-IntersightIamIdp -Moid 123bc2222287wee - Remove-IntersightIamIpAddress + Remove-IntersightIamLdapGroup Moid @@ -1705031,12 +1707258,12 @@ PS C:\> Remove-IntersightIamIdp -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamIpAddress to delete -PS C:\> $IamIpAddress = Remove-IntersightIamIpAddress -Name IamIpAddressName -PS C:\> $IamIpAddress | Remove-IntersightIamIpAddress +#Get the IamLdapGroup to delete +PS C:\> $IamLdapGroup = Remove-IntersightIamLdapGroup -Name IamLdapGroupName +PS C:\> $IamLdapGroup | Remove-IntersightIamLdapGroup #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamIpAddress -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamLdapGroup -Moid 123bc2222287wee @@ -1705049,15 +1707276,15 @@ PS C:\> Remove-IntersightIamIpAddress -Moid 123bc2222287wee - Get-IntersightIamIpAddress + Get-IntersightIamLdapGroup - New-IntersightIamIpAddress + New-IntersightIamLdapGroup - Set-IntersightIamIpAddress + Set-IntersightIamLdapGroup @@ -1705065,19 +1707292,19 @@ PS C:\> Remove-IntersightIamIpAddress -Moid 123bc2222287wee - Remove-IntersightIamLdapGroup + Remove-IntersightIamLdapPolicy Remove - IntersightIamLdapGroup + IntersightIamLdapPolicy - Remove the IamLdapGroup + Remove the IamLdapPolicy - Delete a 'IamLdapGroup' resource. + Delete a 'IamLdapPolicy' resource. - Remove-IntersightIamLdapGroup + Remove-IntersightIamLdapPolicy Json @@ -1705105,7 +1707332,7 @@ PS C:\> Remove-IntersightIamIpAddress -Moid 123bc2222287wee - Remove-IntersightIamLdapGroup + Remove-IntersightIamLdapPolicy Moid @@ -1705188,12 +1707415,12 @@ PS C:\> Remove-IntersightIamIpAddress -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamLdapGroup to delete -PS C:\> $IamLdapGroup = Remove-IntersightIamLdapGroup -Name IamLdapGroupName -PS C:\> $IamLdapGroup | Remove-IntersightIamLdapGroup +#Get the IamLdapPolicy to delete +PS C:\> $IamLdapPolicy = Remove-IntersightIamLdapPolicy -Name IamLdapPolicyName +PS C:\> $IamLdapPolicy | Remove-IntersightIamLdapPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamLdapGroup -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamLdapPolicy -Moid 123bc2222287wee @@ -1705206,15 +1707433,15 @@ PS C:\> Remove-IntersightIamLdapGroup -Moid 123bc2222287wee - Get-IntersightIamLdapGroup + Get-IntersightIamLdapPolicy - New-IntersightIamLdapGroup + New-IntersightIamLdapPolicy - Set-IntersightIamLdapGroup + Set-IntersightIamLdapPolicy @@ -1705222,19 +1707449,19 @@ PS C:\> Remove-IntersightIamLdapGroup -Moid 123bc2222287wee - Remove-IntersightIamLdapPolicy + Remove-IntersightIamLdapProvider Remove - IntersightIamLdapPolicy + IntersightIamLdapProvider - Remove the IamLdapPolicy + Remove the IamLdapProvider - Delete a 'IamLdapPolicy' resource. + Delete a 'IamLdapProvider' resource. - Remove-IntersightIamLdapPolicy + Remove-IntersightIamLdapProvider Json @@ -1705262,7 +1707489,7 @@ PS C:\> Remove-IntersightIamLdapGroup -Moid 123bc2222287wee - Remove-IntersightIamLdapPolicy + Remove-IntersightIamLdapProvider Moid @@ -1705345,12 +1707572,12 @@ PS C:\> Remove-IntersightIamLdapGroup -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamLdapPolicy to delete -PS C:\> $IamLdapPolicy = Remove-IntersightIamLdapPolicy -Name IamLdapPolicyName -PS C:\> $IamLdapPolicy | Remove-IntersightIamLdapPolicy +#Get the IamLdapProvider to delete +PS C:\> $IamLdapProvider = Remove-IntersightIamLdapProvider -Name IamLdapProviderName +PS C:\> $IamLdapProvider | Remove-IntersightIamLdapProvider #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamLdapPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamLdapProvider -Moid 123bc2222287wee @@ -1705363,15 +1707590,15 @@ PS C:\> Remove-IntersightIamLdapPolicy -Moid 123bc2222287wee - Get-IntersightIamLdapPolicy + Get-IntersightIamLdapProvider - New-IntersightIamLdapPolicy + New-IntersightIamLdapProvider - Set-IntersightIamLdapPolicy + Set-IntersightIamLdapProvider @@ -1705379,19 +1707606,19 @@ PS C:\> Remove-IntersightIamLdapPolicy -Moid 123bc2222287wee - Remove-IntersightIamLdapProvider + Remove-IntersightIamOAuthToken Remove - IntersightIamLdapProvider + IntersightIamOAuthToken - Remove the IamLdapProvider + Remove the IamOAuthToken - Delete a 'IamLdapProvider' resource. + Delete a 'IamOAuthToken' resource. - Remove-IntersightIamLdapProvider + Remove-IntersightIamOAuthToken Json @@ -1705419,7 +1707646,7 @@ PS C:\> Remove-IntersightIamLdapPolicy -Moid 123bc2222287wee - Remove-IntersightIamLdapProvider + Remove-IntersightIamOAuthToken Moid @@ -1705502,12 +1707729,12 @@ PS C:\> Remove-IntersightIamLdapPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamLdapProvider to delete -PS C:\> $IamLdapProvider = Remove-IntersightIamLdapProvider -Name IamLdapProviderName -PS C:\> $IamLdapProvider | Remove-IntersightIamLdapProvider +#Get the IamOAuthToken to delete +PS C:\> $IamOAuthToken = Remove-IntersightIamOAuthToken -Name IamOAuthTokenName +PS C:\> $IamOAuthToken | Remove-IntersightIamOAuthToken #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamLdapProvider -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamOAuthToken -Moid 123bc2222287wee @@ -1705520,15 +1707747,164 @@ PS C:\> Remove-IntersightIamLdapProvider -Moid 123bc2222287wee - Get-IntersightIamLdapProvider + Get-IntersightIamOAuthToken + + + + + + + + Remove-IntersightIamPermission + Remove + IntersightIamPermission + + Remove the IamPermission + + + + Delete a 'IamPermission' resource. + + + + Remove-IntersightIamPermission + + Json + + + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + + + SwitchParameter + + SwitchParameter + + + None + + + + + Remove-IntersightIamPermission + + Moid + + + + string + + string + + + None + + + + + + + Moid + + The Moid of the referenced REST resource. + + string + + string + + + None + + + Json + + Returns the json payload received in response. + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + Returns the HTTP response with headers and content. + + SwitchParameter + + SwitchParameter + + + None + + + + + + + + + + + + + + + + System.Object + + + + + + + + + + + + + + -------------------------- Example(s) -------------------------- + +#Get the IamPermission to delete +PS C:\> $IamPermission = Remove-IntersightIamPermission -Name IamPermissionName +PS C:\> $IamPermission | Remove-IntersightIamPermission + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightIamPermission -Moid 123bc2222287wee + + + + + + + + + https://www.intersight.com/apidocs/downloads - New-IntersightIamLdapProvider + Get-IntersightIamPermission - Set-IntersightIamLdapProvider + New-IntersightIamPermission + + + + Set-IntersightIamPermission @@ -1705536,19 +1707912,19 @@ PS C:\> Remove-IntersightIamLdapProvider -Moid 123bc2222287wee - Remove-IntersightIamOAuthToken + Remove-IntersightIamPrivateKeySpec Remove - IntersightIamOAuthToken + IntersightIamPrivateKeySpec - Remove the IamOAuthToken + Remove the IamPrivateKeySpec - Delete a 'IamOAuthToken' resource. + Delete a 'IamPrivateKeySpec' resource. - Remove-IntersightIamOAuthToken + Remove-IntersightIamPrivateKeySpec Json @@ -1705576,7 +1707952,7 @@ PS C:\> Remove-IntersightIamLdapProvider -Moid 123bc2222287wee - Remove-IntersightIamOAuthToken + Remove-IntersightIamPrivateKeySpec Moid @@ -1705659,12 +1708035,12 @@ PS C:\> Remove-IntersightIamLdapProvider -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamOAuthToken to delete -PS C:\> $IamOAuthToken = Remove-IntersightIamOAuthToken -Name IamOAuthTokenName -PS C:\> $IamOAuthToken | Remove-IntersightIamOAuthToken +#Get the IamPrivateKeySpec to delete +PS C:\> $IamPrivateKeySpec = Remove-IntersightIamPrivateKeySpec -Name IamPrivateKeySpecName +PS C:\> $IamPrivateKeySpec | Remove-IntersightIamPrivateKeySpec #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamOAuthToken -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamPrivateKeySpec -Moid 123bc2222287wee @@ -1705677,7 +1708053,15 @@ PS C:\> Remove-IntersightIamOAuthToken -Moid 123bc2222287wee - Get-IntersightIamOAuthToken + Get-IntersightIamPrivateKeySpec + + + + New-IntersightIamPrivateKeySpec + + + + Set-IntersightIamPrivateKeySpec @@ -1705685,19 +1708069,19 @@ PS C:\> Remove-IntersightIamOAuthToken -Moid 123bc2222287wee - Remove-IntersightIamPermission + Remove-IntersightIamQualifier Remove - IntersightIamPermission + IntersightIamQualifier - Remove the IamPermission + Remove the IamQualifier - Delete a 'IamPermission' resource. + Delete a 'IamQualifier' resource. - Remove-IntersightIamPermission + Remove-IntersightIamQualifier Json @@ -1705725,7 +1708109,7 @@ PS C:\> Remove-IntersightIamOAuthToken -Moid 123bc2222287wee - Remove-IntersightIamPermission + Remove-IntersightIamQualifier Moid @@ -1705808,12 +1708192,12 @@ PS C:\> Remove-IntersightIamOAuthToken -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamPermission to delete -PS C:\> $IamPermission = Remove-IntersightIamPermission -Name IamPermissionName -PS C:\> $IamPermission | Remove-IntersightIamPermission +#Get the IamQualifier to delete +PS C:\> $IamQualifier = Remove-IntersightIamQualifier -Name IamQualifierName +PS C:\> $IamQualifier | Remove-IntersightIamQualifier #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamPermission -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamQualifier -Moid 123bc2222287wee @@ -1705826,15 +1708210,15 @@ PS C:\> Remove-IntersightIamPermission -Moid 123bc2222287wee - Get-IntersightIamPermission + Get-IntersightIamQualifier - New-IntersightIamPermission + New-IntersightIamQualifier - Set-IntersightIamPermission + Set-IntersightIamQualifier @@ -1705842,19 +1708226,19 @@ PS C:\> Remove-IntersightIamPermission -Moid 123bc2222287wee - Remove-IntersightIamPrivateKeySpec + Remove-IntersightIamResourceRoles Remove - IntersightIamPrivateKeySpec + IntersightIamResourceRoles - Remove the IamPrivateKeySpec + Remove the IamResourceRoles - Delete a 'IamPrivateKeySpec' resource. + Delete a 'IamResourceRoles' resource. - Remove-IntersightIamPrivateKeySpec + Remove-IntersightIamResourceRoles Json @@ -1705882,7 +1708266,7 @@ PS C:\> Remove-IntersightIamPermission -Moid 123bc2222287wee - Remove-IntersightIamPrivateKeySpec + Remove-IntersightIamResourceRoles Moid @@ -1705965,12 +1708349,12 @@ PS C:\> Remove-IntersightIamPermission -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamPrivateKeySpec to delete -PS C:\> $IamPrivateKeySpec = Remove-IntersightIamPrivateKeySpec -Name IamPrivateKeySpecName -PS C:\> $IamPrivateKeySpec | Remove-IntersightIamPrivateKeySpec +#Get the IamResourceRoles to delete +PS C:\> $IamResourceRoles = Remove-IntersightIamResourceRoles -Name IamResourceRolesName +PS C:\> $IamResourceRoles | Remove-IntersightIamResourceRoles #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamPrivateKeySpec -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamResourceRoles -Moid 123bc2222287wee @@ -1705983,15 +1708367,15 @@ PS C:\> Remove-IntersightIamPrivateKeySpec -Moid 123bc2222287wee - Get-IntersightIamPrivateKeySpec + Get-IntersightIamResourceRoles - New-IntersightIamPrivateKeySpec + New-IntersightIamResourceRoles - Set-IntersightIamPrivateKeySpec + Set-IntersightIamResourceRoles @@ -1705999,19 +1708383,19 @@ PS C:\> Remove-IntersightIamPrivateKeySpec -Moid 123bc2222287wee - Remove-IntersightIamQualifier + Remove-IntersightIamSession Remove - IntersightIamQualifier + IntersightIamSession - Remove the IamQualifier + Remove the IamSession - Delete a 'IamQualifier' resource. + Delete a 'IamSession' resource. - Remove-IntersightIamQualifier + Remove-IntersightIamSession Json @@ -1706039,7 +1708423,7 @@ PS C:\> Remove-IntersightIamPrivateKeySpec -Moid 123bc2222287wee - Remove-IntersightIamQualifier + Remove-IntersightIamSession Moid @@ -1706122,12 +1708506,12 @@ PS C:\> Remove-IntersightIamPrivateKeySpec -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamQualifier to delete -PS C:\> $IamQualifier = Remove-IntersightIamQualifier -Name IamQualifierName -PS C:\> $IamQualifier | Remove-IntersightIamQualifier +#Get the IamSession to delete +PS C:\> $IamSession = Remove-IntersightIamSession -Name IamSessionName +PS C:\> $IamSession | Remove-IntersightIamSession #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamQualifier -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamSession -Moid 123bc2222287wee @@ -1706140,15 +1708524,7 @@ PS C:\> Remove-IntersightIamQualifier -Moid 123bc2222287wee - Get-IntersightIamQualifier - - - - New-IntersightIamQualifier - - - - Set-IntersightIamQualifier + Get-IntersightIamSession @@ -1706156,19 +1708532,19 @@ PS C:\> Remove-IntersightIamQualifier -Moid 123bc2222287wee - Remove-IntersightIamResourceRoles + Remove-IntersightIamSessionLimits Remove - IntersightIamResourceRoles + IntersightIamSessionLimits - Remove the IamResourceRoles + Remove the IamSessionLimits - Delete a 'IamResourceRoles' resource. + Delete a 'IamSessionLimits' resource. - Remove-IntersightIamResourceRoles + Remove-IntersightIamSessionLimits Json @@ -1706196,7 +1708572,7 @@ PS C:\> Remove-IntersightIamQualifier -Moid 123bc2222287wee - Remove-IntersightIamResourceRoles + Remove-IntersightIamSessionLimits Moid @@ -1706279,12 +1708655,12 @@ PS C:\> Remove-IntersightIamQualifier -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamResourceRoles to delete -PS C:\> $IamResourceRoles = Remove-IntersightIamResourceRoles -Name IamResourceRolesName -PS C:\> $IamResourceRoles | Remove-IntersightIamResourceRoles +#Get the IamSessionLimits to delete +PS C:\> $IamSessionLimits = Remove-IntersightIamSessionLimits -Name IamSessionLimitsName +PS C:\> $IamSessionLimits | Remove-IntersightIamSessionLimits #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamResourceRoles -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamSessionLimits -Moid 123bc2222287wee @@ -1706297,15 +1708673,15 @@ PS C:\> Remove-IntersightIamResourceRoles -Moid 123bc2222287wee - Get-IntersightIamResourceRoles + Get-IntersightIamSessionLimits - New-IntersightIamResourceRoles + New-IntersightIamSessionLimits - Set-IntersightIamResourceRoles + Set-IntersightIamSessionLimits @@ -1706313,19 +1708689,19 @@ PS C:\> Remove-IntersightIamResourceRoles -Moid 123bc2222287wee - Remove-IntersightIamSession + Remove-IntersightIamSharingRule Remove - IntersightIamSession + IntersightIamSharingRule - Remove the IamSession + Remove the IamSharingRule - Delete a 'IamSession' resource. + Delete a 'IamSharingRule' resource. - Remove-IntersightIamSession + Remove-IntersightIamSharingRule Json @@ -1706353,7 +1708729,7 @@ PS C:\> Remove-IntersightIamResourceRoles -Moid 123bc2222287wee - Remove-IntersightIamSession + Remove-IntersightIamSharingRule Moid @@ -1706432,21 +1708808,7 @@ PS C:\> Remove-IntersightIamResourceRoles -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the IamSession to delete -PS C:\> $IamSession = Remove-IntersightIamSession -Name IamSessionName -PS C:\> $IamSession | Remove-IntersightIamSession - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightIamSession -Moid 123bc2222287wee - - - - - + @@ -1706454,7 +1708816,11 @@ PS C:\> Remove-IntersightIamSession -Moid 123bc2222287wee - Get-IntersightIamSession + Get-IntersightIamSharingRule + + + + New-IntersightIamSharingRule @@ -1706462,19 +1708828,19 @@ PS C:\> Remove-IntersightIamSession -Moid 123bc2222287wee - Remove-IntersightIamSessionLimits + Remove-IntersightIamTrustPoint Remove - IntersightIamSessionLimits + IntersightIamTrustPoint - Remove the IamSessionLimits + Remove the IamTrustPoint - Delete a 'IamSessionLimits' resource. + Delete a 'IamTrustPoint' resource. - Remove-IntersightIamSessionLimits + Remove-IntersightIamTrustPoint Json @@ -1706502,7 +1708868,7 @@ PS C:\> Remove-IntersightIamSession -Moid 123bc2222287wee - Remove-IntersightIamSessionLimits + Remove-IntersightIamTrustPoint Moid @@ -1706585,12 +1708951,12 @@ PS C:\> Remove-IntersightIamSession -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamSessionLimits to delete -PS C:\> $IamSessionLimits = Remove-IntersightIamSessionLimits -Name IamSessionLimitsName -PS C:\> $IamSessionLimits | Remove-IntersightIamSessionLimits +#Get the IamTrustPoint to delete +PS C:\> $IamTrustPoint = Remove-IntersightIamTrustPoint -Name IamTrustPointName +PS C:\> $IamTrustPoint | Remove-IntersightIamTrustPoint #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamSessionLimits -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamTrustPoint -Moid 123bc2222287wee @@ -1706603,15 +1708969,11 @@ PS C:\> Remove-IntersightIamSessionLimits -Moid 123bc2222287wee - Get-IntersightIamSessionLimits - - - - New-IntersightIamSessionLimits + Get-IntersightIamTrustPoint - Set-IntersightIamSessionLimits + New-IntersightIamTrustPoint @@ -1706619,19 +1708981,19 @@ PS C:\> Remove-IntersightIamSessionLimits -Moid 123bc2222287wee - Remove-IntersightIamSharingRule + Remove-IntersightIamUser Remove - IntersightIamSharingRule + IntersightIamUser - Remove the IamSharingRule + Remove the IamUser - Delete a 'IamSharingRule' resource. + Delete a 'IamUser' resource. - Remove-IntersightIamSharingRule + Remove-IntersightIamUser Json @@ -1706659,7 +1709021,7 @@ PS C:\> Remove-IntersightIamSessionLimits -Moid 123bc2222287wee - Remove-IntersightIamSharingRule + Remove-IntersightIamUser Moid @@ -1706738,7 +1709100,21 @@ PS C:\> Remove-IntersightIamSessionLimits -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the IamUser to delete +PS C:\> $IamUser = Remove-IntersightIamUser -Name IamUserName +PS C:\> $IamUser | Remove-IntersightIamUser + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightIamUser -Moid 123bc2222287wee + + + + + @@ -1706746,11 +1709122,15 @@ PS C:\> Remove-IntersightIamSessionLimits -Moid 123bc2222287wee - Get-IntersightIamSharingRule + Get-IntersightIamUser - New-IntersightIamSharingRule + New-IntersightIamUser + + + + Set-IntersightIamUser @@ -1706758,19 +1709138,19 @@ PS C:\> Remove-IntersightIamSessionLimits -Moid 123bc2222287wee - Remove-IntersightIamTrustPoint + Remove-IntersightIamUserGroup Remove - IntersightIamTrustPoint + IntersightIamUserGroup - Remove the IamTrustPoint + Remove the IamUserGroup - Delete a 'IamTrustPoint' resource. + Delete a 'IamUserGroup' resource. - Remove-IntersightIamTrustPoint + Remove-IntersightIamUserGroup Json @@ -1706798,7 +1709178,7 @@ PS C:\> Remove-IntersightIamSessionLimits -Moid 123bc2222287wee - Remove-IntersightIamTrustPoint + Remove-IntersightIamUserGroup Moid @@ -1706881,12 +1709261,12 @@ PS C:\> Remove-IntersightIamSessionLimits -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamTrustPoint to delete -PS C:\> $IamTrustPoint = Remove-IntersightIamTrustPoint -Name IamTrustPointName -PS C:\> $IamTrustPoint | Remove-IntersightIamTrustPoint +#Get the IamUserGroup to delete +PS C:\> $IamUserGroup = Remove-IntersightIamUserGroup -Name IamUserGroupName +PS C:\> $IamUserGroup | Remove-IntersightIamUserGroup #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamTrustPoint -Moid 123bc2222287wee +PS C:\> Remove-IntersightIamUserGroup -Moid 123bc2222287wee @@ -1706899,11 +1709279,15 @@ PS C:\> Remove-IntersightIamTrustPoint -Moid 123bc2222287wee - Get-IntersightIamTrustPoint + Get-IntersightIamUserGroup - New-IntersightIamTrustPoint + New-IntersightIamUserGroup + + + + Set-IntersightIamUserGroup @@ -1706911,19 +1709295,19 @@ PS C:\> Remove-IntersightIamTrustPoint -Moid 123bc2222287wee - Remove-IntersightIamUser + Remove-IntersightIpmioverlanPolicy Remove - IntersightIamUser + IntersightIpmioverlanPolicy - Remove the IamUser + Remove the IpmioverlanPolicy - Delete a 'IamUser' resource. + Delete a 'IpmioverlanPolicy' resource. - Remove-IntersightIamUser + Remove-IntersightIpmioverlanPolicy Json @@ -1706951,7 +1709335,7 @@ PS C:\> Remove-IntersightIamTrustPoint -Moid 123bc2222287wee - Remove-IntersightIamUser + Remove-IntersightIpmioverlanPolicy Moid @@ -1707034,12 +1709418,12 @@ PS C:\> Remove-IntersightIamTrustPoint -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamUser to delete -PS C:\> $IamUser = Remove-IntersightIamUser -Name IamUserName -PS C:\> $IamUser | Remove-IntersightIamUser +#Get the IpmioverlanPolicy to delete +PS C:\> $IpmioverlanPolicy = Remove-IntersightIpmioverlanPolicy -Name IpmioverlanPolicyName +PS C:\> $IpmioverlanPolicy | Remove-IntersightIpmioverlanPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamUser -Moid 123bc2222287wee +PS C:\> Remove-IntersightIpmioverlanPolicy -Moid 123bc2222287wee @@ -1707052,15 +1709436,15 @@ PS C:\> Remove-IntersightIamUser -Moid 123bc2222287wee - Get-IntersightIamUser + Get-IntersightIpmioverlanPolicy - New-IntersightIamUser + New-IntersightIpmioverlanPolicy - Set-IntersightIamUser + Set-IntersightIpmioverlanPolicy @@ -1707068,19 +1709452,19 @@ PS C:\> Remove-IntersightIamUser -Moid 123bc2222287wee - Remove-IntersightIamUserGroup + Remove-IntersightIppoolIpLease Remove - IntersightIamUserGroup + IntersightIppoolIpLease - Remove the IamUserGroup + Remove the IppoolIpLease - Delete a 'IamUserGroup' resource. + Delete a 'IppoolIpLease' resource. - Remove-IntersightIamUserGroup + Remove-IntersightIppoolIpLease Json @@ -1707108,7 +1709492,7 @@ PS C:\> Remove-IntersightIamUser -Moid 123bc2222287wee - Remove-IntersightIamUserGroup + Remove-IntersightIppoolIpLease Moid @@ -1707191,12 +1709575,12 @@ PS C:\> Remove-IntersightIamUser -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IamUserGroup to delete -PS C:\> $IamUserGroup = Remove-IntersightIamUserGroup -Name IamUserGroupName -PS C:\> $IamUserGroup | Remove-IntersightIamUserGroup +#Get the IppoolIpLease to delete +PS C:\> $IppoolIpLease = Remove-IntersightIppoolIpLease -Name IppoolIpLeaseName +PS C:\> $IppoolIpLease | Remove-IntersightIppoolIpLease #Remove the server profile by Moid. -PS C:\> Remove-IntersightIamUserGroup -Moid 123bc2222287wee +PS C:\> Remove-IntersightIppoolIpLease -Moid 123bc2222287wee @@ -1707209,15 +1709593,7 @@ PS C:\> Remove-IntersightIamUserGroup -Moid 123bc2222287wee - Get-IntersightIamUserGroup - - - - New-IntersightIamUserGroup - - - - Set-IntersightIamUserGroup + Get-IntersightIppoolIpLease @@ -1707225,19 +1709601,19 @@ PS C:\> Remove-IntersightIamUserGroup -Moid 123bc2222287wee - Remove-IntersightIpmioverlanPolicy + Remove-IntersightIppoolPool Remove - IntersightIpmioverlanPolicy + IntersightIppoolPool - Remove the IpmioverlanPolicy + Remove the IppoolPool - Delete a 'IpmioverlanPolicy' resource. + Delete a 'IppoolPool' resource. - Remove-IntersightIpmioverlanPolicy + Remove-IntersightIppoolPool Json @@ -1707265,7 +1709641,7 @@ PS C:\> Remove-IntersightIamUserGroup -Moid 123bc2222287wee - Remove-IntersightIpmioverlanPolicy + Remove-IntersightIppoolPool Moid @@ -1707348,12 +1709724,12 @@ PS C:\> Remove-IntersightIamUserGroup -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IpmioverlanPolicy to delete -PS C:\> $IpmioverlanPolicy = Remove-IntersightIpmioverlanPolicy -Name IpmioverlanPolicyName -PS C:\> $IpmioverlanPolicy | Remove-IntersightIpmioverlanPolicy +#Get the IppoolPool to delete +PS C:\> $IppoolPool = Remove-IntersightIppoolPool -Name IppoolPoolName +PS C:\> $IppoolPool | Remove-IntersightIppoolPool #Remove the server profile by Moid. -PS C:\> Remove-IntersightIpmioverlanPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightIppoolPool -Moid 123bc2222287wee @@ -1707366,15 +1709742,15 @@ PS C:\> Remove-IntersightIpmioverlanPolicy -Moid 123bc2222287wee - Get-IntersightIpmioverlanPolicy + Get-IntersightIppoolPool - New-IntersightIpmioverlanPolicy + New-IntersightIppoolPool - Set-IntersightIpmioverlanPolicy + Set-IntersightIppoolPool @@ -1707382,19 +1709758,19 @@ PS C:\> Remove-IntersightIpmioverlanPolicy -Moid 123bc2222287wee - Remove-IntersightIppoolIpLease + Remove-IntersightIppoolReservation Remove - IntersightIppoolIpLease + IntersightIppoolReservation - Remove the IppoolIpLease + Remove the IppoolReservation - Delete a 'IppoolIpLease' resource. + Delete a 'IppoolReservation' resource. - Remove-IntersightIppoolIpLease + Remove-IntersightIppoolReservation Json @@ -1707422,7 +1709798,7 @@ PS C:\> Remove-IntersightIpmioverlanPolicy -Moid 123bc2222287wee - Remove-IntersightIppoolIpLease + Remove-IntersightIppoolReservation Moid @@ -1707501,21 +1709877,7 @@ PS C:\> Remove-IntersightIpmioverlanPolicy -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the IppoolIpLease to delete -PS C:\> $IppoolIpLease = Remove-IntersightIppoolIpLease -Name IppoolIpLeaseName -PS C:\> $IppoolIpLease | Remove-IntersightIppoolIpLease - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightIppoolIpLease -Moid 123bc2222287wee - - - - - + @@ -1707523,7 +1709885,11 @@ PS C:\> Remove-IntersightIppoolIpLease -Moid 123bc2222287wee - Get-IntersightIppoolIpLease + Get-IntersightIppoolReservation + + + + New-IntersightIppoolReservation @@ -1707531,19 +1709897,19 @@ PS C:\> Remove-IntersightIppoolIpLease -Moid 123bc2222287wee - Remove-IntersightIppoolPool + Remove-IntersightIqnpoolLease Remove - IntersightIppoolPool + IntersightIqnpoolLease - Remove the IppoolPool + Remove the IqnpoolLease - Delete a 'IppoolPool' resource. + Delete a 'IqnpoolLease' resource. - Remove-IntersightIppoolPool + Remove-IntersightIqnpoolLease Json @@ -1707571,7 +1709937,7 @@ PS C:\> Remove-IntersightIppoolIpLease -Moid 123bc2222287wee - Remove-IntersightIppoolPool + Remove-IntersightIqnpoolLease Moid @@ -1707654,12 +1710020,12 @@ PS C:\> Remove-IntersightIppoolIpLease -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IppoolPool to delete -PS C:\> $IppoolPool = Remove-IntersightIppoolPool -Name IppoolPoolName -PS C:\> $IppoolPool | Remove-IntersightIppoolPool +#Get the IqnpoolLease to delete +PS C:\> $IqnpoolLease = Remove-IntersightIqnpoolLease -Name IqnpoolLeaseName +PS C:\> $IqnpoolLease | Remove-IntersightIqnpoolLease #Remove the server profile by Moid. -PS C:\> Remove-IntersightIppoolPool -Moid 123bc2222287wee +PS C:\> Remove-IntersightIqnpoolLease -Moid 123bc2222287wee @@ -1707672,154 +1710038,7 @@ PS C:\> Remove-IntersightIppoolPool -Moid 123bc2222287wee - Get-IntersightIppoolPool - - - - New-IntersightIppoolPool - - - - Set-IntersightIppoolPool - - - - - - - - Remove-IntersightIppoolReservation - Remove - IntersightIppoolReservation - - Remove the IppoolReservation - - - - Delete a 'IppoolReservation' resource. - - - - Remove-IntersightIppoolReservation - - Json - - - - SwitchParameter - - SwitchParameter - - - None - - - WithHttpInfo - - - - SwitchParameter - - SwitchParameter - - - None - - - - - Remove-IntersightIppoolReservation - - Moid - - - - string - - string - - - None - - - - - - - Moid - - The Moid of the referenced REST resource. - - string - - string - - - None - - - Json - - Returns the json payload received in response. - - SwitchParameter - - SwitchParameter - - - None - - - WithHttpInfo - - Returns the HTTP response with headers and content. - - SwitchParameter - - SwitchParameter - - - None - - - - - - - - - - - - - - - - System.Object - - - - - - - - - - - - - - - - https://www.intersight.com/apidocs/downloads - - - - Get-IntersightIppoolReservation - - - - New-IntersightIppoolReservation + Get-IntersightIqnpoolLease @@ -1707827,19 +1710046,19 @@ PS C:\> Remove-IntersightIppoolPool -Moid 123bc2222287wee - Remove-IntersightIqnpoolLease + Remove-IntersightIqnpoolPool Remove - IntersightIqnpoolLease + IntersightIqnpoolPool - Remove the IqnpoolLease + Remove the IqnpoolPool - Delete a 'IqnpoolLease' resource. + Delete a 'IqnpoolPool' resource. - Remove-IntersightIqnpoolLease + Remove-IntersightIqnpoolPool Json @@ -1707867,7 +1710086,7 @@ PS C:\> Remove-IntersightIppoolPool -Moid 123bc2222287wee - Remove-IntersightIqnpoolLease + Remove-IntersightIqnpoolPool Moid @@ -1707950,12 +1710169,12 @@ PS C:\> Remove-IntersightIppoolPool -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the IqnpoolLease to delete -PS C:\> $IqnpoolLease = Remove-IntersightIqnpoolLease -Name IqnpoolLeaseName -PS C:\> $IqnpoolLease | Remove-IntersightIqnpoolLease +#Get the IqnpoolPool to delete +PS C:\> $IqnpoolPool = Remove-IntersightIqnpoolPool -Name IqnpoolPoolName +PS C:\> $IqnpoolPool | Remove-IntersightIqnpoolPool #Remove the server profile by Moid. -PS C:\> Remove-IntersightIqnpoolLease -Moid 123bc2222287wee +PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee @@ -1707968,7 +1710187,15 @@ PS C:\> Remove-IntersightIqnpoolLease -Moid 123bc2222287wee - Get-IntersightIqnpoolLease + Get-IntersightIqnpoolPool + + + + New-IntersightIqnpoolPool + + + + Set-IntersightIqnpoolPool @@ -1707976,19 +1710203,19 @@ PS C:\> Remove-IntersightIqnpoolLease -Moid 123bc2222287wee - Remove-IntersightIqnpoolPool + Remove-IntersightIqnpoolReservation Remove - IntersightIqnpoolPool + IntersightIqnpoolReservation - Remove the IqnpoolPool + Remove the IqnpoolReservation - Delete a 'IqnpoolPool' resource. + Delete a 'IqnpoolReservation' resource. - Remove-IntersightIqnpoolPool + Remove-IntersightIqnpoolReservation Json @@ -1708016,7 +1710243,7 @@ PS C:\> Remove-IntersightIqnpoolLease -Moid 123bc2222287wee - Remove-IntersightIqnpoolPool + Remove-IntersightIqnpoolReservation Moid @@ -1708095,21 +1710322,7 @@ PS C:\> Remove-IntersightIqnpoolLease -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the IqnpoolPool to delete -PS C:\> $IqnpoolPool = Remove-IntersightIqnpoolPool -Name IqnpoolPoolName -PS C:\> $IqnpoolPool | Remove-IntersightIqnpoolPool - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - - - - - + @@ -1708117,15 +1710330,11 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Get-IntersightIqnpoolPool - - - - New-IntersightIqnpoolPool + Get-IntersightIqnpoolReservation - Set-IntersightIqnpoolPool + New-IntersightIqnpoolReservation @@ -1708133,19 +1710342,19 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Remove-IntersightIqnpoolReservation + Remove-IntersightIwotenantMaintenanceNotification Remove - IntersightIqnpoolReservation + IntersightIwotenantMaintenanceNotification - Remove the IqnpoolReservation + Remove the IwotenantMaintenanceNotification - Delete a 'IqnpoolReservation' resource. + Delete a 'IwotenantMaintenanceNotification' resource. - Remove-IntersightIqnpoolReservation + Remove-IntersightIwotenantMaintenanceNotification Json @@ -1708173,7 +1710382,7 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Remove-IntersightIqnpoolReservation + Remove-IntersightIwotenantMaintenanceNotification Moid @@ -1708260,11 +1710469,11 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Get-IntersightIqnpoolReservation + Get-IntersightIwotenantMaintenanceNotification - New-IntersightIqnpoolReservation + New-IntersightIwotenantMaintenanceNotification @@ -1708272,19 +1710481,19 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Remove-IntersightIwotenantMaintenanceNotification + Remove-IntersightIwotenantMigrate Remove - IntersightIwotenantMaintenanceNotification + IntersightIwotenantMigrate - Remove the IwotenantMaintenanceNotification + Remove the IwotenantMigrate - Delete a 'IwotenantMaintenanceNotification' resource. + Delete a 'IwotenantMigrate' resource. - Remove-IntersightIwotenantMaintenanceNotification + Remove-IntersightIwotenantMigrate Json @@ -1708312,7 +1710521,7 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Remove-IntersightIwotenantMaintenanceNotification + Remove-IntersightIwotenantMigrate Moid @@ -1708399,11 +1710608,15 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Get-IntersightIwotenantMaintenanceNotification + Get-IntersightIwotenantMigrate - New-IntersightIwotenantMaintenanceNotification + New-IntersightIwotenantMigrate + + + + Set-IntersightIwotenantMigrate @@ -1708411,19 +1710624,19 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Remove-IntersightIwotenantMigrate + Remove-IntersightIwotenantTenantCustomization Remove - IntersightIwotenantMigrate + IntersightIwotenantTenantCustomization - Remove the IwotenantMigrate + Remove the IwotenantTenantCustomization - Delete a 'IwotenantMigrate' resource. + Delete a 'IwotenantTenantCustomization' resource. - Remove-IntersightIwotenantMigrate + Remove-IntersightIwotenantTenantCustomization Json @@ -1708451,7 +1710664,7 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Remove-IntersightIwotenantMigrate + Remove-IntersightIwotenantTenantCustomization Moid @@ -1708538,15 +1710751,15 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Get-IntersightIwotenantMigrate + Get-IntersightIwotenantTenantCustomization - New-IntersightIwotenantMigrate + New-IntersightIwotenantTenantCustomization - Set-IntersightIwotenantMigrate + Set-IntersightIwotenantTenantCustomization @@ -1708554,19 +1710767,19 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Remove-IntersightIwotenantTenantCustomization + Remove-IntersightKubernetesAciCniApic Remove - IntersightIwotenantTenantCustomization + IntersightKubernetesAciCniApic - Remove the IwotenantTenantCustomization + Remove the KubernetesAciCniApic - Delete a 'IwotenantTenantCustomization' resource. + Delete a 'KubernetesAciCniApic' resource. - Remove-IntersightIwotenantTenantCustomization + Remove-IntersightKubernetesAciCniApic Json @@ -1708594,7 +1710807,7 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Remove-IntersightIwotenantTenantCustomization + Remove-IntersightKubernetesAciCniApic Moid @@ -1708673,7 +1710886,21 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the KubernetesAciCniApic to delete +PS C:\> $KubernetesAciCniApic = Remove-IntersightKubernetesAciCniApic -Name KubernetesAciCniApicName +PS C:\> $KubernetesAciCniApic | Remove-IntersightKubernetesAciCniApic + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightKubernetesAciCniApic -Moid 123bc2222287wee + + + + + @@ -1708681,15 +1710908,15 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Get-IntersightIwotenantTenantCustomization + Get-IntersightKubernetesAciCniApic - New-IntersightIwotenantTenantCustomization + New-IntersightKubernetesAciCniApic - Set-IntersightIwotenantTenantCustomization + Set-IntersightKubernetesAciCniApic @@ -1708697,19 +1710924,19 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Remove-IntersightKubernetesAciCniApic + Remove-IntersightKubernetesAciCniProfile Remove - IntersightKubernetesAciCniApic + IntersightKubernetesAciCniProfile - Remove the KubernetesAciCniApic + Remove the KubernetesAciCniProfile - Delete a 'KubernetesAciCniApic' resource. + Delete a 'KubernetesAciCniProfile' resource. - Remove-IntersightKubernetesAciCniApic + Remove-IntersightKubernetesAciCniProfile Json @@ -1708737,7 +1710964,7 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee - Remove-IntersightKubernetesAciCniApic + Remove-IntersightKubernetesAciCniProfile Moid @@ -1708820,12 +1711047,12 @@ PS C:\> Remove-IntersightIqnpoolPool -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesAciCniApic to delete -PS C:\> $KubernetesAciCniApic = Remove-IntersightKubernetesAciCniApic -Name KubernetesAciCniApicName -PS C:\> $KubernetesAciCniApic | Remove-IntersightKubernetesAciCniApic +#Get the KubernetesAciCniProfile to delete +PS C:\> $KubernetesAciCniProfile = Remove-IntersightKubernetesAciCniProfile -Name KubernetesAciCniProfileName +PS C:\> $KubernetesAciCniProfile | Remove-IntersightKubernetesAciCniProfile #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesAciCniApic -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesAciCniProfile -Moid 123bc2222287wee @@ -1708838,15 +1711065,15 @@ PS C:\> Remove-IntersightKubernetesAciCniApic -Moid 123bc2222287wee - Get-IntersightKubernetesAciCniApic + Get-IntersightKubernetesAciCniProfile - New-IntersightKubernetesAciCniApic + New-IntersightKubernetesAciCniProfile - Set-IntersightKubernetesAciCniApic + Set-IntersightKubernetesAciCniProfile @@ -1708854,19 +1711081,19 @@ PS C:\> Remove-IntersightKubernetesAciCniApic -Moid 123bc2222287wee - Remove-IntersightKubernetesAciCniProfile + Remove-IntersightKubernetesAciCniTenantClusterAllocation Remove - IntersightKubernetesAciCniProfile + IntersightKubernetesAciCniTenantClusterAllocation - Remove the KubernetesAciCniProfile + Remove the KubernetesAciCniTenantClusterAllocation - Delete a 'KubernetesAciCniProfile' resource. + Delete a 'KubernetesAciCniTenantClusterAllocation' resource. - Remove-IntersightKubernetesAciCniProfile + Remove-IntersightKubernetesAciCniTenantClusterAllocation Json @@ -1708894,7 +1711121,7 @@ PS C:\> Remove-IntersightKubernetesAciCniApic -Moid 123bc2222287wee - Remove-IntersightKubernetesAciCniProfile + Remove-IntersightKubernetesAciCniTenantClusterAllocation Moid @@ -1708977,12 +1711204,12 @@ PS C:\> Remove-IntersightKubernetesAciCniApic -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesAciCniProfile to delete -PS C:\> $KubernetesAciCniProfile = Remove-IntersightKubernetesAciCniProfile -Name KubernetesAciCniProfileName -PS C:\> $KubernetesAciCniProfile | Remove-IntersightKubernetesAciCniProfile +#Get the KubernetesAciCniTenantClusterAllocation to delete +PS C:\> $KubernetesAciCniTenantClusterAllocation = Remove-IntersightKubernetesAciCniTenantClusterAllocation -Name KubernetesAciCniTenantClusterAllocationName +PS C:\> $KubernetesAciCniTenantClusterAllocation | Remove-IntersightKubernetesAciCniTenantClusterAllocation #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesAciCniProfile -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesAciCniTenantClusterAllocation -Moid 123bc2222287wee @@ -1708995,15 +1711222,15 @@ PS C:\> Remove-IntersightKubernetesAciCniProfile -Moid 123bc2222287wee - Get-IntersightKubernetesAciCniProfile + Get-IntersightKubernetesAciCniTenantClusterAllocation - New-IntersightKubernetesAciCniProfile + New-IntersightKubernetesAciCniTenantClusterAllocation - Set-IntersightKubernetesAciCniProfile + Set-IntersightKubernetesAciCniTenantClusterAllocation @@ -1709011,19 +1711238,19 @@ PS C:\> Remove-IntersightKubernetesAciCniProfile -Moid 123bc2222287wee - Remove-IntersightKubernetesAciCniTenantClusterAllocation + Remove-IntersightKubernetesAddonDefinition Remove - IntersightKubernetesAciCniTenantClusterAllocation + IntersightKubernetesAddonDefinition - Remove the KubernetesAciCniTenantClusterAllocation + Remove the KubernetesAddonDefinition - Delete a 'KubernetesAciCniTenantClusterAllocation' resource. + Delete a 'KubernetesAddonDefinition' resource. - Remove-IntersightKubernetesAciCniTenantClusterAllocation + Remove-IntersightKubernetesAddonDefinition Json @@ -1709051,7 +1711278,7 @@ PS C:\> Remove-IntersightKubernetesAciCniProfile -Moid 123bc2222287wee - Remove-IntersightKubernetesAciCniTenantClusterAllocation + Remove-IntersightKubernetesAddonDefinition Moid @@ -1709134,12 +1711361,12 @@ PS C:\> Remove-IntersightKubernetesAciCniProfile -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesAciCniTenantClusterAllocation to delete -PS C:\> $KubernetesAciCniTenantClusterAllocation = Remove-IntersightKubernetesAciCniTenantClusterAllocation -Name KubernetesAciCniTenantClusterAllocationName -PS C:\> $KubernetesAciCniTenantClusterAllocation | Remove-IntersightKubernetesAciCniTenantClusterAllocation +#Get the KubernetesAddonDefinition to delete +PS C:\> $KubernetesAddonDefinition = Remove-IntersightKubernetesAddonDefinition -Name KubernetesAddonDefinitionName +PS C:\> $KubernetesAddonDefinition | Remove-IntersightKubernetesAddonDefinition #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesAciCniTenantClusterAllocation -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesAddonDefinition -Moid 123bc2222287wee @@ -1709152,15 +1711379,15 @@ PS C:\> Remove-IntersightKubernetesAciCniTenantClusterAllocation -Moid 123bc2222 - Get-IntersightKubernetesAciCniTenantClusterAllocation + Get-IntersightKubernetesAddonDefinition - New-IntersightKubernetesAciCniTenantClusterAllocation + New-IntersightKubernetesAddonDefinition - Set-IntersightKubernetesAciCniTenantClusterAllocation + Set-IntersightKubernetesAddonDefinition @@ -1709168,19 +1711395,19 @@ PS C:\> Remove-IntersightKubernetesAciCniTenantClusterAllocation -Moid 123bc2222 - Remove-IntersightKubernetesAddonDefinition + Remove-IntersightKubernetesAddonPolicy Remove - IntersightKubernetesAddonDefinition + IntersightKubernetesAddonPolicy - Remove the KubernetesAddonDefinition + Remove the KubernetesAddonPolicy - Delete a 'KubernetesAddonDefinition' resource. + Delete a 'KubernetesAddonPolicy' resource. - Remove-IntersightKubernetesAddonDefinition + Remove-IntersightKubernetesAddonPolicy Json @@ -1709208,7 +1711435,7 @@ PS C:\> Remove-IntersightKubernetesAciCniTenantClusterAllocation -Moid 123bc2222 - Remove-IntersightKubernetesAddonDefinition + Remove-IntersightKubernetesAddonPolicy Moid @@ -1709291,12 +1711518,12 @@ PS C:\> Remove-IntersightKubernetesAciCniTenantClusterAllocation -Moid 123bc2222 -------------------------- Example(s) -------------------------- -#Get the KubernetesAddonDefinition to delete -PS C:\> $KubernetesAddonDefinition = Remove-IntersightKubernetesAddonDefinition -Name KubernetesAddonDefinitionName -PS C:\> $KubernetesAddonDefinition | Remove-IntersightKubernetesAddonDefinition +#Get the KubernetesAddonPolicy to delete +PS C:\> $KubernetesAddonPolicy = Remove-IntersightKubernetesAddonPolicy -Name KubernetesAddonPolicyName +PS C:\> $KubernetesAddonPolicy | Remove-IntersightKubernetesAddonPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesAddonDefinition -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesAddonPolicy -Moid 123bc2222287wee @@ -1709309,15 +1711536,15 @@ PS C:\> Remove-IntersightKubernetesAddonDefinition -Moid 123bc2222287wee - Get-IntersightKubernetesAddonDefinition + Get-IntersightKubernetesAddonPolicy - New-IntersightKubernetesAddonDefinition + New-IntersightKubernetesAddonPolicy - Set-IntersightKubernetesAddonDefinition + Set-IntersightKubernetesAddonPolicy @@ -1709325,19 +1711552,19 @@ PS C:\> Remove-IntersightKubernetesAddonDefinition -Moid 123bc2222287wee - Remove-IntersightKubernetesAddonPolicy + Remove-IntersightKubernetesAddonRepository Remove - IntersightKubernetesAddonPolicy + IntersightKubernetesAddonRepository - Remove the KubernetesAddonPolicy + Remove the KubernetesAddonRepository - Delete a 'KubernetesAddonPolicy' resource. + Delete a 'KubernetesAddonRepository' resource. - Remove-IntersightKubernetesAddonPolicy + Remove-IntersightKubernetesAddonRepository Json @@ -1709365,7 +1711592,7 @@ PS C:\> Remove-IntersightKubernetesAddonDefinition -Moid 123bc2222287wee - Remove-IntersightKubernetesAddonPolicy + Remove-IntersightKubernetesAddonRepository Moid @@ -1709448,12 +1711675,12 @@ PS C:\> Remove-IntersightKubernetesAddonDefinition -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesAddonPolicy to delete -PS C:\> $KubernetesAddonPolicy = Remove-IntersightKubernetesAddonPolicy -Name KubernetesAddonPolicyName -PS C:\> $KubernetesAddonPolicy | Remove-IntersightKubernetesAddonPolicy +#Get the KubernetesAddonRepository to delete +PS C:\> $KubernetesAddonRepository = Remove-IntersightKubernetesAddonRepository -Name KubernetesAddonRepositoryName +PS C:\> $KubernetesAddonRepository | Remove-IntersightKubernetesAddonRepository #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesAddonPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesAddonRepository -Moid 123bc2222287wee @@ -1709466,15 +1711693,15 @@ PS C:\> Remove-IntersightKubernetesAddonPolicy -Moid 123bc2222287wee - Get-IntersightKubernetesAddonPolicy + Get-IntersightKubernetesAddonRepository - New-IntersightKubernetesAddonPolicy + New-IntersightKubernetesAddonRepository - Set-IntersightKubernetesAddonPolicy + Set-IntersightKubernetesAddonRepository @@ -1709482,19 +1711709,19 @@ PS C:\> Remove-IntersightKubernetesAddonPolicy -Moid 123bc2222287wee - Remove-IntersightKubernetesAddonRepository + Remove-IntersightKubernetesBaremetalNodeProfile Remove - IntersightKubernetesAddonRepository + IntersightKubernetesBaremetalNodeProfile - Remove the KubernetesAddonRepository + Remove the KubernetesBaremetalNodeProfile - Delete a 'KubernetesAddonRepository' resource. + Delete a 'KubernetesBaremetalNodeProfile' resource. - Remove-IntersightKubernetesAddonRepository + Remove-IntersightKubernetesBaremetalNodeProfile Json @@ -1709522,7 +1711749,150 @@ PS C:\> Remove-IntersightKubernetesAddonPolicy -Moid 123bc2222287wee - Remove-IntersightKubernetesAddonRepository + Remove-IntersightKubernetesBaremetalNodeProfile + + Moid + + + + string + + string + + + None + + + + + + + Moid + + The Moid of the referenced REST resource. + + string + + string + + + None + + + Json + + Returns the json payload received in response. + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + Returns the HTTP response with headers and content. + + SwitchParameter + + SwitchParameter + + + None + + + + + + + + + + + + + + + + System.Object + + + + + + + + + + + + + + + + https://www.intersight.com/apidocs/downloads + + + + Get-IntersightKubernetesBaremetalNodeProfile + + + + New-IntersightKubernetesBaremetalNodeProfile + + + + Set-IntersightKubernetesBaremetalNodeProfile + + + + + + + + Remove-IntersightKubernetesCluster + Remove + IntersightKubernetesCluster + + Remove the KubernetesCluster + + + + Delete a 'KubernetesCluster' resource. + + + + Remove-IntersightKubernetesCluster + + Json + + + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + + + SwitchParameter + + SwitchParameter + + + None + + + + + Remove-IntersightKubernetesCluster Moid @@ -1709605,12 +1711975,12 @@ PS C:\> Remove-IntersightKubernetesAddonPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesAddonRepository to delete -PS C:\> $KubernetesAddonRepository = Remove-IntersightKubernetesAddonRepository -Name KubernetesAddonRepositoryName -PS C:\> $KubernetesAddonRepository | Remove-IntersightKubernetesAddonRepository +#Get the KubernetesCluster to delete +PS C:\> $KubernetesCluster = Remove-IntersightKubernetesCluster -Name KubernetesClusterName +PS C:\> $KubernetesCluster | Remove-IntersightKubernetesCluster #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesAddonRepository -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesCluster -Moid 123bc2222287wee @@ -1709623,15 +1711993,15 @@ PS C:\> Remove-IntersightKubernetesAddonRepository -Moid 123bc2222287wee - Get-IntersightKubernetesAddonRepository + Get-IntersightKubernetesCluster - New-IntersightKubernetesAddonRepository + New-IntersightKubernetesCluster - Set-IntersightKubernetesAddonRepository + Set-IntersightKubernetesCluster @@ -1709639,19 +1712009,19 @@ PS C:\> Remove-IntersightKubernetesAddonRepository -Moid 123bc2222287wee - Remove-IntersightKubernetesBaremetalNodeProfile + Remove-IntersightKubernetesClusterAddonProfile Remove - IntersightKubernetesBaremetalNodeProfile + IntersightKubernetesClusterAddonProfile - Remove the KubernetesBaremetalNodeProfile + Remove the KubernetesClusterAddonProfile - Delete a 'KubernetesBaremetalNodeProfile' resource. + Delete a 'KubernetesClusterAddonProfile' resource. - Remove-IntersightKubernetesBaremetalNodeProfile + Remove-IntersightKubernetesClusterAddonProfile Json @@ -1709679,7 +1712049,7 @@ PS C:\> Remove-IntersightKubernetesAddonRepository -Moid 123bc2222287wee - Remove-IntersightKubernetesBaremetalNodeProfile + Remove-IntersightKubernetesClusterAddonProfile Moid @@ -1709758,7 +1712128,21 @@ PS C:\> Remove-IntersightKubernetesAddonRepository -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the KubernetesClusterAddonProfile to delete +PS C:\> $KubernetesClusterAddonProfile = Remove-IntersightKubernetesClusterAddonProfile -Name KubernetesClusterAddonProfileName +PS C:\> $KubernetesClusterAddonProfile | Remove-IntersightKubernetesClusterAddonProfile + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightKubernetesClusterAddonProfile -Moid 123bc2222287wee + + + + + @@ -1709766,15 +1712150,15 @@ PS C:\> Remove-IntersightKubernetesAddonRepository -Moid 123bc2222287wee - Get-IntersightKubernetesBaremetalNodeProfile + Get-IntersightKubernetesClusterAddonProfile - New-IntersightKubernetesBaremetalNodeProfile + New-IntersightKubernetesClusterAddonProfile - Set-IntersightKubernetesBaremetalNodeProfile + Set-IntersightKubernetesClusterAddonProfile @@ -1709782,19 +1712166,19 @@ PS C:\> Remove-IntersightKubernetesAddonRepository -Moid 123bc2222287wee - Remove-IntersightKubernetesCluster + Remove-IntersightKubernetesClusterProfile Remove - IntersightKubernetesCluster + IntersightKubernetesClusterProfile - Remove the KubernetesCluster + Remove the KubernetesClusterProfile - Delete a 'KubernetesCluster' resource. + Delete a 'KubernetesClusterProfile' resource. - Remove-IntersightKubernetesCluster + Remove-IntersightKubernetesClusterProfile Json @@ -1709822,7 +1712206,7 @@ PS C:\> Remove-IntersightKubernetesAddonRepository -Moid 123bc2222287wee - Remove-IntersightKubernetesCluster + Remove-IntersightKubernetesClusterProfile Moid @@ -1709905,12 +1712289,12 @@ PS C:\> Remove-IntersightKubernetesAddonRepository -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesCluster to delete -PS C:\> $KubernetesCluster = Remove-IntersightKubernetesCluster -Name KubernetesClusterName -PS C:\> $KubernetesCluster | Remove-IntersightKubernetesCluster +#Get the KubernetesClusterProfile to delete +PS C:\> $KubernetesClusterProfile = Remove-IntersightKubernetesClusterProfile -Name KubernetesClusterProfileName +PS C:\> $KubernetesClusterProfile | Remove-IntersightKubernetesClusterProfile #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesCluster -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesClusterProfile -Moid 123bc2222287wee @@ -1709923,15 +1712307,15 @@ PS C:\> Remove-IntersightKubernetesCluster -Moid 123bc2222287wee - Get-IntersightKubernetesCluster + Get-IntersightKubernetesClusterProfile - New-IntersightKubernetesCluster + New-IntersightKubernetesClusterProfile - Set-IntersightKubernetesCluster + Set-IntersightKubernetesClusterProfile @@ -1709939,19 +1712323,19 @@ PS C:\> Remove-IntersightKubernetesCluster -Moid 123bc2222287wee - Remove-IntersightKubernetesClusterAddonProfile + Remove-IntersightKubernetesContainerRuntimePolicy Remove - IntersightKubernetesClusterAddonProfile + IntersightKubernetesContainerRuntimePolicy - Remove the KubernetesClusterAddonProfile + Remove the KubernetesContainerRuntimePolicy - Delete a 'KubernetesClusterAddonProfile' resource. + Delete a 'KubernetesContainerRuntimePolicy' resource. - Remove-IntersightKubernetesClusterAddonProfile + Remove-IntersightKubernetesContainerRuntimePolicy Json @@ -1709979,7 +1712363,7 @@ PS C:\> Remove-IntersightKubernetesCluster -Moid 123bc2222287wee - Remove-IntersightKubernetesClusterAddonProfile + Remove-IntersightKubernetesContainerRuntimePolicy Moid @@ -1710062,12 +1712446,12 @@ PS C:\> Remove-IntersightKubernetesCluster -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesClusterAddonProfile to delete -PS C:\> $KubernetesClusterAddonProfile = Remove-IntersightKubernetesClusterAddonProfile -Name KubernetesClusterAddonProfileName -PS C:\> $KubernetesClusterAddonProfile | Remove-IntersightKubernetesClusterAddonProfile +#Get the KubernetesContainerRuntimePolicy to delete +PS C:\> $KubernetesContainerRuntimePolicy = Remove-IntersightKubernetesContainerRuntimePolicy -Name KubernetesContainerRuntimePolicyName +PS C:\> $KubernetesContainerRuntimePolicy | Remove-IntersightKubernetesContainerRuntimePolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesClusterAddonProfile -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesContainerRuntimePolicy -Moid 123bc2222287wee @@ -1710080,15 +1712464,15 @@ PS C:\> Remove-IntersightKubernetesClusterAddonProfile -Moid 123bc2222287wee - Get-IntersightKubernetesClusterAddonProfile + Get-IntersightKubernetesContainerRuntimePolicy - New-IntersightKubernetesClusterAddonProfile + New-IntersightKubernetesContainerRuntimePolicy - Set-IntersightKubernetesClusterAddonProfile + Set-IntersightKubernetesContainerRuntimePolicy @@ -1710096,19 +1712480,19 @@ PS C:\> Remove-IntersightKubernetesClusterAddonProfile -Moid 123bc2222287wee - Remove-IntersightKubernetesClusterProfile + Remove-IntersightKubernetesDaemonSet Remove - IntersightKubernetesClusterProfile + IntersightKubernetesDaemonSet - Remove the KubernetesClusterProfile + Remove the KubernetesDaemonSet - Delete a 'KubernetesClusterProfile' resource. + Delete a 'KubernetesDaemonSet' resource. - Remove-IntersightKubernetesClusterProfile + Remove-IntersightKubernetesDaemonSet Json @@ -1710136,7 +1712520,7 @@ PS C:\> Remove-IntersightKubernetesClusterAddonProfile -Moid 123bc2222287wee - Remove-IntersightKubernetesClusterProfile + Remove-IntersightKubernetesDaemonSet Moid @@ -1710219,12 +1712603,12 @@ PS C:\> Remove-IntersightKubernetesClusterAddonProfile -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesClusterProfile to delete -PS C:\> $KubernetesClusterProfile = Remove-IntersightKubernetesClusterProfile -Name KubernetesClusterProfileName -PS C:\> $KubernetesClusterProfile | Remove-IntersightKubernetesClusterProfile +#Get the KubernetesDaemonSet to delete +PS C:\> $KubernetesDaemonSet = Remove-IntersightKubernetesDaemonSet -Name KubernetesDaemonSetName +PS C:\> $KubernetesDaemonSet | Remove-IntersightKubernetesDaemonSet #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesClusterProfile -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesDaemonSet -Moid 123bc2222287wee @@ -1710237,15 +1712621,7 @@ PS C:\> Remove-IntersightKubernetesClusterProfile -Moid 123bc2222287wee - Get-IntersightKubernetesClusterProfile - - - - New-IntersightKubernetesClusterProfile - - - - Set-IntersightKubernetesClusterProfile + Get-IntersightKubernetesDaemonSet @@ -1710253,19 +1712629,19 @@ PS C:\> Remove-IntersightKubernetesClusterProfile -Moid 123bc2222287wee - Remove-IntersightKubernetesContainerRuntimePolicy + Remove-IntersightKubernetesDeployment Remove - IntersightKubernetesContainerRuntimePolicy + IntersightKubernetesDeployment - Remove the KubernetesContainerRuntimePolicy + Remove the KubernetesDeployment - Delete a 'KubernetesContainerRuntimePolicy' resource. + Delete a 'KubernetesDeployment' resource. - Remove-IntersightKubernetesContainerRuntimePolicy + Remove-IntersightKubernetesDeployment Json @@ -1710293,7 +1712669,7 @@ PS C:\> Remove-IntersightKubernetesClusterProfile -Moid 123bc2222287wee - Remove-IntersightKubernetesContainerRuntimePolicy + Remove-IntersightKubernetesDeployment Moid @@ -1710376,12 +1712752,12 @@ PS C:\> Remove-IntersightKubernetesClusterProfile -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesContainerRuntimePolicy to delete -PS C:\> $KubernetesContainerRuntimePolicy = Remove-IntersightKubernetesContainerRuntimePolicy -Name KubernetesContainerRuntimePolicyName -PS C:\> $KubernetesContainerRuntimePolicy | Remove-IntersightKubernetesContainerRuntimePolicy +#Get the KubernetesDeployment to delete +PS C:\> $KubernetesDeployment = Remove-IntersightKubernetesDeployment -Name KubernetesDeploymentName +PS C:\> $KubernetesDeployment | Remove-IntersightKubernetesDeployment #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesContainerRuntimePolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesDeployment -Moid 123bc2222287wee @@ -1710394,15 +1712770,7 @@ PS C:\> Remove-IntersightKubernetesContainerRuntimePolicy -Moid 123bc2222287wee - Get-IntersightKubernetesContainerRuntimePolicy - - - - New-IntersightKubernetesContainerRuntimePolicy - - - - Set-IntersightKubernetesContainerRuntimePolicy + Get-IntersightKubernetesDeployment @@ -1710410,19 +1712778,19 @@ PS C:\> Remove-IntersightKubernetesContainerRuntimePolicy -Moid 123bc2222287wee - Remove-IntersightKubernetesDaemonSet + Remove-IntersightKubernetesHttpProxyPolicy Remove - IntersightKubernetesDaemonSet + IntersightKubernetesHttpProxyPolicy - Remove the KubernetesDaemonSet + Remove the KubernetesHttpProxyPolicy - Delete a 'KubernetesDaemonSet' resource. + Delete a 'KubernetesHttpProxyPolicy' resource. - Remove-IntersightKubernetesDaemonSet + Remove-IntersightKubernetesHttpProxyPolicy Json @@ -1710450,7 +1712818,7 @@ PS C:\> Remove-IntersightKubernetesContainerRuntimePolicy -Moid 123bc2222287wee - Remove-IntersightKubernetesDaemonSet + Remove-IntersightKubernetesHttpProxyPolicy Moid @@ -1710529,21 +1712897,7 @@ PS C:\> Remove-IntersightKubernetesContainerRuntimePolicy -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the KubernetesDaemonSet to delete -PS C:\> $KubernetesDaemonSet = Remove-IntersightKubernetesDaemonSet -Name KubernetesDaemonSetName -PS C:\> $KubernetesDaemonSet | Remove-IntersightKubernetesDaemonSet - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesDaemonSet -Moid 123bc2222287wee - - - - - + @@ -1710551,7 +1712905,15 @@ PS C:\> Remove-IntersightKubernetesDaemonSet -Moid 123bc2222287wee - Get-IntersightKubernetesDaemonSet + Get-IntersightKubernetesHttpProxyPolicy + + + + New-IntersightKubernetesHttpProxyPolicy + + + + Set-IntersightKubernetesHttpProxyPolicy @@ -1710559,19 +1712921,19 @@ PS C:\> Remove-IntersightKubernetesDaemonSet -Moid 123bc2222287wee - Remove-IntersightKubernetesDeployment + Remove-IntersightKubernetesIngress Remove - IntersightKubernetesDeployment + IntersightKubernetesIngress - Remove the KubernetesDeployment + Remove the KubernetesIngress - Delete a 'KubernetesDeployment' resource. + Delete a 'KubernetesIngress' resource. - Remove-IntersightKubernetesDeployment + Remove-IntersightKubernetesIngress Json @@ -1710599,7 +1712961,7 @@ PS C:\> Remove-IntersightKubernetesDaemonSet -Moid 123bc2222287wee - Remove-IntersightKubernetesDeployment + Remove-IntersightKubernetesIngress Moid @@ -1710682,12 +1713044,12 @@ PS C:\> Remove-IntersightKubernetesDaemonSet -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesDeployment to delete -PS C:\> $KubernetesDeployment = Remove-IntersightKubernetesDeployment -Name KubernetesDeploymentName -PS C:\> $KubernetesDeployment | Remove-IntersightKubernetesDeployment +#Get the KubernetesIngress to delete +PS C:\> $KubernetesIngress = Remove-IntersightKubernetesIngress -Name KubernetesIngressName +PS C:\> $KubernetesIngress | Remove-IntersightKubernetesIngress #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesDeployment -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesIngress -Moid 123bc2222287wee @@ -1710700,150 +1713062,7 @@ PS C:\> Remove-IntersightKubernetesDeployment -Moid 123bc2222287wee - Get-IntersightKubernetesDeployment - - - - - - - - Remove-IntersightKubernetesHttpProxyPolicy - Remove - IntersightKubernetesHttpProxyPolicy - - Remove the KubernetesHttpProxyPolicy - - - - Delete a 'KubernetesHttpProxyPolicy' resource. - - - - Remove-IntersightKubernetesHttpProxyPolicy - - Json - - - - SwitchParameter - - SwitchParameter - - - None - - - WithHttpInfo - - - - SwitchParameter - - SwitchParameter - - - None - - - - - Remove-IntersightKubernetesHttpProxyPolicy - - Moid - - - - string - - string - - - None - - - - - - - Moid - - The Moid of the referenced REST resource. - - string - - string - - - None - - - Json - - Returns the json payload received in response. - - SwitchParameter - - SwitchParameter - - - None - - - WithHttpInfo - - Returns the HTTP response with headers and content. - - SwitchParameter - - SwitchParameter - - - None - - - - - - - - - - - - - - - - System.Object - - - - - - - - - - - - - - - - https://www.intersight.com/apidocs/downloads - - - - Get-IntersightKubernetesHttpProxyPolicy - - - - New-IntersightKubernetesHttpProxyPolicy - - - - Set-IntersightKubernetesHttpProxyPolicy + Get-IntersightKubernetesIngress @@ -1710851,19 +1713070,19 @@ PS C:\> Remove-IntersightKubernetesDeployment -Moid 123bc2222287wee - Remove-IntersightKubernetesIngress + Remove-IntersightKubernetesNetworkPolicy Remove - IntersightKubernetesIngress + IntersightKubernetesNetworkPolicy - Remove the KubernetesIngress + Remove the KubernetesNetworkPolicy - Delete a 'KubernetesIngress' resource. + Delete a 'KubernetesNetworkPolicy' resource. - Remove-IntersightKubernetesIngress + Remove-IntersightKubernetesNetworkPolicy Json @@ -1710891,7 +1713110,7 @@ PS C:\> Remove-IntersightKubernetesDeployment -Moid 123bc2222287wee - Remove-IntersightKubernetesIngress + Remove-IntersightKubernetesNetworkPolicy Moid @@ -1710974,12 +1713193,12 @@ PS C:\> Remove-IntersightKubernetesDeployment -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesIngress to delete -PS C:\> $KubernetesIngress = Remove-IntersightKubernetesIngress -Name KubernetesIngressName -PS C:\> $KubernetesIngress | Remove-IntersightKubernetesIngress +#Get the KubernetesNetworkPolicy to delete +PS C:\> $KubernetesNetworkPolicy = Remove-IntersightKubernetesNetworkPolicy -Name KubernetesNetworkPolicyName +PS C:\> $KubernetesNetworkPolicy | Remove-IntersightKubernetesNetworkPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesIngress -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesNetworkPolicy -Moid 123bc2222287wee @@ -1710992,7 +1713211,15 @@ PS C:\> Remove-IntersightKubernetesIngress -Moid 123bc2222287wee - Get-IntersightKubernetesIngress + Get-IntersightKubernetesNetworkPolicy + + + + New-IntersightKubernetesNetworkPolicy + + + + Set-IntersightKubernetesNetworkPolicy @@ -1711000,19 +1713227,19 @@ PS C:\> Remove-IntersightKubernetesIngress -Moid 123bc2222287wee - Remove-IntersightKubernetesNetworkPolicy + Remove-IntersightKubernetesNode Remove - IntersightKubernetesNetworkPolicy + IntersightKubernetesNode - Remove the KubernetesNetworkPolicy + Remove the KubernetesNode - Delete a 'KubernetesNetworkPolicy' resource. + Delete a 'KubernetesNode' resource. - Remove-IntersightKubernetesNetworkPolicy + Remove-IntersightKubernetesNode Json @@ -1711040,7 +1713267,7 @@ PS C:\> Remove-IntersightKubernetesIngress -Moid 123bc2222287wee - Remove-IntersightKubernetesNetworkPolicy + Remove-IntersightKubernetesNode Moid @@ -1711123,12 +1713350,12 @@ PS C:\> Remove-IntersightKubernetesIngress -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesNetworkPolicy to delete -PS C:\> $KubernetesNetworkPolicy = Remove-IntersightKubernetesNetworkPolicy -Name KubernetesNetworkPolicyName -PS C:\> $KubernetesNetworkPolicy | Remove-IntersightKubernetesNetworkPolicy +#Get the KubernetesNode to delete +PS C:\> $KubernetesNode = Remove-IntersightKubernetesNode -Name KubernetesNodeName +PS C:\> $KubernetesNode | Remove-IntersightKubernetesNode #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesNetworkPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesNode -Moid 123bc2222287wee @@ -1711141,15 +1713368,7 @@ PS C:\> Remove-IntersightKubernetesNetworkPolicy -Moid 123bc2222287wee - Get-IntersightKubernetesNetworkPolicy - - - - New-IntersightKubernetesNetworkPolicy - - - - Set-IntersightKubernetesNetworkPolicy + Get-IntersightKubernetesNode @@ -1711157,19 +1713376,19 @@ PS C:\> Remove-IntersightKubernetesNetworkPolicy -Moid 123bc2222287wee - Remove-IntersightKubernetesNode + Remove-IntersightKubernetesNodeGroupProfile Remove - IntersightKubernetesNode + IntersightKubernetesNodeGroupProfile - Remove the KubernetesNode + Remove the KubernetesNodeGroupProfile - Delete a 'KubernetesNode' resource. + Delete a 'KubernetesNodeGroupProfile' resource. - Remove-IntersightKubernetesNode + Remove-IntersightKubernetesNodeGroupProfile Json @@ -1711197,7 +1713416,7 @@ PS C:\> Remove-IntersightKubernetesNetworkPolicy -Moid 123bc2222287wee - Remove-IntersightKubernetesNode + Remove-IntersightKubernetesNodeGroupProfile Moid @@ -1711280,12 +1713499,12 @@ PS C:\> Remove-IntersightKubernetesNetworkPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesNode to delete -PS C:\> $KubernetesNode = Remove-IntersightKubernetesNode -Name KubernetesNodeName -PS C:\> $KubernetesNode | Remove-IntersightKubernetesNode +#Get the KubernetesNodeGroupProfile to delete +PS C:\> $KubernetesNodeGroupProfile = Remove-IntersightKubernetesNodeGroupProfile -Name KubernetesNodeGroupProfileName +PS C:\> $KubernetesNodeGroupProfile | Remove-IntersightKubernetesNodeGroupProfile #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesNode -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesNodeGroupProfile -Moid 123bc2222287wee @@ -1711298,7 +1713517,15 @@ PS C:\> Remove-IntersightKubernetesNode -Moid 123bc2222287wee - Get-IntersightKubernetesNode + Get-IntersightKubernetesNodeGroupProfile + + + + New-IntersightKubernetesNodeGroupProfile + + + + Set-IntersightKubernetesNodeGroupProfile @@ -1711306,19 +1713533,19 @@ PS C:\> Remove-IntersightKubernetesNode -Moid 123bc2222287wee - Remove-IntersightKubernetesNodeGroupProfile + Remove-IntersightKubernetesNvidiaGpuProduct Remove - IntersightKubernetesNodeGroupProfile + IntersightKubernetesNvidiaGpuProduct - Remove the KubernetesNodeGroupProfile + Remove the KubernetesNvidiaGpuProduct - Delete a 'KubernetesNodeGroupProfile' resource. + Delete a 'KubernetesNvidiaGpuProduct' resource. - Remove-IntersightKubernetesNodeGroupProfile + Remove-IntersightKubernetesNvidiaGpuProduct Json @@ -1711346,7 +1713573,7 @@ PS C:\> Remove-IntersightKubernetesNode -Moid 123bc2222287wee - Remove-IntersightKubernetesNodeGroupProfile + Remove-IntersightKubernetesNvidiaGpuProduct Moid @@ -1711425,21 +1713652,7 @@ PS C:\> Remove-IntersightKubernetesNode -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the KubernetesNodeGroupProfile to delete -PS C:\> $KubernetesNodeGroupProfile = Remove-IntersightKubernetesNodeGroupProfile -Name KubernetesNodeGroupProfileName -PS C:\> $KubernetesNodeGroupProfile | Remove-IntersightKubernetesNodeGroupProfile - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesNodeGroupProfile -Moid 123bc2222287wee - - - - - + @@ -1711447,15 +1713660,15 @@ PS C:\> Remove-IntersightKubernetesNodeGroupProfile -Moid 123bc2222287wee - Get-IntersightKubernetesNodeGroupProfile + Get-IntersightKubernetesNvidiaGpuProduct - New-IntersightKubernetesNodeGroupProfile + New-IntersightKubernetesNvidiaGpuProduct - Set-IntersightKubernetesNodeGroupProfile + Set-IntersightKubernetesNvidiaGpuProduct @@ -1711463,19 +1713676,19 @@ PS C:\> Remove-IntersightKubernetesNodeGroupProfile -Moid 123bc2222287wee - Remove-IntersightKubernetesNvidiaGpuProduct + Remove-IntersightKubernetesPod Remove - IntersightKubernetesNvidiaGpuProduct + IntersightKubernetesPod - Remove the KubernetesNvidiaGpuProduct + Remove the KubernetesPod - Delete a 'KubernetesNvidiaGpuProduct' resource. + Delete a 'KubernetesPod' resource. - Remove-IntersightKubernetesNvidiaGpuProduct + Remove-IntersightKubernetesPod Json @@ -1711503,7 +1713716,7 @@ PS C:\> Remove-IntersightKubernetesNodeGroupProfile -Moid 123bc2222287wee - Remove-IntersightKubernetesNvidiaGpuProduct + Remove-IntersightKubernetesPod Moid @@ -1711582,7 +1713795,21 @@ PS C:\> Remove-IntersightKubernetesNodeGroupProfile -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the KubernetesPod to delete +PS C:\> $KubernetesPod = Remove-IntersightKubernetesPod -Name KubernetesPodName +PS C:\> $KubernetesPod | Remove-IntersightKubernetesPod + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightKubernetesPod -Moid 123bc2222287wee + + + + + @@ -1711590,15 +1713817,7 @@ PS C:\> Remove-IntersightKubernetesNodeGroupProfile -Moid 123bc2222287wee - Get-IntersightKubernetesNvidiaGpuProduct - - - - New-IntersightKubernetesNvidiaGpuProduct - - - - Set-IntersightKubernetesNvidiaGpuProduct + Get-IntersightKubernetesPod @@ -1711606,19 +1713825,19 @@ PS C:\> Remove-IntersightKubernetesNodeGroupProfile -Moid 123bc2222287wee - Remove-IntersightKubernetesPod + Remove-IntersightKubernetesService Remove - IntersightKubernetesPod + IntersightKubernetesService - Remove the KubernetesPod + Remove the KubernetesService - Delete a 'KubernetesPod' resource. + Delete a 'KubernetesService' resource. - Remove-IntersightKubernetesPod + Remove-IntersightKubernetesService Json @@ -1711646,7 +1713865,7 @@ PS C:\> Remove-IntersightKubernetesNodeGroupProfile -Moid 123bc2222287wee - Remove-IntersightKubernetesPod + Remove-IntersightKubernetesService Moid @@ -1711729,12 +1713948,12 @@ PS C:\> Remove-IntersightKubernetesNodeGroupProfile -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesPod to delete -PS C:\> $KubernetesPod = Remove-IntersightKubernetesPod -Name KubernetesPodName -PS C:\> $KubernetesPod | Remove-IntersightKubernetesPod +#Get the KubernetesService to delete +PS C:\> $KubernetesService = Remove-IntersightKubernetesService -Name KubernetesServiceName +PS C:\> $KubernetesService | Remove-IntersightKubernetesService #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesPod -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesService -Moid 123bc2222287wee @@ -1711747,7 +1713966,7 @@ PS C:\> Remove-IntersightKubernetesPod -Moid 123bc2222287wee - Get-IntersightKubernetesPod + Get-IntersightKubernetesService @@ -1711755,19 +1713974,19 @@ PS C:\> Remove-IntersightKubernetesPod -Moid 123bc2222287wee - Remove-IntersightKubernetesService + Remove-IntersightKubernetesStatefulSet Remove - IntersightKubernetesService + IntersightKubernetesStatefulSet - Remove the KubernetesService + Remove the KubernetesStatefulSet - Delete a 'KubernetesService' resource. + Delete a 'KubernetesStatefulSet' resource. - Remove-IntersightKubernetesService + Remove-IntersightKubernetesStatefulSet Json @@ -1711795,7 +1714014,7 @@ PS C:\> Remove-IntersightKubernetesPod -Moid 123bc2222287wee - Remove-IntersightKubernetesService + Remove-IntersightKubernetesStatefulSet Moid @@ -1711878,12 +1714097,12 @@ PS C:\> Remove-IntersightKubernetesPod -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesService to delete -PS C:\> $KubernetesService = Remove-IntersightKubernetesService -Name KubernetesServiceName -PS C:\> $KubernetesService | Remove-IntersightKubernetesService +#Get the KubernetesStatefulSet to delete +PS C:\> $KubernetesStatefulSet = Remove-IntersightKubernetesStatefulSet -Name KubernetesStatefulSetName +PS C:\> $KubernetesStatefulSet | Remove-IntersightKubernetesStatefulSet #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesService -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesStatefulSet -Moid 123bc2222287wee @@ -1711896,7 +1714115,7 @@ PS C:\> Remove-IntersightKubernetesService -Moid 123bc2222287wee - Get-IntersightKubernetesService + Get-IntersightKubernetesStatefulSet @@ -1711904,19 +1714123,19 @@ PS C:\> Remove-IntersightKubernetesService -Moid 123bc2222287wee - Remove-IntersightKubernetesStatefulSet + Remove-IntersightKubernetesSysConfigPolicy Remove - IntersightKubernetesStatefulSet + IntersightKubernetesSysConfigPolicy - Remove the KubernetesStatefulSet + Remove the KubernetesSysConfigPolicy - Delete a 'KubernetesStatefulSet' resource. + Delete a 'KubernetesSysConfigPolicy' resource. - Remove-IntersightKubernetesStatefulSet + Remove-IntersightKubernetesSysConfigPolicy Json @@ -1711944,7 +1714163,7 @@ PS C:\> Remove-IntersightKubernetesService -Moid 123bc2222287wee - Remove-IntersightKubernetesStatefulSet + Remove-IntersightKubernetesSysConfigPolicy Moid @@ -1712027,12 +1714246,12 @@ PS C:\> Remove-IntersightKubernetesService -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesStatefulSet to delete -PS C:\> $KubernetesStatefulSet = Remove-IntersightKubernetesStatefulSet -Name KubernetesStatefulSetName -PS C:\> $KubernetesStatefulSet | Remove-IntersightKubernetesStatefulSet +#Get the KubernetesSysConfigPolicy to delete +PS C:\> $KubernetesSysConfigPolicy = Remove-IntersightKubernetesSysConfigPolicy -Name KubernetesSysConfigPolicyName +PS C:\> $KubernetesSysConfigPolicy | Remove-IntersightKubernetesSysConfigPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesStatefulSet -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesSysConfigPolicy -Moid 123bc2222287wee @@ -1712045,7 +1714264,15 @@ PS C:\> Remove-IntersightKubernetesStatefulSet -Moid 123bc2222287wee - Get-IntersightKubernetesStatefulSet + Get-IntersightKubernetesSysConfigPolicy + + + + New-IntersightKubernetesSysConfigPolicy + + + + Set-IntersightKubernetesSysConfigPolicy @@ -1712053,19 +1714280,19 @@ PS C:\> Remove-IntersightKubernetesStatefulSet -Moid 123bc2222287wee - Remove-IntersightKubernetesSysConfigPolicy + Remove-IntersightKubernetesTrustedRegistriesPolicy Remove - IntersightKubernetesSysConfigPolicy + IntersightKubernetesTrustedRegistriesPolicy - Remove the KubernetesSysConfigPolicy + Remove the KubernetesTrustedRegistriesPolicy - Delete a 'KubernetesSysConfigPolicy' resource. + Delete a 'KubernetesTrustedRegistriesPolicy' resource. - Remove-IntersightKubernetesSysConfigPolicy + Remove-IntersightKubernetesTrustedRegistriesPolicy Json @@ -1712093,7 +1714320,7 @@ PS C:\> Remove-IntersightKubernetesStatefulSet -Moid 123bc2222287wee - Remove-IntersightKubernetesSysConfigPolicy + Remove-IntersightKubernetesTrustedRegistriesPolicy Moid @@ -1712176,12 +1714403,12 @@ PS C:\> Remove-IntersightKubernetesStatefulSet -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesSysConfigPolicy to delete -PS C:\> $KubernetesSysConfigPolicy = Remove-IntersightKubernetesSysConfigPolicy -Name KubernetesSysConfigPolicyName -PS C:\> $KubernetesSysConfigPolicy | Remove-IntersightKubernetesSysConfigPolicy +#Get the KubernetesTrustedRegistriesPolicy to delete +PS C:\> $KubernetesTrustedRegistriesPolicy = Remove-IntersightKubernetesTrustedRegistriesPolicy -Name KubernetesTrustedRegistriesPolicyName +PS C:\> $KubernetesTrustedRegistriesPolicy | Remove-IntersightKubernetesTrustedRegistriesPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesSysConfigPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesTrustedRegistriesPolicy -Moid 123bc2222287wee @@ -1712194,15 +1714421,15 @@ PS C:\> Remove-IntersightKubernetesSysConfigPolicy -Moid 123bc2222287wee - Get-IntersightKubernetesSysConfigPolicy + Get-IntersightKubernetesTrustedRegistriesPolicy - New-IntersightKubernetesSysConfigPolicy + New-IntersightKubernetesTrustedRegistriesPolicy - Set-IntersightKubernetesSysConfigPolicy + Set-IntersightKubernetesTrustedRegistriesPolicy @@ -1712210,19 +1714437,19 @@ PS C:\> Remove-IntersightKubernetesSysConfigPolicy -Moid 123bc2222287wee - Remove-IntersightKubernetesTrustedRegistriesPolicy + Remove-IntersightKubernetesVersion Remove - IntersightKubernetesTrustedRegistriesPolicy + IntersightKubernetesVersion - Remove the KubernetesTrustedRegistriesPolicy + Remove the KubernetesVersion - Delete a 'KubernetesTrustedRegistriesPolicy' resource. + Delete a 'KubernetesVersion' resource. - Remove-IntersightKubernetesTrustedRegistriesPolicy + Remove-IntersightKubernetesVersion Json @@ -1712250,7 +1714477,7 @@ PS C:\> Remove-IntersightKubernetesSysConfigPolicy -Moid 123bc2222287wee - Remove-IntersightKubernetesTrustedRegistriesPolicy + Remove-IntersightKubernetesVersion Moid @@ -1712333,12 +1714560,12 @@ PS C:\> Remove-IntersightKubernetesSysConfigPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesTrustedRegistriesPolicy to delete -PS C:\> $KubernetesTrustedRegistriesPolicy = Remove-IntersightKubernetesTrustedRegistriesPolicy -Name KubernetesTrustedRegistriesPolicyName -PS C:\> $KubernetesTrustedRegistriesPolicy | Remove-IntersightKubernetesTrustedRegistriesPolicy +#Get the KubernetesVersion to delete +PS C:\> $KubernetesVersion = Remove-IntersightKubernetesVersion -Name KubernetesVersionName +PS C:\> $KubernetesVersion | Remove-IntersightKubernetesVersion #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesTrustedRegistriesPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesVersion -Moid 123bc2222287wee @@ -1712351,15 +1714578,15 @@ PS C:\> Remove-IntersightKubernetesTrustedRegistriesPolicy -Moid 123bc2222287wee - Get-IntersightKubernetesTrustedRegistriesPolicy + Get-IntersightKubernetesVersion - New-IntersightKubernetesTrustedRegistriesPolicy + New-IntersightKubernetesVersion - Set-IntersightKubernetesTrustedRegistriesPolicy + Set-IntersightKubernetesVersion @@ -1712367,19 +1714594,19 @@ PS C:\> Remove-IntersightKubernetesTrustedRegistriesPolicy -Moid 123bc2222287wee - Remove-IntersightKubernetesVersion + Remove-IntersightKubernetesVersionPolicy Remove - IntersightKubernetesVersion + IntersightKubernetesVersionPolicy - Remove the KubernetesVersion + Remove the KubernetesVersionPolicy - Delete a 'KubernetesVersion' resource. + Delete a 'KubernetesVersionPolicy' resource. - Remove-IntersightKubernetesVersion + Remove-IntersightKubernetesVersionPolicy Json @@ -1712407,7 +1714634,7 @@ PS C:\> Remove-IntersightKubernetesTrustedRegistriesPolicy -Moid 123bc2222287wee - Remove-IntersightKubernetesVersion + Remove-IntersightKubernetesVersionPolicy Moid @@ -1712490,12 +1714717,12 @@ PS C:\> Remove-IntersightKubernetesTrustedRegistriesPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesVersion to delete -PS C:\> $KubernetesVersion = Remove-IntersightKubernetesVersion -Name KubernetesVersionName -PS C:\> $KubernetesVersion | Remove-IntersightKubernetesVersion +#Get the KubernetesVersionPolicy to delete +PS C:\> $KubernetesVersionPolicy = Remove-IntersightKubernetesVersionPolicy -Name KubernetesVersionPolicyName +PS C:\> $KubernetesVersionPolicy | Remove-IntersightKubernetesVersionPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesVersion -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesVersionPolicy -Moid 123bc2222287wee @@ -1712508,15 +1714735,15 @@ PS C:\> Remove-IntersightKubernetesVersion -Moid 123bc2222287wee - Get-IntersightKubernetesVersion + Get-IntersightKubernetesVersionPolicy - New-IntersightKubernetesVersion + New-IntersightKubernetesVersionPolicy - Set-IntersightKubernetesVersion + Set-IntersightKubernetesVersionPolicy @@ -1712524,19 +1714751,19 @@ PS C:\> Remove-IntersightKubernetesVersion -Moid 123bc2222287wee - Remove-IntersightKubernetesVersionPolicy + Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy Remove - IntersightKubernetesVersionPolicy + IntersightKubernetesVirtualMachineInfraConfigPolicy - Remove the KubernetesVersionPolicy + Remove the KubernetesVirtualMachineInfraConfigPolicy - Delete a 'KubernetesVersionPolicy' resource. + Delete a 'KubernetesVirtualMachineInfraConfigPolicy' resource. - Remove-IntersightKubernetesVersionPolicy + Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy Json @@ -1712564,7 +1714791,7 @@ PS C:\> Remove-IntersightKubernetesVersion -Moid 123bc2222287wee - Remove-IntersightKubernetesVersionPolicy + Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy Moid @@ -1712647,12 +1714874,12 @@ PS C:\> Remove-IntersightKubernetesVersion -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesVersionPolicy to delete -PS C:\> $KubernetesVersionPolicy = Remove-IntersightKubernetesVersionPolicy -Name KubernetesVersionPolicyName -PS C:\> $KubernetesVersionPolicy | Remove-IntersightKubernetesVersionPolicy +#Get the KubernetesVirtualMachineInfraConfigPolicy to delete +PS C:\> $KubernetesVirtualMachineInfraConfigPolicy = Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy -Name KubernetesVirtualMachineInfraConfigPolicyName +PS C:\> $KubernetesVirtualMachineInfraConfigPolicy | Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesVersionPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy -Moid 123bc2222287wee @@ -1712665,15 +1714892,15 @@ PS C:\> Remove-IntersightKubernetesVersionPolicy -Moid 123bc2222287wee - Get-IntersightKubernetesVersionPolicy + Get-IntersightKubernetesVirtualMachineInfraConfigPolicy - New-IntersightKubernetesVersionPolicy + New-IntersightKubernetesVirtualMachineInfraConfigPolicy - Set-IntersightKubernetesVersionPolicy + Set-IntersightKubernetesVirtualMachineInfraConfigPolicy @@ -1712681,19 +1714908,19 @@ PS C:\> Remove-IntersightKubernetesVersionPolicy -Moid 123bc2222287wee - Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy + Remove-IntersightKubernetesVirtualMachineInstanceType Remove - IntersightKubernetesVirtualMachineInfraConfigPolicy + IntersightKubernetesVirtualMachineInstanceType - Remove the KubernetesVirtualMachineInfraConfigPolicy + Remove the KubernetesVirtualMachineInstanceType - Delete a 'KubernetesVirtualMachineInfraConfigPolicy' resource. + Delete a 'KubernetesVirtualMachineInstanceType' resource. - Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy + Remove-IntersightKubernetesVirtualMachineInstanceType Json @@ -1712721,7 +1714948,7 @@ PS C:\> Remove-IntersightKubernetesVersionPolicy -Moid 123bc2222287wee - Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy + Remove-IntersightKubernetesVirtualMachineInstanceType Moid @@ -1712804,12 +1715031,12 @@ PS C:\> Remove-IntersightKubernetesVersionPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the KubernetesVirtualMachineInfraConfigPolicy to delete -PS C:\> $KubernetesVirtualMachineInfraConfigPolicy = Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy -Name KubernetesVirtualMachineInfraConfigPolicyName -PS C:\> $KubernetesVirtualMachineInfraConfigPolicy | Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy +#Get the KubernetesVirtualMachineInstanceType to delete +PS C:\> $KubernetesVirtualMachineInstanceType = Remove-IntersightKubernetesVirtualMachineInstanceType -Name KubernetesVirtualMachineInstanceTypeName +PS C:\> $KubernetesVirtualMachineInstanceType | Remove-IntersightKubernetesVirtualMachineInstanceType #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesVirtualMachineInstanceType -Moid 123bc2222287wee @@ -1712822,15 +1715049,15 @@ PS C:\> Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy -Moid 123bc22 - Get-IntersightKubernetesVirtualMachineInfraConfigPolicy + Get-IntersightKubernetesVirtualMachineInstanceType - New-IntersightKubernetesVirtualMachineInfraConfigPolicy + New-IntersightKubernetesVirtualMachineInstanceType - Set-IntersightKubernetesVirtualMachineInfraConfigPolicy + Set-IntersightKubernetesVirtualMachineInstanceType @@ -1712838,19 +1715065,19 @@ PS C:\> Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy -Moid 123bc22 - Remove-IntersightKubernetesVirtualMachineInstanceType + Remove-IntersightKubernetesVirtualMachineNodeProfile Remove - IntersightKubernetesVirtualMachineInstanceType + IntersightKubernetesVirtualMachineNodeProfile - Remove the KubernetesVirtualMachineInstanceType + Remove the KubernetesVirtualMachineNodeProfile - Delete a 'KubernetesVirtualMachineInstanceType' resource. + Delete a 'KubernetesVirtualMachineNodeProfile' resource. - Remove-IntersightKubernetesVirtualMachineInstanceType + Remove-IntersightKubernetesVirtualMachineNodeProfile Json @@ -1712878,7 +1715105,7 @@ PS C:\> Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy -Moid 123bc22 - Remove-IntersightKubernetesVirtualMachineInstanceType + Remove-IntersightKubernetesVirtualMachineNodeProfile Moid @@ -1712961,12 +1715188,12 @@ PS C:\> Remove-IntersightKubernetesVirtualMachineInfraConfigPolicy -Moid 123bc22 -------------------------- Example(s) -------------------------- -#Get the KubernetesVirtualMachineInstanceType to delete -PS C:\> $KubernetesVirtualMachineInstanceType = Remove-IntersightKubernetesVirtualMachineInstanceType -Name KubernetesVirtualMachineInstanceTypeName -PS C:\> $KubernetesVirtualMachineInstanceType | Remove-IntersightKubernetesVirtualMachineInstanceType +#Get the KubernetesVirtualMachineNodeProfile to delete +PS C:\> $KubernetesVirtualMachineNodeProfile = Remove-IntersightKubernetesVirtualMachineNodeProfile -Name KubernetesVirtualMachineNodeProfileName +PS C:\> $KubernetesVirtualMachineNodeProfile | Remove-IntersightKubernetesVirtualMachineNodeProfile #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesVirtualMachineInstanceType -Moid 123bc2222287wee +PS C:\> Remove-IntersightKubernetesVirtualMachineNodeProfile -Moid 123bc2222287wee @@ -1712979,15 +1715206,15 @@ PS C:\> Remove-IntersightKubernetesVirtualMachineInstanceType -Moid 123bc2222287 - Get-IntersightKubernetesVirtualMachineInstanceType + Get-IntersightKubernetesVirtualMachineNodeProfile - New-IntersightKubernetesVirtualMachineInstanceType + New-IntersightKubernetesVirtualMachineNodeProfile - Set-IntersightKubernetesVirtualMachineInstanceType + Set-IntersightKubernetesVirtualMachineNodeProfile @@ -1712995,19 +1715222,19 @@ PS C:\> Remove-IntersightKubernetesVirtualMachineInstanceType -Moid 123bc2222287 - Remove-IntersightKubernetesVirtualMachineNodeProfile + Remove-IntersightKvmPolicy Remove - IntersightKubernetesVirtualMachineNodeProfile + IntersightKvmPolicy - Remove the KubernetesVirtualMachineNodeProfile + Remove the KvmPolicy - Delete a 'KubernetesVirtualMachineNodeProfile' resource. + Delete a 'KvmPolicy' resource. - Remove-IntersightKubernetesVirtualMachineNodeProfile + Remove-IntersightKvmPolicy Json @@ -1713035,7 +1715262,7 @@ PS C:\> Remove-IntersightKubernetesVirtualMachineInstanceType -Moid 123bc2222287 - Remove-IntersightKubernetesVirtualMachineNodeProfile + Remove-IntersightKvmPolicy Moid @@ -1713118,12 +1715345,12 @@ PS C:\> Remove-IntersightKubernetesVirtualMachineInstanceType -Moid 123bc2222287 -------------------------- Example(s) -------------------------- -#Get the KubernetesVirtualMachineNodeProfile to delete -PS C:\> $KubernetesVirtualMachineNodeProfile = Remove-IntersightKubernetesVirtualMachineNodeProfile -Name KubernetesVirtualMachineNodeProfileName -PS C:\> $KubernetesVirtualMachineNodeProfile | Remove-IntersightKubernetesVirtualMachineNodeProfile +#Get the KvmPolicy to delete +PS C:\> $KvmPolicy = Remove-IntersightKvmPolicy -Name KvmPolicyName +PS C:\> $KvmPolicy | Remove-IntersightKvmPolicy #Remove the server profile by Moid. -PS C:\> Remove-IntersightKubernetesVirtualMachineNodeProfile -Moid 123bc2222287wee +PS C:\> Remove-IntersightKvmPolicy -Moid 123bc2222287wee @@ -1713136,15 +1715363,15 @@ PS C:\> Remove-IntersightKubernetesVirtualMachineNodeProfile -Moid 123bc2222287w - Get-IntersightKubernetesVirtualMachineNodeProfile + Get-IntersightKvmPolicy - New-IntersightKubernetesVirtualMachineNodeProfile + New-IntersightKvmPolicy - Set-IntersightKubernetesVirtualMachineNodeProfile + Set-IntersightKvmPolicy @@ -1713152,19 +1715379,19 @@ PS C:\> Remove-IntersightKubernetesVirtualMachineNodeProfile -Moid 123bc2222287w - Remove-IntersightKvmPolicy + Remove-IntersightKvmTunneledKvmPolicy Remove - IntersightKvmPolicy + IntersightKvmTunneledKvmPolicy - Remove the KvmPolicy + Remove the KvmTunneledKvmPolicy - Delete a 'KvmPolicy' resource. + Delete a 'KvmTunneledKvmPolicy' resource. - Remove-IntersightKvmPolicy + Remove-IntersightKvmTunneledKvmPolicy Json @@ -1713192,7 +1715419,7 @@ PS C:\> Remove-IntersightKubernetesVirtualMachineNodeProfile -Moid 123bc2222287w - Remove-IntersightKvmPolicy + Remove-IntersightKvmTunneledKvmPolicy Moid @@ -1713271,21 +1715498,7 @@ PS C:\> Remove-IntersightKubernetesVirtualMachineNodeProfile -Moid 123bc2222287w - - - -------------------------- Example(s) -------------------------- - -#Get the KvmPolicy to delete -PS C:\> $KvmPolicy = Remove-IntersightKvmPolicy -Name KvmPolicyName -PS C:\> $KvmPolicy | Remove-IntersightKvmPolicy - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightKvmPolicy -Moid 123bc2222287wee - - - - - + @@ -1713293,15 +1715506,15 @@ PS C:\> Remove-IntersightKvmPolicy -Moid 123bc2222287wee - Get-IntersightKvmPolicy + Get-IntersightKvmTunneledKvmPolicy - New-IntersightKvmPolicy + New-IntersightKvmTunneledKvmPolicy - Set-IntersightKvmPolicy + Set-IntersightKvmTunneledKvmPolicy @@ -1713309,19 +1715522,19 @@ PS C:\> Remove-IntersightKvmPolicy -Moid 123bc2222287wee - Remove-IntersightKvmTunneledKvmPolicy + Remove-IntersightMacpoolLease Remove - IntersightKvmTunneledKvmPolicy + IntersightMacpoolLease - Remove the KvmTunneledKvmPolicy + Remove the MacpoolLease - Delete a 'KvmTunneledKvmPolicy' resource. + Delete a 'MacpoolLease' resource. - Remove-IntersightKvmTunneledKvmPolicy + Remove-IntersightMacpoolLease Json @@ -1713349,7 +1715562,7 @@ PS C:\> Remove-IntersightKvmPolicy -Moid 123bc2222287wee - Remove-IntersightKvmTunneledKvmPolicy + Remove-IntersightMacpoolLease Moid @@ -1713428,7 +1715641,21 @@ PS C:\> Remove-IntersightKvmPolicy -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the MacpoolLease to delete +PS C:\> $MacpoolLease = Remove-IntersightMacpoolLease -Name MacpoolLeaseName +PS C:\> $MacpoolLease | Remove-IntersightMacpoolLease + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightMacpoolLease -Moid 123bc2222287wee + + + + + @@ -1713436,15 +1715663,7 @@ PS C:\> Remove-IntersightKvmPolicy -Moid 123bc2222287wee - Get-IntersightKvmTunneledKvmPolicy - - - - New-IntersightKvmTunneledKvmPolicy - - - - Set-IntersightKvmTunneledKvmPolicy + Get-IntersightMacpoolLease @@ -1713452,19 +1715671,19 @@ PS C:\> Remove-IntersightKvmPolicy -Moid 123bc2222287wee - Remove-IntersightMacpoolLease + Remove-IntersightMacpoolPool Remove - IntersightMacpoolLease + IntersightMacpoolPool - Remove the MacpoolLease + Remove the MacpoolPool - Delete a 'MacpoolLease' resource. + Delete a 'MacpoolPool' resource. - Remove-IntersightMacpoolLease + Remove-IntersightMacpoolPool Json @@ -1713492,7 +1715711,7 @@ PS C:\> Remove-IntersightKvmPolicy -Moid 123bc2222287wee - Remove-IntersightMacpoolLease + Remove-IntersightMacpoolPool Moid @@ -1713575,12 +1715794,12 @@ PS C:\> Remove-IntersightKvmPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the MacpoolLease to delete -PS C:\> $MacpoolLease = Remove-IntersightMacpoolLease -Name MacpoolLeaseName -PS C:\> $MacpoolLease | Remove-IntersightMacpoolLease +#Get the MacpoolPool to delete +PS C:\> $MacpoolPool = Remove-IntersightMacpoolPool -Name MacpoolPoolName +PS C:\> $MacpoolPool | Remove-IntersightMacpoolPool #Remove the server profile by Moid. -PS C:\> Remove-IntersightMacpoolLease -Moid 123bc2222287wee +PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee @@ -1713593,7 +1715812,15 @@ PS C:\> Remove-IntersightMacpoolLease -Moid 123bc2222287wee - Get-IntersightMacpoolLease + Get-IntersightMacpoolPool + + + + New-IntersightMacpoolPool + + + + Set-IntersightMacpoolPool @@ -1713601,19 +1715828,19 @@ PS C:\> Remove-IntersightMacpoolLease -Moid 123bc2222287wee - Remove-IntersightMacpoolPool + Remove-IntersightMacpoolReservation Remove - IntersightMacpoolPool + IntersightMacpoolReservation - Remove the MacpoolPool + Remove the MacpoolReservation - Delete a 'MacpoolPool' resource. + Delete a 'MacpoolReservation' resource. - Remove-IntersightMacpoolPool + Remove-IntersightMacpoolReservation Json @@ -1713641,7 +1715868,7 @@ PS C:\> Remove-IntersightMacpoolLease -Moid 123bc2222287wee - Remove-IntersightMacpoolPool + Remove-IntersightMacpoolReservation Moid @@ -1713720,21 +1715947,7 @@ PS C:\> Remove-IntersightMacpoolLease -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the MacpoolPool to delete -PS C:\> $MacpoolPool = Remove-IntersightMacpoolPool -Name MacpoolPoolName -PS C:\> $MacpoolPool | Remove-IntersightMacpoolPool - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - - - - - + @@ -1713742,15 +1715955,11 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - Get-IntersightMacpoolPool - - - - New-IntersightMacpoolPool + Get-IntersightMacpoolReservation - Set-IntersightMacpoolPool + New-IntersightMacpoolReservation @@ -1713758,49 +1715967,33 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - Remove-IntersightMacpoolReservation + Remove-IntersightManagedObject Remove - IntersightMacpoolReservation + IntersightManagedObject - Remove the MacpoolReservation + Remove the Intersight managed object - Delete a 'MacpoolReservation' resource. + Remove the Intersight managed object based on specified ObjectType and Moid. - Remove-IntersightMacpoolReservation - - Json - - - - SwitchParameter - - SwitchParameter - - - None - - - WithHttpInfo + Remove-IntersightManagedObject + + Moid - SwitchParameter + string - SwitchParameter + string None - - - - Remove-IntersightMacpoolReservation - Moid + ObjectType @@ -1713815,10 +1716008,10 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - + Moid - The Moid of the referenced REST resource. + The unique identifier of this Managed Object instance. string @@ -1713827,26 +1716020,14 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee None - - Json - - Returns the json payload received in response. - - SwitchParameter - - SwitchParameter - - - None - - - WithHttpInfo + + ObjectType - Returns the HTTP response with headers and content. + The fully-qualified name of the Managed Object. Refer to OpenAPI doc for ObjectTypes - SwitchParameter + string - SwitchParameter + string None @@ -1713877,7 +1716058,21 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + PS C:/>Remove-IntersightManagedObject -ObjectType server.Profile -Moid xxxxxxxxxxxxxxxxxxxxxxxxx + + + + + + -------------------------- Example(s) -------------------------- + PS C:/>Get-IntersightNtpPolicy -Name TestNtp | Remove-IntersightManagedObject + + + + @@ -1713885,11 +1716080,15 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - Get-IntersightMacpoolReservation + Set-IntersightManagedObject - New-IntersightMacpoolReservation + Get-IntersightManagedObject + + + + New-IntersightManagedObject @@ -1713897,33 +1716096,49 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - Remove-IntersightManagedObject + Remove-IntersightMarketplaceUseCase Remove - IntersightManagedObject + IntersightMarketplaceUseCase - Remove the Intersight managed object + Remove the MarketplaceUseCase - Remove the Intersight managed object based on specified ObjectType and Moid. + Delete a 'MarketplaceUseCase' resource. - Remove-IntersightManagedObject - - Moid + Remove-IntersightMarketplaceUseCase + + Json - string + SwitchParameter - string + SwitchParameter + + + None + + + WithHttpInfo + + + + SwitchParameter + + SwitchParameter None + + + + Remove-IntersightMarketplaceUseCase - ObjectType + Moid @@ -1713938,10 +1716153,10 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - + Moid - The unique identifier of this Managed Object instance. + The Moid of the referenced REST resource. string @@ -1713950,14 +1716165,26 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee None - - ObjectType + + Json - The fully-qualified name of the Managed Object. Refer to OpenAPI doc for ObjectTypes + Returns the json payload received in response. - string + SwitchParameter - string + SwitchParameter + + + None + + + WithHttpInfo + + Returns the HTTP response with headers and content. + + SwitchParameter + + SwitchParameter None @@ -1713988,21 +1716215,7 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - PS C:/>Remove-IntersightManagedObject -ObjectType server.Profile -Moid xxxxxxxxxxxxxxxxxxxxxxxxx - - - - - - -------------------------- Example(s) -------------------------- - PS C:/>Get-IntersightNtpPolicy -Name TestNtp | Remove-IntersightManagedObject - - - - + @@ -1714010,15 +1716223,15 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - Set-IntersightManagedObject + Get-IntersightMarketplaceUseCase - Get-IntersightManagedObject + New-IntersightMarketplaceUseCase - New-IntersightManagedObject + Set-IntersightMarketplaceUseCase @@ -1714026,19 +1716239,19 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - Remove-IntersightMarketplaceUseCase + Remove-IntersightMarketplaceUseCaseVersion Remove - IntersightMarketplaceUseCase + IntersightMarketplaceUseCaseVersion - Remove the MarketplaceUseCase + Remove the MarketplaceUseCaseVersion - Delete a 'MarketplaceUseCase' resource. + Delete a 'MarketplaceUseCaseVersion' resource. - Remove-IntersightMarketplaceUseCase + Remove-IntersightMarketplaceUseCaseVersion Json @@ -1714066,7 +1716279,7 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - Remove-IntersightMarketplaceUseCase + Remove-IntersightMarketplaceUseCaseVersion Moid @@ -1714153,15 +1716366,15 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - Get-IntersightMarketplaceUseCase + Get-IntersightMarketplaceUseCaseVersion - New-IntersightMarketplaceUseCase + New-IntersightMarketplaceUseCaseVersion - Set-IntersightMarketplaceUseCase + Set-IntersightMarketplaceUseCaseVersion @@ -1714169,19 +1716382,19 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - Remove-IntersightMarketplaceUseCaseVersion + Remove-IntersightMemoryPersistentMemoryPolicy Remove - IntersightMarketplaceUseCaseVersion + IntersightMemoryPersistentMemoryPolicy - Remove the MarketplaceUseCaseVersion + Remove the MemoryPersistentMemoryPolicy - Delete a 'MarketplaceUseCaseVersion' resource. + Delete a 'MemoryPersistentMemoryPolicy' resource. - Remove-IntersightMarketplaceUseCaseVersion + Remove-IntersightMemoryPersistentMemoryPolicy Json @@ -1714209,7 +1716422,7 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - Remove-IntersightMarketplaceUseCaseVersion + Remove-IntersightMemoryPersistentMemoryPolicy Moid @@ -1714288,7 +1716501,21 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the MemoryPersistentMemoryPolicy to delete +PS C:\> $MemoryPersistentMemoryPolicy = Remove-IntersightMemoryPersistentMemoryPolicy -Name MemoryPersistentMemoryPolicyName +PS C:\> $MemoryPersistentMemoryPolicy | Remove-IntersightMemoryPersistentMemoryPolicy + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightMemoryPersistentMemoryPolicy -Moid 123bc2222287wee + + + + + @@ -1714296,15 +1716523,15 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - Get-IntersightMarketplaceUseCaseVersion + Get-IntersightMemoryPersistentMemoryPolicy - New-IntersightMarketplaceUseCaseVersion + New-IntersightMemoryPersistentMemoryPolicy - Set-IntersightMarketplaceUseCaseVersion + Set-IntersightMemoryPersistentMemoryPolicy @@ -1714312,19 +1716539,19 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - Remove-IntersightMemoryPersistentMemoryPolicy + Remove-IntersightMetaDefinition Remove - IntersightMemoryPersistentMemoryPolicy + IntersightMetaDefinition - Remove the MemoryPersistentMemoryPolicy + Remove the MetaDefinition - Delete a 'MemoryPersistentMemoryPolicy' resource. + Delete a 'MetaDefinition' resource. - Remove-IntersightMemoryPersistentMemoryPolicy + Remove-IntersightMetaDefinition Json @@ -1714352,7 +1716579,7 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee - Remove-IntersightMemoryPersistentMemoryPolicy + Remove-IntersightMetaDefinition Moid @@ -1714435,12 +1716662,12 @@ PS C:\> Remove-IntersightMacpoolPool -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the MemoryPersistentMemoryPolicy to delete -PS C:\> $MemoryPersistentMemoryPolicy = Remove-IntersightMemoryPersistentMemoryPolicy -Name MemoryPersistentMemoryPolicyName -PS C:\> $MemoryPersistentMemoryPolicy | Remove-IntersightMemoryPersistentMemoryPolicy +#Get the MetaDefinition to delete +PS C:\> $MetaDefinition = Remove-IntersightMetaDefinition -Name MetaDefinitionName +PS C:\> $MetaDefinition | Remove-IntersightMetaDefinition #Remove the server profile by Moid. -PS C:\> Remove-IntersightMemoryPersistentMemoryPolicy -Moid 123bc2222287wee +PS C:\> Remove-IntersightMetaDefinition -Moid 123bc2222287wee @@ -1714453,15 +1716680,7 @@ PS C:\> Remove-IntersightMemoryPersistentMemoryPolicy -Moid 123bc2222287wee - Get-IntersightMemoryPersistentMemoryPolicy - - - - New-IntersightMemoryPersistentMemoryPolicy - - - - Set-IntersightMemoryPersistentMemoryPolicy + Get-IntersightMetaDefinition @@ -1714469,19 +1716688,19 @@ PS C:\> Remove-IntersightMemoryPersistentMemoryPolicy -Moid 123bc2222287wee - Remove-IntersightMetaDefinition + Remove-IntersightMetricsMetricsExploration Remove - IntersightMetaDefinition + IntersightMetricsMetricsExploration - Remove the MetaDefinition + Remove the MetricsMetricsExploration - Delete a 'MetaDefinition' resource. + Delete a 'MetricsMetricsExploration' resource. - Remove-IntersightMetaDefinition + Remove-IntersightMetricsMetricsExploration Json @@ -1714509,7 +1716728,7 @@ PS C:\> Remove-IntersightMemoryPersistentMemoryPolicy -Moid 123bc2222287wee - Remove-IntersightMetaDefinition + Remove-IntersightMetricsMetricsExploration Moid @@ -1714588,21 +1716807,7 @@ PS C:\> Remove-IntersightMemoryPersistentMemoryPolicy -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the MetaDefinition to delete -PS C:\> $MetaDefinition = Remove-IntersightMetaDefinition -Name MetaDefinitionName -PS C:\> $MetaDefinition | Remove-IntersightMetaDefinition - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightMetaDefinition -Moid 123bc2222287wee - - - - - + @@ -1714610,7 +1716815,15 @@ PS C:\> Remove-IntersightMetaDefinition -Moid 123bc2222287wee - Get-IntersightMetaDefinition + Get-IntersightMetricsMetricsExploration + + + + New-IntersightMetricsMetricsExploration + + + + Set-IntersightMetricsMetricsExploration @@ -1714618,19 +1716831,19 @@ PS C:\> Remove-IntersightMetaDefinition -Moid 123bc2222287wee - Remove-IntersightMetricsMetricsExploration + Remove-IntersightNetworkconfigPolicy Remove - IntersightMetricsMetricsExploration + IntersightNetworkconfigPolicy - Remove the MetricsMetricsExploration + Remove the NetworkconfigPolicy - Delete a 'MetricsMetricsExploration' resource. + Delete a 'NetworkconfigPolicy' resource. - Remove-IntersightMetricsMetricsExploration + Remove-IntersightNetworkconfigPolicy Json @@ -1714658,7 +1716871,7 @@ PS C:\> Remove-IntersightMetaDefinition -Moid 123bc2222287wee - Remove-IntersightMetricsMetricsExploration + Remove-IntersightNetworkconfigPolicy Moid @@ -1714737,7 +1716950,21 @@ PS C:\> Remove-IntersightMetaDefinition -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the NetworkconfigPolicy to delete +PS C:\> $NetworkconfigPolicy = Remove-IntersightNetworkconfigPolicy -Name NetworkconfigPolicyName +PS C:\> $NetworkconfigPolicy | Remove-IntersightNetworkconfigPolicy + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightNetworkconfigPolicy -Moid 123bc2222287wee + + + + + @@ -1714745,15 +1716972,15 @@ PS C:\> Remove-IntersightMetaDefinition -Moid 123bc2222287wee - Get-IntersightMetricsMetricsExploration + Get-IntersightNetworkconfigPolicy - New-IntersightMetricsMetricsExploration + New-IntersightNetworkconfigPolicy - Set-IntersightMetricsMetricsExploration + Set-IntersightNetworkconfigPolicy @@ -1714761,19 +1716988,19 @@ PS C:\> Remove-IntersightMetaDefinition -Moid 123bc2222287wee - Remove-IntersightNetworkconfigPolicy + Remove-IntersightNiatelemetryNexusCloudSite Remove - IntersightNetworkconfigPolicy + IntersightNiatelemetryNexusCloudSite - Remove the NetworkconfigPolicy + Remove the NiatelemetryNexusCloudSite - Delete a 'NetworkconfigPolicy' resource. + Delete a 'NiatelemetryNexusCloudSite' resource. - Remove-IntersightNetworkconfigPolicy + Remove-IntersightNiatelemetryNexusCloudSite Json @@ -1714801,7 +1717028,7 @@ PS C:\> Remove-IntersightMetaDefinition -Moid 123bc2222287wee - Remove-IntersightNetworkconfigPolicy + Remove-IntersightNiatelemetryNexusCloudSite Moid @@ -1714880,21 +1717107,7 @@ PS C:\> Remove-IntersightMetaDefinition -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the NetworkconfigPolicy to delete -PS C:\> $NetworkconfigPolicy = Remove-IntersightNetworkconfigPolicy -Name NetworkconfigPolicyName -PS C:\> $NetworkconfigPolicy | Remove-IntersightNetworkconfigPolicy - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightNetworkconfigPolicy -Moid 123bc2222287wee - - - - - + @@ -1714902,15 +1717115,15 @@ PS C:\> Remove-IntersightNetworkconfigPolicy -Moid 123bc2222287wee - Get-IntersightNetworkconfigPolicy + Get-IntersightNiatelemetryNexusCloudSite - New-IntersightNetworkconfigPolicy + New-IntersightNiatelemetryNexusCloudSite - Set-IntersightNetworkconfigPolicy + Set-IntersightNiatelemetryNexusCloudSite @@ -1714918,19 +1717131,19 @@ PS C:\> Remove-IntersightNetworkconfigPolicy -Moid 123bc2222287wee - Remove-IntersightNiatelemetryNexusCloudSite + Remove-IntersightNotificationAccountSubscription Remove - IntersightNiatelemetryNexusCloudSite + IntersightNotificationAccountSubscription - Remove the NiatelemetryNexusCloudSite + Remove the NotificationAccountSubscription - Delete a 'NiatelemetryNexusCloudSite' resource. + Delete a 'NotificationAccountSubscription' resource. - Remove-IntersightNiatelemetryNexusCloudSite + Remove-IntersightNotificationAccountSubscription Json @@ -1714958,7 +1717171,7 @@ PS C:\> Remove-IntersightNetworkconfigPolicy -Moid 123bc2222287wee - Remove-IntersightNiatelemetryNexusCloudSite + Remove-IntersightNotificationAccountSubscription Moid @@ -1715045,15 +1717258,15 @@ PS C:\> Remove-IntersightNetworkconfigPolicy -Moid 123bc2222287wee - Get-IntersightNiatelemetryNexusCloudSite + Get-IntersightNotificationAccountSubscription - New-IntersightNiatelemetryNexusCloudSite + New-IntersightNotificationAccountSubscription - Set-IntersightNiatelemetryNexusCloudSite + Set-IntersightNotificationAccountSubscription @@ -1715061,19 +1717274,19 @@ PS C:\> Remove-IntersightNetworkconfigPolicy -Moid 123bc2222287wee - Remove-IntersightNotificationAccountSubscription + Remove-IntersightNtpPolicy Remove - IntersightNotificationAccountSubscription + IntersightNtpPolicy - Remove the NotificationAccountSubscription + Remove the NtpPolicy - Delete a 'NotificationAccountSubscription' resource. + Delete a 'NtpPolicy' resource. - Remove-IntersightNotificationAccountSubscription + Remove-IntersightNtpPolicy Json @@ -1715101,7 +1717314,7 @@ PS C:\> Remove-IntersightNetworkconfigPolicy -Moid 123bc2222287wee - Remove-IntersightNotificationAccountSubscription + Remove-IntersightNtpPolicy Moid @@ -1715180,7 +1717393,21 @@ PS C:\> Remove-IntersightNetworkconfigPolicy -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the NtpPolicy to delete +PS C:\> $NtpPolicy = Remove-IntersightNtpPolicy -Name NtpPolicyName +PS C:\> $NtpPolicy | Remove-IntersightNtpPolicy + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee + + + + + @@ -1715188,15 +1717415,15 @@ PS C:\> Remove-IntersightNetworkconfigPolicy -Moid 123bc2222287wee - Get-IntersightNotificationAccountSubscription + Get-IntersightNtpPolicy - New-IntersightNotificationAccountSubscription + New-IntersightNtpPolicy - Set-IntersightNotificationAccountSubscription + Set-IntersightNtpPolicy @@ -1715204,19 +1717431,19 @@ PS C:\> Remove-IntersightNetworkconfigPolicy -Moid 123bc2222287wee - Remove-IntersightNtpPolicy + Remove-IntersightOauthAccessToken Remove - IntersightNtpPolicy + IntersightOauthAccessToken - Remove the NtpPolicy + Remove the OauthAccessToken - Delete a 'NtpPolicy' resource. + Delete a 'OauthAccessToken' resource. - Remove-IntersightNtpPolicy + Remove-IntersightOauthAccessToken Json @@ -1715244,7 +1717471,7 @@ PS C:\> Remove-IntersightNetworkconfigPolicy -Moid 123bc2222287wee - Remove-IntersightNtpPolicy + Remove-IntersightOauthAccessToken Moid @@ -1715323,21 +1717550,7 @@ PS C:\> Remove-IntersightNetworkconfigPolicy -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the NtpPolicy to delete -PS C:\> $NtpPolicy = Remove-IntersightNtpPolicy -Name NtpPolicyName -PS C:\> $NtpPolicy | Remove-IntersightNtpPolicy - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - - - - - + @@ -1715345,15 +1717558,7 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Get-IntersightNtpPolicy - - - - New-IntersightNtpPolicy - - - - Set-IntersightNtpPolicy + Get-IntersightOauthAccessToken @@ -1715361,19 +1717566,19 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOauthAccessToken + Remove-IntersightOpenapiApiMethodMeta Remove - IntersightOauthAccessToken + IntersightOpenapiApiMethodMeta - Remove the OauthAccessToken + Remove the OpenapiApiMethodMeta - Delete a 'OauthAccessToken' resource. + Delete a 'OpenapiApiMethodMeta' resource. - Remove-IntersightOauthAccessToken + Remove-IntersightOpenapiApiMethodMeta Json @@ -1715401,7 +1717606,7 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOauthAccessToken + Remove-IntersightOpenapiApiMethodMeta Moid @@ -1715488,7 +1717693,7 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Get-IntersightOauthAccessToken + Get-IntersightOpenapiApiMethodMeta @@ -1715496,19 +1717701,19 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOpenapiApiMethodMeta + Remove-IntersightOpenapiOpenApiSpecification Remove - IntersightOpenapiApiMethodMeta + IntersightOpenapiOpenApiSpecification - Remove the OpenapiApiMethodMeta + Remove the OpenapiOpenApiSpecification - Delete a 'OpenapiApiMethodMeta' resource. + Delete a 'OpenapiOpenApiSpecification' resource. - Remove-IntersightOpenapiApiMethodMeta + Remove-IntersightOpenapiOpenApiSpecification Json @@ -1715536,7 +1717741,7 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOpenapiApiMethodMeta + Remove-IntersightOpenapiOpenApiSpecification Moid @@ -1715623,7 +1717828,15 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Get-IntersightOpenapiApiMethodMeta + Get-IntersightOpenapiOpenApiSpecification + + + + New-IntersightOpenapiOpenApiSpecification + + + + Set-IntersightOpenapiOpenApiSpecification @@ -1715631,19 +1717844,19 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOpenapiOpenApiSpecification + Remove-IntersightOpenapiProcessFile Remove - IntersightOpenapiOpenApiSpecification + IntersightOpenapiProcessFile - Remove the OpenapiOpenApiSpecification + Remove the OpenapiProcessFile - Delete a 'OpenapiOpenApiSpecification' resource. + Delete a 'OpenapiProcessFile' resource. - Remove-IntersightOpenapiOpenApiSpecification + Remove-IntersightOpenapiProcessFile Json @@ -1715671,7 +1717884,7 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOpenapiOpenApiSpecification + Remove-IntersightOpenapiProcessFile Moid @@ -1715758,15 +1717971,11 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Get-IntersightOpenapiOpenApiSpecification - - - - New-IntersightOpenapiOpenApiSpecification + Get-IntersightOpenapiProcessFile - Set-IntersightOpenapiOpenApiSpecification + New-IntersightOpenapiProcessFile @@ -1715774,19 +1717983,19 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOpenapiProcessFile + Remove-IntersightOpenapiTaskGenerationRequest Remove - IntersightOpenapiProcessFile + IntersightOpenapiTaskGenerationRequest - Remove the OpenapiProcessFile + Remove the OpenapiTaskGenerationRequest - Delete a 'OpenapiProcessFile' resource. + Delete a 'OpenapiTaskGenerationRequest' resource. - Remove-IntersightOpenapiProcessFile + Remove-IntersightOpenapiTaskGenerationRequest Json @@ -1715814,7 +1718023,7 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOpenapiProcessFile + Remove-IntersightOpenapiTaskGenerationRequest Moid @@ -1715901,11 +1718110,15 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Get-IntersightOpenapiProcessFile + Get-IntersightOpenapiTaskGenerationRequest - New-IntersightOpenapiProcessFile + New-IntersightOpenapiTaskGenerationRequest + + + + Set-IntersightOpenapiTaskGenerationRequest @@ -1715913,19 +1718126,19 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOpenapiTaskGenerationRequest + Remove-IntersightOpenapiTaskGenerationResult Remove - IntersightOpenapiTaskGenerationRequest + IntersightOpenapiTaskGenerationResult - Remove the OpenapiTaskGenerationRequest + Remove the OpenapiTaskGenerationResult - Delete a 'OpenapiTaskGenerationRequest' resource. + Delete a 'OpenapiTaskGenerationResult' resource. - Remove-IntersightOpenapiTaskGenerationRequest + Remove-IntersightOpenapiTaskGenerationResult Json @@ -1715953,7 +1718166,7 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOpenapiTaskGenerationRequest + Remove-IntersightOpenapiTaskGenerationResult Moid @@ -1716040,15 +1718253,7 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Get-IntersightOpenapiTaskGenerationRequest - - - - New-IntersightOpenapiTaskGenerationRequest - - - - Set-IntersightOpenapiTaskGenerationRequest + Get-IntersightOpenapiTaskGenerationResult @@ -1716056,19 +1718261,19 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOpenapiTaskGenerationResult + Remove-IntersightOprsDeployment Remove - IntersightOpenapiTaskGenerationResult + IntersightOprsDeployment - Remove the OpenapiTaskGenerationResult + Remove the OprsDeployment - Delete a 'OpenapiTaskGenerationResult' resource. + Delete a 'OprsDeployment' resource. - Remove-IntersightOpenapiTaskGenerationResult + Remove-IntersightOprsDeployment Json @@ -1716096,7 +1718301,7 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOpenapiTaskGenerationResult + Remove-IntersightOprsDeployment Moid @@ -1716175,7 +1718380,21 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - + + + -------------------------- Example(s) -------------------------- + +#Get the OprsDeployment to delete +PS C:\> $OprsDeployment = Remove-IntersightOprsDeployment -Name OprsDeploymentName +PS C:\> $OprsDeployment | Remove-IntersightOprsDeployment + +#Remove the server profile by Moid. +PS C:\> Remove-IntersightOprsDeployment -Moid 123bc2222287wee + + + + + @@ -1716183,7 +1718402,15 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Get-IntersightOpenapiTaskGenerationResult + Get-IntersightOprsDeployment + + + + New-IntersightOprsDeployment + + + + Set-IntersightOprsDeployment @@ -1716191,19 +1718418,19 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOprsDeployment + Remove-IntersightOprsSyncTargetListMessage Remove - IntersightOprsDeployment + IntersightOprsSyncTargetListMessage - Remove the OprsDeployment + Remove the OprsSyncTargetListMessage - Delete a 'OprsDeployment' resource. + Delete a 'OprsSyncTargetListMessage' resource. - Remove-IntersightOprsDeployment + Remove-IntersightOprsSyncTargetListMessage Json @@ -1716231,7 +1718458,7 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee - Remove-IntersightOprsDeployment + Remove-IntersightOprsSyncTargetListMessage Moid @@ -1716314,12 +1718541,12 @@ PS C:\> Remove-IntersightNtpPolicy -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the OprsDeployment to delete -PS C:\> $OprsDeployment = Remove-IntersightOprsDeployment -Name OprsDeploymentName -PS C:\> $OprsDeployment | Remove-IntersightOprsDeployment +#Get the OprsSyncTargetListMessage to delete +PS C:\> $OprsSyncTargetListMessage = Remove-IntersightOprsSyncTargetListMessage -Name OprsSyncTargetListMessageName +PS C:\> $OprsSyncTargetListMessage | Remove-IntersightOprsSyncTargetListMessage #Remove the server profile by Moid. -PS C:\> Remove-IntersightOprsDeployment -Moid 123bc2222287wee +PS C:\> Remove-IntersightOprsSyncTargetListMessage -Moid 123bc2222287wee @@ -1716332,15 +1718559,15 @@ PS C:\> Remove-IntersightOprsDeployment -Moid 123bc2222287wee - Get-IntersightOprsDeployment + Get-IntersightOprsSyncTargetListMessage - New-IntersightOprsDeployment + New-IntersightOprsSyncTargetListMessage - Set-IntersightOprsDeployment + Set-IntersightOprsSyncTargetListMessage @@ -1716348,19 +1718575,19 @@ PS C:\> Remove-IntersightOprsDeployment -Moid 123bc2222287wee - Remove-IntersightOprsSyncTargetListMessage + Remove-IntersightOrganizationOrganization Remove - IntersightOprsSyncTargetListMessage + IntersightOrganizationOrganization - Remove the OprsSyncTargetListMessage + Remove the OrganizationOrganization - Delete a 'OprsSyncTargetListMessage' resource. + Delete a 'OrganizationOrganization' resource. - Remove-IntersightOprsSyncTargetListMessage + Remove-IntersightOrganizationOrganization Json @@ -1716388,7 +1718615,7 @@ PS C:\> Remove-IntersightOprsDeployment -Moid 123bc2222287wee - Remove-IntersightOprsSyncTargetListMessage + Remove-IntersightOrganizationOrganization Moid @@ -1716471,12 +1718698,12 @@ PS C:\> Remove-IntersightOprsDeployment -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the OprsSyncTargetListMessage to delete -PS C:\> $OprsSyncTargetListMessage = Remove-IntersightOprsSyncTargetListMessage -Name OprsSyncTargetListMessageName -PS C:\> $OprsSyncTargetListMessage | Remove-IntersightOprsSyncTargetListMessage +#Get the OrganizationOrganization to delete +PS C:\> $OrganizationOrganization = Remove-IntersightOrganizationOrganization -Name OrganizationOrganizationName +PS C:\> $OrganizationOrganization | Remove-IntersightOrganizationOrganization #Remove the server profile by Moid. -PS C:\> Remove-IntersightOprsSyncTargetListMessage -Moid 123bc2222287wee +PS C:\> Remove-IntersightOrganizationOrganization -Moid 123bc2222287wee @@ -1716489,15 +1718716,15 @@ PS C:\> Remove-IntersightOprsSyncTargetListMessage -Moid 123bc2222287wee - Get-IntersightOprsSyncTargetListMessage + Get-IntersightOrganizationOrganization - New-IntersightOprsSyncTargetListMessage + New-IntersightOrganizationOrganization - Set-IntersightOprsSyncTargetListMessage + Set-IntersightOrganizationOrganization @@ -1716505,19 +1718732,19 @@ PS C:\> Remove-IntersightOprsSyncTargetListMessage -Moid 123bc2222287wee - Remove-IntersightOrganizationOrganization + Remove-IntersightOsConfigurationFile Remove - IntersightOrganizationOrganization + IntersightOsConfigurationFile - Remove the OrganizationOrganization + Remove the OsConfigurationFile - Delete a 'OrganizationOrganization' resource. + Delete a 'OsConfigurationFile' resource. - Remove-IntersightOrganizationOrganization + Remove-IntersightOsConfigurationFile Json @@ -1716545,7 +1718772,7 @@ PS C:\> Remove-IntersightOprsSyncTargetListMessage -Moid 123bc2222287wee - Remove-IntersightOrganizationOrganization + Remove-IntersightOsConfigurationFile Moid @@ -1716628,12 +1718855,12 @@ PS C:\> Remove-IntersightOprsSyncTargetListMessage -Moid 123bc2222287wee -------------------------- Example(s) -------------------------- -#Get the OrganizationOrganization to delete -PS C:\> $OrganizationOrganization = Remove-IntersightOrganizationOrganization -Name OrganizationOrganizationName -PS C:\> $OrganizationOrganization | Remove-IntersightOrganizationOrganization +#Get the OsConfigurationFile to delete +PS C:\> $OsConfigurationFile = Remove-IntersightOsConfigurationFile -Name OsConfigurationFileName +PS C:\> $OsConfigurationFile | Remove-IntersightOsConfigurationFile #Remove the server profile by Moid. -PS C:\> Remove-IntersightOrganizationOrganization -Moid 123bc2222287wee +PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee @@ -1716646,15 +1718873,15 @@ PS C:\> Remove-IntersightOrganizationOrganization -Moid 123bc2222287wee - Get-IntersightOrganizationOrganization + Get-IntersightOsConfigurationFile - New-IntersightOrganizationOrganization + New-IntersightOsConfigurationFile - Set-IntersightOrganizationOrganization + Set-IntersightOsConfigurationFile @@ -1716662,19 +1718889,19 @@ PS C:\> Remove-IntersightOrganizationOrganization -Moid 123bc2222287wee - Remove-IntersightOsConfigurationFile + Remove-IntersightPartnerintegrationDeviceConnector Remove - IntersightOsConfigurationFile + IntersightPartnerintegrationDeviceConnector - Remove the OsConfigurationFile + Remove the PartnerintegrationDeviceConnector - Delete a 'OsConfigurationFile' resource. + Delete a 'PartnerintegrationDeviceConnector' resource. - Remove-IntersightOsConfigurationFile + Remove-IntersightPartnerintegrationDeviceConnector Json @@ -1716702,7 +1718929,7 @@ PS C:\> Remove-IntersightOrganizationOrganization -Moid 123bc2222287wee - Remove-IntersightOsConfigurationFile + Remove-IntersightPartnerintegrationDeviceConnector Moid @@ -1716781,21 +1719008,7 @@ PS C:\> Remove-IntersightOrganizationOrganization -Moid 123bc2222287wee - - - -------------------------- Example(s) -------------------------- - -#Get the OsConfigurationFile to delete -PS C:\> $OsConfigurationFile = Remove-IntersightOsConfigurationFile -Name OsConfigurationFileName -PS C:\> $OsConfigurationFile | Remove-IntersightOsConfigurationFile - -#Remove the server profile by Moid. -PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - - - - - + @@ -1716803,15 +1719016,15 @@ PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - Get-IntersightOsConfigurationFile + Get-IntersightPartnerintegrationDeviceConnector - New-IntersightOsConfigurationFile + New-IntersightPartnerintegrationDeviceConnector - Set-IntersightOsConfigurationFile + Set-IntersightPartnerintegrationDeviceConnector @@ -1716819,19 +1719032,19 @@ PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - Remove-IntersightPartnerintegrationDeviceConnector + Remove-IntersightPartnerintegrationEtl Remove - IntersightPartnerintegrationDeviceConnector + IntersightPartnerintegrationEtl - Remove the PartnerintegrationDeviceConnector + Remove the PartnerintegrationEtl - Delete a 'PartnerintegrationDeviceConnector' resource. + Delete a 'PartnerintegrationEtl' resource. - Remove-IntersightPartnerintegrationDeviceConnector + Remove-IntersightPartnerintegrationEtl Json @@ -1716859,7 +1719072,7 @@ PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - Remove-IntersightPartnerintegrationDeviceConnector + Remove-IntersightPartnerintegrationEtl Moid @@ -1716946,15 +1719159,15 @@ PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - Get-IntersightPartnerintegrationDeviceConnector + Get-IntersightPartnerintegrationEtl - New-IntersightPartnerintegrationDeviceConnector + New-IntersightPartnerintegrationEtl - Set-IntersightPartnerintegrationDeviceConnector + Set-IntersightPartnerintegrationEtl @@ -1716962,19 +1719175,19 @@ PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - Remove-IntersightPartnerintegrationEtl + Remove-IntersightPartnerintegrationFile Remove - IntersightPartnerintegrationEtl + IntersightPartnerintegrationFile - Remove the PartnerintegrationEtl + Remove the PartnerintegrationFile - Delete a 'PartnerintegrationEtl' resource. + Delete a 'PartnerintegrationFile' resource. - Remove-IntersightPartnerintegrationEtl + Remove-IntersightPartnerintegrationFile Json @@ -1717002,7 +1719215,7 @@ PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - Remove-IntersightPartnerintegrationEtl + Remove-IntersightPartnerintegrationFile Moid @@ -1717089,15 +1719302,15 @@ PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - Get-IntersightPartnerintegrationEtl + Get-IntersightPartnerintegrationFile - New-IntersightPartnerintegrationEtl + New-IntersightPartnerintegrationFile - Set-IntersightPartnerintegrationEtl + Set-IntersightPartnerintegrationFile @@ -1717105,19 +1719318,19 @@ PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - Remove-IntersightPartnerintegrationFile + Remove-IntersightPartnerintegrationInventory Remove - IntersightPartnerintegrationFile + IntersightPartnerintegrationInventory - Remove the PartnerintegrationFile + Remove the PartnerintegrationInventory - Delete a 'PartnerintegrationFile' resource. + Delete a 'PartnerintegrationInventory' resource. - Remove-IntersightPartnerintegrationFile + Remove-IntersightPartnerintegrationInventory Json @@ -1717145,7 +1719358,7 @@ PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - Remove-IntersightPartnerintegrationFile + Remove-IntersightPartnerintegrationInventory Moid @@ -1717232,15 +1719445,15 @@ PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - Get-IntersightPartnerintegrationFile + Get-IntersightPartnerintegrationInventory - New-IntersightPartnerintegrationFile + New-IntersightPartnerintegrationInventory - Set-IntersightPartnerintegrationFile + Set-IntersightPartnerintegrationInventory @@ -1717248,19 +1719461,19 @@ PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - Remove-IntersightPartnerintegrationInventory + Remove-IntersightPartnerintegrationMetrics Remove - IntersightPartnerintegrationInventory + IntersightPartnerintegrationMetrics - Remove the PartnerintegrationInventory + Remove the PartnerintegrationMetrics - Delete a 'PartnerintegrationInventory' resource. + Delete a 'PartnerintegrationMetrics' resource. - Remove-IntersightPartnerintegrationInventory + Remove-IntersightPartnerintegrationMetrics Json @@ -1717288,7 +1719501,7 @@ PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - Remove-IntersightPartnerintegrationInventory + Remove-IntersightPartnerintegrationMetrics Moid @@ -1717375,15 +1719588,15 @@ PS C:\> Remove-IntersightOsConfigurationFile -Moid 123bc2222287wee - Get-IntersightPartnerintegrationInventory + Get-IntersightPartnerintegrationMetrics - New-IntersightPartnerintegrationInventory + New-IntersightPartnerintegrationMetrics - Set-IntersightPartnerintegrationInventory + Set-IntersightPartnerintegrationMetrics @@ -1792928,7 +1795141,7 @@ or use the cmdlet Initialize-IntersightMoMoRef. Name - Name of the SPAN session. + Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_). string @@ -1824124,7 +1826337,7 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa Timezone - The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - HyperflexSysConfigPolicy.TimezoneEnum @@ -1844588,7 +1846801,7 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa Timezone - The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - KubernetesSysConfigPolicy.TimezoneEnum @@ -1861974,7 +1864187,7 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa Timezone - Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` - + Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` - NtpPolicy.TimezoneEnum @@ -1865824,6 +1868037,18 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa None + + Metrics + + + + PartnerintegrationMetricsRelationship + + PartnerintegrationMetricsRelationship + + + None + Models @@ -1865963,6 +1868188,21 @@ or use the cmdlet Initialize-IntersightMoMoRef. None + + Metrics + + A reference to a partnerintegrationMetrics resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + + PartnerintegrationMetricsRelationship + + PartnerintegrationMetricsRelationship + + + None + Models @@ -1866107,6 +1868347,280 @@ Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTa + + + Set-IntersightPartnerintegrationMetrics + Set + IntersightPartnerintegrationMetrics + + Set the PartnerintegrationMetrics + + + + Update a 'PartnerintegrationMetrics' resource. + + + + Set-IntersightPartnerintegrationMetrics + + AdditionalProperties + + + + System.Collections.Generic.Dictionary`2[string,object] + + System.Collections.Generic.Dictionary`2[string,object] + + + None + + + Data + + + + PartnerintegrationMetricsModel + + PartnerintegrationMetricsModel + + + None + + + Inventory + + + + PartnerintegrationInventoryRelationship + + PartnerintegrationInventoryRelationship + + + None + + + Moid + + + + string + + string + + + None + + + Name + + + + string + + string + + + None + + + Tags + + + + System.Collections.Generic.List`1[MoTag] + + System.Collections.Generic.List`1[MoTag] + + + None + + + Json + + + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + + + SwitchParameter + + SwitchParameter + + + None + + + + + + + AdditionalProperties + + + + System.Collections.Generic.Dictionary`2[string,object] + + System.Collections.Generic.Dictionary`2[string,object] + + + None + + + Data + + Transformation model in metrics format. + +Note :- Use Initialize-IntersightPartnerintegrationMetricsModel to create the object of complex type PartnerintegrationMetricsModel + + PartnerintegrationMetricsModel + + PartnerintegrationMetricsModel + + + None + + + Inventory + + A reference to a partnerintegrationInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline. + + Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef +or use the cmdlet Initialize-IntersightMoMoRef. + + PartnerintegrationInventoryRelationship + + PartnerintegrationInventoryRelationship + + + None + + + Moid + + The unique identifier of this Managed Object instance. + + string + + string + + + None + + + Name + + Placeholder name for the Metrics. + + string + + string + + + None + + + Tags + + + +Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTag + + System.Collections.Generic.List`1[MoTag] + + System.Collections.Generic.List`1[MoTag] + + + None + + + Json + + Returns the json payload received in response. + + SwitchParameter + + SwitchParameter + + + None + + + WithHttpInfo + + Returns the HTTP response with headers and content. + + SwitchParameter + + SwitchParameter + + + None + + + + + + + + + + + + + + + + System.Object + + + + + + + + + + + + + + + + https://www.intersight.com/apidocs/downloads + + + + Get-IntersightPartnerintegrationMetrics + + + + Initialize-IntersightMoVersionContext + + + + Initialize-IntersightPartnerintegrationMetricsModel + + + + New-IntersightPartnerintegrationMetrics + + + + Remove-IntersightPartnerintegrationMetrics + + + + + Set-IntersightPartnerintegrationModel @@ -1924765,7 +1927279,7 @@ or use the cmdlet Initialize-IntersightMoMoRef. PublishStatus - Publish status of the catalog item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. + Publish status of the catalog item.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. WorkflowCatalogItemDefinition.PublishStatusEnum @@ -1928342,7 +1930856,7 @@ or use the cmdlet Initialize-IntersightMoMoRef. PublishStatus - Publish status of the service item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published. + The publish status of service item (Draft, Published, Archived).\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed. WorkflowServiceItemDefinition.PublishStatusEnum diff --git a/src/Intersight.PowerShell.sln b/src/Intersight.PowerShell.sln index 6cc74b8a..b365cdb0 100644 --- a/src/Intersight.PowerShell.sln +++ b/src/Intersight.PowerShell.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28307.572 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intersight.PowerShell", "Intersight.PowerShell\Intersight.PowerShell.csproj", "{96E80522-B9DA-4CD2-A4EC-7772CAD77BC5}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intersight.PowerShell", "Intersight.PowerShell\Intersight.PowerShell.csproj", "{FF1E5FC8-D70C-4A69-BED9-509063280203}" EndProject Project("{951E3E32-4DFA-4091-81DB-4100C2CAB9BE}") = "Intersight.PowerShellTest", "Intersight.PowerShellTest\Intersight.PowerShellTest.csproj", "{7A47A690-0082-435C-B099-04B773D7A651}" EndProject @@ -13,10 +13,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {96E80522-B9DA-4CD2-A4EC-7772CAD77BC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {96E80522-B9DA-4CD2-A4EC-7772CAD77BC5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {96E80522-B9DA-4CD2-A4EC-7772CAD77BC5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {96E80522-B9DA-4CD2-A4EC-7772CAD77BC5}.Release|Any CPU.Build.0 = Release|Any CPU + {FF1E5FC8-D70C-4A69-BED9-509063280203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FF1E5FC8-D70C-4A69-BED9-509063280203}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF1E5FC8-D70C-4A69-BED9-509063280203}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FF1E5FC8-D70C-4A69-BED9-509063280203}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/Intersight.PowerShell/Cmdlet/ApplianceCmdlet.cs b/src/Intersight.PowerShell/Cmdlet/ApplianceCmdlet.cs index 129bbc4f..f24e15ad 100644 --- a/src/Intersight.PowerShell/Cmdlet/ApplianceCmdlet.cs +++ b/src/Intersight.PowerShell/Cmdlet/ApplianceCmdlet.cs @@ -6782,7 +6782,7 @@ public string SharedScope // - /// "Timezone of the Intersight Appliance.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "Timezone of the Intersight Appliance.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] diff --git a/src/Intersight.PowerShell/Cmdlet/AssetCmdlet.cs b/src/Intersight.PowerShell/Cmdlet/AssetCmdlet.cs index 18a8db29..5c851270 100644 --- a/src/Intersight.PowerShell/Cmdlet/AssetCmdlet.cs +++ b/src/Intersight.PowerShell/Cmdlet/AssetCmdlet.cs @@ -1606,7 +1606,7 @@ public string ProxyApp } // - /// "The device connector's public key used by Intersight to authenticate a connection from the device connector. The public key is used to verify that the signature a device connector sends on connect has been signed by the connector's private key stored on the device's filesystem. Must be a PEM encoded RSA public key string." + /// "The device connector's public key used by Intersight to authenticate a connection from the device connector. The public key is used to verify that the signature a device connector sends on connect has been signed by the connector's private key stored on the device's filesystem. Must be a PEM encoded RSA or Ed22519 public key string." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -1616,6 +1616,17 @@ public string PublicAccessKey set; } + // + /// "The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string PublicEncryptionKey + { + get; + set; + } + // /// "Flag reported by devices to indicate an administrator of the device has disabled management operations of the device connector and only monitoring is permitted." /// @@ -3316,6 +3327,7 @@ public AssetDeviceRegistration.PlatformTypeEnum PlatformType + // /// /// diff --git a/src/Intersight.PowerShell/Cmdlet/CapabilityCmdlet.cs b/src/Intersight.PowerShell/Cmdlet/CapabilityCmdlet.cs index d1344de9..198a729d 100644 --- a/src/Intersight.PowerShell/Cmdlet/CapabilityCmdlet.cs +++ b/src/Intersight.PowerShell/Cmdlet/CapabilityCmdlet.cs @@ -910,6 +910,18 @@ public MoBaseMoRelationship Parent } + // + /// "Platform type for which the constraint is to be enforced." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string PlatformType + { + get; + set; + } + + // /// "Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.\nObjects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs." /// @@ -4859,6 +4871,18 @@ public MoBaseMoRelationship Parent } + // + /// "Platform type for which the constraint is to be enforced." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string PlatformType + { + get; + set; + } + + // /// "Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.\nObjects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs." /// @@ -6516,6 +6540,18 @@ public MoBaseMoRelationship Parent } + // + /// "Platform type for which the constraint is to be enforced." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string PlatformType + { + get; + set; + } + + // /// "Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.\nObjects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs." /// diff --git a/src/Intersight.PowerShell/Cmdlet/CatalystsdwanCmdlet.cs b/src/Intersight.PowerShell/Cmdlet/CatalystsdwanCmdlet.cs index fe885cfd..4e11e2fa 100644 --- a/src/Intersight.PowerShell/Cmdlet/CatalystsdwanCmdlet.cs +++ b/src/Intersight.PowerShell/Cmdlet/CatalystsdwanCmdlet.cs @@ -382,45 +382,46 @@ public DateTime CreateTime set; } + // - /// "UUID for the Catalyst SDWAN Vedge Device." + /// "The database identifier of the registered device of an object." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] - public string DeviceId + public string DeviceMoId { get; set; } // - /// "The Catalyst SDWAN device model." + /// "The Catalyst SDWAN device state." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] - public string DeviceModel + public string DeviceState { get; set; } // - /// "The Catalyst SDWAN device state." + /// "The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] - public string DeviceState + public string DeviceType { get; set; } // - /// "The Catalyst SDWAN device type." + /// "The Distinguished Name unambiguously identifies an object in the system." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] - public string DeviceType + public string Dn { get; set; @@ -437,6 +438,17 @@ public string DomainGroupMoid set; } + // + /// "The hardware version of the device." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string HardwareVersion + { + get; + set; + } + // /// "The Catalyst SDWAN device host name." /// @@ -448,6 +460,17 @@ public string HostName set; } + // + /// "This field indicates the compute status of the catalog values for the associated component or hardware." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public bool IsUpgraded + { + get; + set; + } + // /// "The time when this managed object was last modified." /// @@ -459,6 +482,17 @@ public DateTime ModTime set; } + // + /// "This field displays the model number of the associated component or hardware." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string Model + { + get; + set; + } + // /// "The unique identifier of this Managed Object instance." /// @@ -470,6 +504,17 @@ public string Moid set; } + // + /// "Administrator defined name for the device." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = false, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string Name + { + get; + set; + } + // /// "A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline." @@ -494,6 +539,28 @@ public string PlatformFamily set; } + // + /// "This field indicates the presence (equipped) or absence (absent) of the associated component or hardware." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string Presence + { + get; + set; + } + + // + /// "A reference to a equipmentFru resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = true, ParameterSetName = "CmdletParam")] + + public EquipmentFruRelationship PreviousFru + { + get; + set; + } + // /// "The Catalyst SDWAN device reachability." /// @@ -517,11 +584,33 @@ public AssetDeviceRegistrationRelationship RegisteredDevice } // - /// "The Catalyst SDWAN device serial number." + /// "This field displays the revised version of the associated component or hardware (if any)." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string Revision + { + get; + set; + } + + // + /// "The Relative Name uniquely identifies an object within a given context." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string Rn + { + get; + set; + } + + // + /// "This field displays the serial number of the associated component or hardware." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] - public string SerialNumber + public string Serial { get; set; @@ -583,6 +672,28 @@ public string SystemIp } + // + /// "The Catalyst SDWAN device template status." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string TemplateStatus + { + get; + set; + } + + // + /// "Unique identity of the device." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + [ValidatePattern("^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$")] + public string Uuid + { + get; + set; + } + // /// "The Catalyst SDWAN device validity." /// @@ -595,7 +706,18 @@ public string Validity } // - /// "The Catalyst SDWAN device version." + /// "This field displays the vendor information of the associated component or hardware." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string Vendor + { + get; + set; + } + + // + /// "Current running software version of the device." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] diff --git a/src/Intersight.PowerShell/Cmdlet/ComputeCmdlet.cs b/src/Intersight.PowerShell/Cmdlet/ComputeCmdlet.cs index 709f6f3a..8a9fb240 100644 --- a/src/Intersight.PowerShell/Cmdlet/ComputeCmdlet.cs +++ b/src/Intersight.PowerShell/Cmdlet/ComputeCmdlet.cs @@ -2187,7 +2187,7 @@ public string AssetTag } // - /// "The amount of memory available on the server." + /// "Total memeory of the server in MB." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2231,7 +2231,7 @@ public string ConnectionStatus } // - /// "CPU Capacity = Number of CPU Sockets x Enabled Cores x Speed (GHz)." + /// "Total processing capacity of the server." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2253,7 +2253,7 @@ public DateTime CreateTime } // - /// "The database identifier of the registered device of an object." + /// "The MoId of the registered device that coresponds to the server." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2351,6 +2351,17 @@ public InventoryDeviceInfoRelationship InventoryDeviceInfo set; } + // + /// "A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = true, ParameterSetName = "CmdletParam")] + + public MoBaseMoRelationship InventoryParent + { + get; + set; + } + // /// "The IPv4 address configured on the management interface of the Integrated Management Controller." /// @@ -2397,7 +2408,7 @@ public string KvmVendor } // - /// "The lifecycle state of the server. This will map to the discovery lifecycle as represented in the server Identity object.\n* `None` - Default state of an equipment. This should be an initial state when no state is defined for an equipment.\n* `Active` - Default Lifecycle State for a physical entity.\n* `Decommissioned` - Decommission Lifecycle state.\n* `DiscoveryInProgress` - DiscoveryInProgress Lifecycle state.\n* `DiscoveryFailed` - DiscoveryFailed Lifecycle state.\n* `FirmwareUpgradeInProgress` - Firmware upgrade is in progress on given physical entity.\n* `SecureEraseInProgress` - Secure Erase is in progress on given physical entity.\n* `BladeMigrationInProgress` - Server slot migration is in progress on given physical entity.\n* `SlotMismatch` - The blade server is detected in a different chassis/slot than it was previously." + /// "The lifecycle of the blade server.\n* `None` - Default state of an equipment. This should be an initial state when no state is defined for an equipment.\n* `Active` - Default Lifecycle State for a physical entity.\n* `Decommissioned` - Decommission Lifecycle state.\n* `DiscoveryInProgress` - DiscoveryInProgress Lifecycle state.\n* `DiscoveryFailed` - DiscoveryFailed Lifecycle state.\n* `FirmwareUpgradeInProgress` - Firmware upgrade is in progress on given physical entity.\n* `SecureEraseInProgress` - Secure Erase is in progress on given physical entity.\n* `BladeMigrationInProgress` - Server slot migration is in progress on given physical entity.\n* `SlotMismatch` - The blade server is detected in a different chassis/slot than it was previously." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2452,7 +2463,7 @@ public DateTime ModTime } // - /// "This field displays the model number of the associated component or hardware." + /// "This field identifies the model of the given component." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2496,7 +2507,7 @@ public long NumAdaptors } // - /// "The total number of CPU cores present on the server." + /// "The total number of CPU cores enabled on the server." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2597,7 +2608,7 @@ public string Operability // - /// "The package version of the Host Service Utility (HSU) for this server." + /// "Bundle version which the firmware belongs to." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2620,7 +2631,7 @@ public MoBaseMoRelationship Parent // - /// "The Rack unit software Personality." + /// "Unique identity of added software personality." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2642,7 +2653,7 @@ public string PlatformType } // - /// "This field indicates the presence (equipped) or absence (absent) of the associated component or hardware." + /// "This field identifies the presence (equipped) or absence of the given component." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2664,7 +2675,7 @@ public AssetDeviceRegistrationRelationship RegisteredDevice } // - /// "This field displays the revised version of the associated component or hardware (if any)." + /// "This field identifies the revision of the given component." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2697,7 +2708,7 @@ public string ScaledMode } // - /// "This field displays the serial number of the associated component or hardware." + /// "This field identifies the serial of the given component." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2752,7 +2763,7 @@ public long SlotId } // - /// "The source object type of this view MO." + /// "Stores the source object type. This feild will either be RackUnit or Blade." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2819,7 +2830,7 @@ public string Uuid } // - /// "This field displays the vendor information of the associated component or hardware." + /// "This field identifies the vendor of the given component." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] diff --git a/src/Intersight.PowerShell/Cmdlet/FabricCmdlet.cs b/src/Intersight.PowerShell/Cmdlet/FabricCmdlet.cs index c52883ad..9a7bee79 100644 --- a/src/Intersight.PowerShell/Cmdlet/FabricCmdlet.cs +++ b/src/Intersight.PowerShell/Cmdlet/FabricCmdlet.cs @@ -5153,7 +5153,7 @@ public string Moid } // - /// "Name of the SPAN session." + /// "Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_)." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = false, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] [ValidatePattern("^[a-zA-Z0-9_.:-]{1,64}$")] @@ -11336,7 +11336,7 @@ public string Moid } // - /// "Name of the SPAN session." + /// "Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_)." /// [Parameter(Mandatory = true, ValueFromPipelineByPropertyName = false, ValueFromPipeline = false)] [ValidatePattern("^[a-zA-Z0-9_.:-]{1,64}$")] @@ -16933,7 +16933,7 @@ public string Moid } // - /// "Name of the SPAN session." + /// "Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_)." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] [ValidatePattern("^[a-zA-Z0-9_.:-]{1,64}$")] diff --git a/src/Intersight.PowerShell/Cmdlet/HyperflexCmdlet.cs b/src/Intersight.PowerShell/Cmdlet/HyperflexCmdlet.cs index 442e0567..d0d9d4ab 100644 --- a/src/Intersight.PowerShell/Cmdlet/HyperflexCmdlet.cs +++ b/src/Intersight.PowerShell/Cmdlet/HyperflexCmdlet.cs @@ -11841,7 +11841,7 @@ public string SharedScope // - /// "The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -18197,7 +18197,7 @@ public List Tags } // - /// "The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -24732,7 +24732,7 @@ public List Tags } // - /// "The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] diff --git a/src/Intersight.PowerShell/Cmdlet/KubernetesCmdlet.cs b/src/Intersight.PowerShell/Cmdlet/KubernetesCmdlet.cs index 52a60c8c..63786e0f 100644 --- a/src/Intersight.PowerShell/Cmdlet/KubernetesCmdlet.cs +++ b/src/Intersight.PowerShell/Cmdlet/KubernetesCmdlet.cs @@ -4426,7 +4426,7 @@ public string SharedScope // - /// "The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -8315,7 +8315,7 @@ public List Tags } // - /// "The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -12383,7 +12383,7 @@ public List Tags } // - /// "The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] diff --git a/src/Intersight.PowerShell/Cmdlet/NetworkCmdlet.cs b/src/Intersight.PowerShell/Cmdlet/NetworkCmdlet.cs index 248cbcfc..570134f4 100644 --- a/src/Intersight.PowerShell/Cmdlet/NetworkCmdlet.cs +++ b/src/Intersight.PowerShell/Cmdlet/NetworkCmdlet.cs @@ -1364,7 +1364,7 @@ public string DefaultDomain } // - /// "The database identifier of the registered device of an object." + /// "The MoId of the registered device that coresponds to the server." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -1419,7 +1419,7 @@ public NetworkElementSummary.EthernetSwitchingModeEnum EthernetSwitchingMode } // - /// "The fault summary of the network Element out-of-band management interface." + /// "The fault summary for the server." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -1539,6 +1539,17 @@ public NetworkElementSummary.InterClusterLinkStateEnum InterClusterLinkState set; } + // + /// "A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = true, ParameterSetName = "CmdletParam")] + + public MoBaseMoRelationship InventoryParent + { + get; + set; + } + // /// "IP version 4 address is saved in this property." /// @@ -1584,7 +1595,7 @@ public DateTime ModTime } // - /// "This field displays the model number of the associated component or hardware." + /// "This field identifies the model of the given component." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -1606,7 +1617,7 @@ public string Moid } // - /// "Name of the ElementSummary object is saved in this property." + /// "The admin configured name of the system." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = false, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -1848,20 +1859,9 @@ public string PartNumber set; } - // - /// "The flag to indicate the firmware of peer Fabric Interconnect is out of sync." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] - - public bool PeerFirmwareOutOfSync - { - get; - set; - } - // - /// "This field indicates the presence (equipped) or absence (absent) of the associated component or hardware." + /// "This field identifies the presence (equipped) or absence of the given component." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -1894,7 +1894,7 @@ public long ReservedVlanStartId } // - /// "This field displays the revised version of the associated component or hardware (if any)." + /// "The product revision of the switch." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -1916,7 +1916,7 @@ public string Rn } // - /// "This field displays the serial number of the associated component or hardware." + /// "This field identifies the serial of the given component." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -1938,7 +1938,7 @@ public string SharedScope } // - /// "The source object type of this view MO." + /// "Stores the source object type used to fill the properties of this object." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2027,18 +2027,7 @@ public long TotalMemory } // - /// "The user defined label assigned to the switch." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] - [ValidatePattern("^[ !#$%&\\(\\)\\*\\+,\\-\\./:;\\?@\\[\\]_\\{\\|\\}~a-zA-Z0-9]*$")] - public string UserLabel - { - get; - set; - } - - // - /// "This field displays the vendor information of the associated component or hardware." + /// "This field identifies the vendor of the given component." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2049,7 +2038,7 @@ public string Vendor } // - /// "Version holds the firmware version related information." + /// "Firmware version of the switch." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] diff --git a/src/Intersight.PowerShell/Cmdlet/NtpCmdlet.cs b/src/Intersight.PowerShell/Cmdlet/NtpCmdlet.cs index d9a54479..c121c32f 100644 --- a/src/Intersight.PowerShell/Cmdlet/NtpCmdlet.cs +++ b/src/Intersight.PowerShell/Cmdlet/NtpCmdlet.cs @@ -367,7 +367,7 @@ public string SharedScope // - /// "Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -524,7 +524,7 @@ public List Tags } // - /// "Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -691,7 +691,7 @@ public List Tags } // - /// "Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] diff --git a/src/Intersight.PowerShell/Cmdlet/PartnerintegrationCmdlet.cs b/src/Intersight.PowerShell/Cmdlet/PartnerintegrationCmdlet.cs index 64280c9b..fa1c8b73 100644 --- a/src/Intersight.PowerShell/Cmdlet/PartnerintegrationCmdlet.cs +++ b/src/Intersight.PowerShell/Cmdlet/PartnerintegrationCmdlet.cs @@ -112,7 +112,7 @@ public string SharedScope } // - /// "Stage in the build process these logs belong to.\n* `None` - Default value for the log stage.\n* `Backend` - Logs corresponding to backend build.\n* `Ui` - Logs corresponding to ui build stage.\n* `Apidocs` - Logs corresponding to the apidocs build stage." + /// "Stage in the build process these logs belong to.\n* `None` - Default value for the log stage.\n* `Backend` - Logs corresponding to backend build.\n* `Ui` - Logs corresponding to ui build stage.\n* `Apidocs` - Logs corresponding to the apidocs build stage.\n* `MetricsCollectorBackend` - Logs corresponding to Metrics Collector backend build.\n* `MetricsCollectorDependentBackend` - Logs corresponding to Metrics Collector backend build.\n* `MetricsCollectorUi` - Logs corresponding to Metrics Collector ui build stage." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -909,7 +909,7 @@ public string BuildStartTime } // - /// "Status of build for inventory collection.\n* `None` - Default value of the status. i.e. done nothing.\n* `BackendInProgress` - The backend build is in progress.\n* `BackendFailed` - The backend build has failed.\n* `DockerInProgress` - The docker build is in progress.\n* `DockerFailed` - The docker build has failed.\n* `UiInProgress` - The UI build is in progress.\n* `UiFailed` - The inventory UI build has failed.\n* `ApidocsInProgress` - The apidocs build is in progress.\n* `ApidocsFailed` - The apidocs build has failed.\n* `Completed` - The operation completed successfully." + /// "Status of build for inventory collection.\n* `None` - Default value of the status. i.e. done nothing.\n* `BackendInProgress` - The backend build is in progress.\n* `BackendFailed` - The backend build has failed.\n* `MetricsCollectorBackendInProgress` - The Metrics Collector backend build is in progress.\n* `MetricsCollectorBackendFailed` - The Metrics Collector backend build has failed.\n* `DockerInProgress` - The docker build is in progress.\n* `DockerFailed` - The docker build has failed.\n* `UiInProgress` - The UI build is in progress.\n* `UiFailed` - The inventory UI build has failed.\n* `MetricsCollectorUiInProgress` - The Metrics Collector UI build is in progress.\n* `MetricsCollectorUiFailed` - The Metrics Collector UI build has failed.\n* `MetricsCollectorDependentBackendInProgress` - The Metrics Collector dependent backend build is in progress.\n* `MetricsCollectorDependentBackendFailed` - The Metrics Collector dependent backend build has failed.\n* `MetricsCollectorDependentDockerInProgress` - The Metrics Collector dependent docker build is in progress.\n* `MetricsCollectorDependentDockerFailed` - The Metrics Collector dependent docker build has failed.\n* `ApidocsInProgress` - The apidocs build is in progress.\n* `ApidocsFailed` - The apidocs build has failed.\n* `Completed` - The operation completed successfully." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -977,6 +977,17 @@ public string ImageName } + // + /// "A reference to a partnerintegrationMetrics resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = true, ParameterSetName = "CmdletParam")] + + public PartnerintegrationMetricsRelationship Metrics + { + get; + set; + } + // /// "The time when this managed object was last modified." /// @@ -1166,7 +1177,7 @@ public string SharedScope } // - /// "Stage in the build process these logs belong to.\n* `None` - Default value for the log stage.\n* `Backend` - Logs corresponding to backend build.\n* `Ui` - Logs corresponding to ui build stage.\n* `Apidocs` - Logs corresponding to the apidocs build stage." + /// "Stage in the build process these logs belong to.\n* `None` - Default value for the log stage.\n* `Backend` - Logs corresponding to backend build.\n* `Ui` - Logs corresponding to ui build stage.\n* `Apidocs` - Logs corresponding to the apidocs build stage.\n* `MetricsCollectorBackend` - Logs corresponding to Metrics Collector backend build.\n* `MetricsCollectorDependentBackend` - Logs corresponding to Metrics Collector backend build.\n* `MetricsCollectorUi` - Logs corresponding to Metrics Collector ui build stage." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -1181,6 +1192,126 @@ public PartnerintegrationLogs.StageEnum Stage + } + /// + /// This is the cmdlet to Get PartnerintegrationMetrics. + /// + [Cmdlet(VerbsCommon.Get, "IntersightPartnerintegrationMetrics", DefaultParameterSetName = "CmdletParam")] + public class GetIntersightPartnerintegrationMetrics : GetCmdletBase + { + public GetIntersightPartnerintegrationMetrics() + { + ApiInstance = new PartnerintegrationApi(Config); + MethodName = "GetPartnerintegrationMetricsListWithHttpInfo"; + } + + // + /// "The Account ID for this managed object." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = false, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string AccountMoid + { + get; + set; + } + + + + // + /// "The time when this managed object was created." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = false, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public DateTime CreateTime + { + get; + set; + } + + + // + /// "The DomainGroup ID for this managed object." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = false, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string DomainGroupMoid + { + get; + set; + } + + // + /// "A reference to a partnerintegrationInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = true, ParameterSetName = "CmdletParam")] + + public PartnerintegrationInventoryRelationship Inventory + { + get; + set; + } + + // + /// "The time when this managed object was last modified." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = false, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public DateTime ModTime + { + get; + set; + } + + // + /// "The unique identifier of this Managed Object instance." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = false, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string Moid + { + get; + set; + } + + // + /// "Placeholder name for the Metrics." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = false, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + [ValidatePattern("^[a-zA-Z0-9_.-]{1,64}$")] + public string Name + { + get; + set; + } + + + // + /// "A reference to a moBaseMo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = false, ValueFromPipeline = true, ParameterSetName = "CmdletParam")] + + public MoBaseMoRelationship Parent + { + get; + set; + } + + + // + /// "Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.\nObjects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = false, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string SharedScope + { + get; + set; + } + + + + } /// /// This is the cmdlet to Get PartnerintegrationModel. @@ -1760,6 +1891,17 @@ public List Etls + // + /// "A reference to a partnerintegrationMetrics resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public PartnerintegrationMetricsRelationship Metrics + { + get; + set; + } + // /// "An array of relationships to partnerintegrationModel resources." @@ -1810,6 +1952,95 @@ public OrganizationOrganizationRelationship Organization + // + /// + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public List Tags + { + get; + set; + } + + } + /// + /// This is the cmdlet to New PartnerintegrationMetrics. + /// + [Cmdlet(VerbsCommon.New, "IntersightPartnerintegrationMetrics")] + public class NewIntersightPartnerintegrationMetrics : NewCmdletBase + { + public NewIntersightPartnerintegrationMetrics() + { + ApiInstance = new PartnerintegrationApi(Config); + ModelObject = new PartnerintegrationMetrics(); + MethodName = "CreatePartnerintegrationMetricsWithHttpInfo"; + } + + + // + /// + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public Dictionary AdditionalProperties + { + get; + set; + } + + + + // + /// "Transformation model in metrics format." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public PartnerintegrationMetricsModel Data + { + get; + set; + } + + + // + /// "A reference to a partnerintegrationInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public PartnerintegrationInventoryRelationship Inventory + { + get; + set; + } + + + // + /// "The unique identifier of this Managed Object instance." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public string Moid + { + get; + set; + } + + // + /// "Placeholder name for the Metrics." + /// + [Parameter(Mandatory = true, ValueFromPipelineByPropertyName = false, ValueFromPipeline = false)] + [ValidatePattern("^[a-zA-Z0-9_.-]{1,64}$")] + public string Name + { + get; + set; + } + + + + + // /// /// @@ -1960,6 +2191,18 @@ public RemoveIntersightPartnerintegrationInventory() } } /// + /// This is the cmdlet to Remove PartnerintegrationMetrics. + /// + [Cmdlet(VerbsCommon.Remove, "IntersightPartnerintegrationMetrics")] + public class RemoveIntersightPartnerintegrationMetrics : RemoveCmdletBase + { + public RemoveIntersightPartnerintegrationMetrics() + { + ApiInstance = new PartnerintegrationApi(Config); + MethodName = "DeletePartnerintegrationMetricsWithHttpInfo"; + } + } + /// /// This is the cmdlet to Remove PartnerintegrationModel. /// [Cmdlet(VerbsCommon.Remove, "IntersightPartnerintegrationModel")] @@ -2429,6 +2672,17 @@ public List Etls + // + /// "A reference to a partnerintegrationMetrics resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public PartnerintegrationMetricsRelationship Metrics + { + get; + set; + } + // /// "An array of relationships to partnerintegrationModel resources." @@ -2479,6 +2733,95 @@ public OrganizationOrganizationRelationship Organization + // + /// + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public List Tags + { + get; + set; + } + + } + /// + /// This is the cmdlet to Set PartnerintegrationMetrics. + /// + [Cmdlet(VerbsCommon.Set, "IntersightPartnerintegrationMetrics")] + public class SetIntersightPartnerintegrationMetrics : SetCmdletBase + { + public SetIntersightPartnerintegrationMetrics() + { + ApiInstance = new PartnerintegrationApi(Config); + ModelObject = new PartnerintegrationMetrics(); + MethodName = "UpdatePartnerintegrationMetricsWithHttpInfo"; + } + + + // + /// + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public Dictionary AdditionalProperties + { + get; + set; + } + + + + // + /// "Transformation model in metrics format." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public PartnerintegrationMetricsModel Data + { + get; + set; + } + + + // + /// "A reference to a partnerintegrationInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public PartnerintegrationInventoryRelationship Inventory + { + get; + set; + } + + + // + /// "The unique identifier of this Managed Object instance." + /// + [Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public string Moid + { + get; + set; + } + + // + /// "Placeholder name for the Metrics." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + [ValidatePattern("^[a-zA-Z0-9_.-]{1,64}$")] + public string Name + { + get; + set; + } + + + + + // /// /// diff --git a/src/Intersight.PowerShell/Cmdlet/SchedulerCmdlet.cs b/src/Intersight.PowerShell/Cmdlet/SchedulerCmdlet.cs index 1ddba714..a59e580a 100644 --- a/src/Intersight.PowerShell/Cmdlet/SchedulerCmdlet.cs +++ b/src/Intersight.PowerShell/Cmdlet/SchedulerCmdlet.cs @@ -147,7 +147,7 @@ public SchedulerTaskScheduleRelationship TaskSchedule } // - /// "The timezone for the startTime specified.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "The timezone for the startTime specified.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] diff --git a/src/Intersight.PowerShell/Cmdlet/WorkflowCmdlet.cs b/src/Intersight.PowerShell/Cmdlet/WorkflowCmdlet.cs index fffb15b2..ec5a00e2 100644 --- a/src/Intersight.PowerShell/Cmdlet/WorkflowCmdlet.cs +++ b/src/Intersight.PowerShell/Cmdlet/WorkflowCmdlet.cs @@ -580,7 +580,7 @@ public MoBaseMoRelationship Parent // - /// "Publish status of the catalog item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published." + /// "Publish status of the catalog item.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2195,6 +2195,17 @@ public DateTime CreateTime set; } + // + /// "The user identifier who created or cloned the service item definition." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string CreateUser + { + get; + set; + } + // /// "The Cisco Validated Design (CVD) Identifier that this service item provides." /// @@ -2272,6 +2283,17 @@ public DateTime ModTime set; } + // + /// "The user identifier who last updated the service item definition." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] + + public string ModUser + { + get; + set; + } + // /// "The unique identifier of this Managed Object instance." /// @@ -2308,7 +2330,7 @@ public MoBaseMoRelationship Parent // - /// "Publish status of the service item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published." + /// "The publish status of service item (Draft, Published, Archived).\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -2353,7 +2375,7 @@ public WorkflowServiceItemDefinition.SupportStatusEnum SupportStatus // - /// "The user identifier who created or updated the service item definition." + /// "This attribute is deprecated and replaced by createUser and modUser." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")] @@ -5522,7 +5544,7 @@ public OrganizationOrganizationRelationship Organization // - /// "Publish status of the catalog item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published." + /// "Publish status of the catalog item.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -6766,6 +6788,7 @@ public WorkflowCatalogRelationship Catalog } + // /// "The Cisco Validated Design (CVD) Identifier that this service item provides." /// @@ -6813,6 +6836,7 @@ public string Label + // /// "The unique identifier of this Managed Object instance." /// @@ -6839,7 +6863,7 @@ public string Name // - /// "Publish status of the service item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published." + /// "The publish status of service item (Draft, Published, Archived).\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -9007,7 +9031,7 @@ public OrganizationOrganizationRelationship Organization // - /// "Publish status of the catalog item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published." + /// "Publish status of the catalog item.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -10251,6 +10275,7 @@ public WorkflowCatalogRelationship Catalog } + // /// "The Cisco Validated Design (CVD) Identifier that this service item provides." /// @@ -10298,6 +10323,7 @@ public string Label + // /// "The unique identifier of this Managed Object instance." /// @@ -10324,7 +10350,7 @@ public string Name // - /// "Publish status of the service item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published." + /// "The publish status of service item (Draft, Published, Archived).\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] diff --git a/src/Intersight.PowerShell/CmdletBase/NewCmdletBase.cs b/src/Intersight.PowerShell/CmdletBase/NewCmdletBase.cs index 527499ef..9e061f88 100644 --- a/src/Intersight.PowerShell/CmdletBase/NewCmdletBase.cs +++ b/src/Intersight.PowerShell/CmdletBase/NewCmdletBase.cs @@ -68,8 +68,14 @@ protected override void ProcessRecord() } var methodInfo = GetMethodInfo(MethodName); - Object[] argList = new[] { ModelObject, default(string), default(string), 0 }; - var result = methodInfo.Invoke(ApiInstance, argList); + var parameterInfo = methodInfo.GetParameters(); + List argList = new List(); + argList.Add(ModelObject); + for (int i = 1; i < parameterInfo.Length; i++) + { + argList.Add(parameterInfo[i].DefaultValue); + } + var result = methodInfo.Invoke(ApiInstance, argList.ToArray()); if (Json.IsPresent) { WriteResponseJson(result); diff --git a/src/Intersight.PowerShell/CmdletBase/SetCmdletBase.cs b/src/Intersight.PowerShell/CmdletBase/SetCmdletBase.cs index b5356afb..734b698c 100644 --- a/src/Intersight.PowerShell/CmdletBase/SetCmdletBase.cs +++ b/src/Intersight.PowerShell/CmdletBase/SetCmdletBase.cs @@ -62,8 +62,18 @@ protected override void ProcessRecord() var methodInfo = GetMethodInfo(MethodName); var moidVal = ModelObject.GetType().GetProperty("Moid").GetValue(ModelObject); - Object[] argList = new[] { moidVal, ModelObject, null, 0 }; - var result = methodInfo.Invoke(ApiInstance, argList); + var parameterInfo = methodInfo.GetParameters(); + List argList = new List(); + argList.Add(moidVal); + argList.Add(ModelObject); + for (int i = 2; i < parameterInfo.Length; i++) + { + if (parameterInfo[i].HasDefaultValue) + { + argList.Add(parameterInfo[i].DefaultValue); + } + } + var result = methodInfo.Invoke(ApiInstance, argList.ToArray()); if (Json.IsPresent) { WriteResponseJson(result); diff --git a/src/Intersight.PowerShell/InitializeCmdlet/appliance.cs b/src/Intersight.PowerShell/InitializeCmdlet/appliance.cs index 0eeb1d7a..b98daf72 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/appliance.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/appliance.cs @@ -4923,7 +4923,7 @@ public List Tags set; } // - /// "Timezone of the Intersight Appliance.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "Timezone of the Intersight Appliance.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] diff --git a/src/Intersight.PowerShell/InitializeCmdlet/asset.cs b/src/Intersight.PowerShell/InitializeCmdlet/asset.cs index 95af6d68..e605c9de 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/asset.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/asset.cs @@ -5536,6 +5536,16 @@ public AssetWorkloadOptimizerDynatraceOptions.ClassIdEnum ClassId set; } // + /// "Collect tag information from Dynatrace." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public bool CollectTagInfo + { + get; + set; + } + // /// "Overwrite Hypervisor or Cloud Provider Virtual Machine metrics with data from the target." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -5574,6 +5584,10 @@ protected override void ProcessRecord() initObject.AdditionalProperties = this.AdditionalProperties; } initObject.ClassId = this.ClassId; + if (this.MyInvocation.BoundParameters.ContainsKey("CollectTagInfo")) + { + initObject.CollectTagInfo = this.CollectTagInfo; + } if (this.MyInvocation.BoundParameters.ContainsKey("CollectVmMetrics")) { initObject.CollectVmMetrics = this.CollectVmMetrics; @@ -6332,6 +6346,16 @@ public AssetWorkloadOptimizerNewRelicOptions.ClassIdEnum ClassId set; } // + /// "Collect tag information from NewRelic." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public bool CollectTagInfo + { + get; + set; + } + // /// "Overwrite Hypervisor or Cloud Provider Virtual Machine metrics with data from the target." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -6374,6 +6398,10 @@ protected override void ProcessRecord() initObject.AdditionalProperties = this.AdditionalProperties; } initObject.ClassId = this.ClassId; + if (this.MyInvocation.BoundParameters.ContainsKey("CollectTagInfo")) + { + initObject.CollectTagInfo = this.CollectTagInfo; + } if (this.MyInvocation.BoundParameters.ContainsKey("CollectVmMetrics")) { initObject.CollectVmMetrics = this.CollectVmMetrics; diff --git a/src/Intersight.PowerShell/InitializeCmdlet/capability.cs b/src/Intersight.PowerShell/InitializeCmdlet/capability.cs index 8d6b520f..60e6bd34 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/capability.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/capability.cs @@ -5288,6 +5288,62 @@ protected override void ProcessRecord() WriteObject(initObject); } + } + /// + /// This is the cmdlet to Initialize CapabilityServerComponentConstraint. + /// + [Cmdlet(VerbsData.Initialize, "IntersightCapabilityServerComponentConstraint")] + public class InitializeIntersightCapabilityServerComponentConstraint : PSCmdlet + { + public InitializeIntersightCapabilityServerComponentConstraint() + { + ClassId = CapabilityServerComponentConstraint.ClassIdEnum.CapabilityServerComponentConstraint; + ObjectType = CapabilityServerComponentConstraint.ObjectTypeEnum.CapabilityServerComponentConstraint; + + } + // + /// + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public Dictionary AdditionalProperties + { + get; + set; + } + // + /// "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." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public CapabilityServerComponentConstraint.ClassIdEnum ClassId + { + get; + set; + } + // + /// "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public CapabilityServerComponentConstraint.ObjectTypeEnum ObjectType + { + get; + set; + } + + protected override void ProcessRecord() + { + Intersight.Model.CapabilityServerComponentConstraint initObject = new Intersight.Model.CapabilityServerComponentConstraint(); + if (this.MyInvocation.BoundParameters.ContainsKey("AdditionalProperties")) + { + initObject.AdditionalProperties = this.AdditionalProperties; + } + initObject.ClassId = this.ClassId; + initObject.ObjectType = this.ObjectType; + WriteObject(initObject); + } + } /// /// This is the cmdlet to Initialize CapabilityServerDescriptor. diff --git a/src/Intersight.PowerShell/InitializeCmdlet/catalystsdwan.cs b/src/Intersight.PowerShell/InitializeCmdlet/catalystsdwan.cs index f634e68c..6bb3c29b 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/catalystsdwan.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/catalystsdwan.cs @@ -386,26 +386,6 @@ public string ConfigStatusMessage set; } // - /// "UUID for the Catalyst SDWAN Vedge Device." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - - public string DeviceId - { - get; - set; - } - // - /// "The Catalyst SDWAN device model." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - - public string DeviceModel - { - get; - set; - } - // /// "The Catalyst SDWAN device state." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -416,16 +396,6 @@ public string DeviceState set; } // - /// "The Catalyst SDWAN device type." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - - public string DeviceType - { - get; - set; - } - // /// "The Catalyst SDWAN device host name." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -476,16 +446,6 @@ public string Reachability set; } // - /// "The Catalyst SDWAN device serial number." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - - public string SerialNumber - { - get; - set; - } - // /// "The Catalyst SDWAN device site id." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -536,21 +496,21 @@ public List Tags set; } // - /// "The Catalyst SDWAN device validity." + /// "The Catalyst SDWAN device template status." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - public string Validity + public string TemplateStatus { get; set; } // - /// "The Catalyst SDWAN device version." + /// "The Catalyst SDWAN device validity." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - public string Version + public string Validity { get; set; @@ -568,22 +528,10 @@ protected override void ProcessRecord() { initObject.ConfigStatusMessage = this.ConfigStatusMessage; } - if (this.MyInvocation.BoundParameters.ContainsKey("DeviceId")) - { - initObject.DeviceId = this.DeviceId; - } - if (this.MyInvocation.BoundParameters.ContainsKey("DeviceModel")) - { - initObject.DeviceModel = this.DeviceModel; - } if (this.MyInvocation.BoundParameters.ContainsKey("DeviceState")) { initObject.DeviceState = this.DeviceState; } - if (this.MyInvocation.BoundParameters.ContainsKey("DeviceType")) - { - initObject.DeviceType = this.DeviceType; - } if (this.MyInvocation.BoundParameters.ContainsKey("HostName")) { initObject.HostName = this.HostName; @@ -601,10 +549,6 @@ protected override void ProcessRecord() { initObject.Reachability = this.Reachability; } - if (this.MyInvocation.BoundParameters.ContainsKey("SerialNumber")) - { - initObject.SerialNumber = this.SerialNumber; - } if (this.MyInvocation.BoundParameters.ContainsKey("SiteId")) { initObject.SiteId = this.SiteId; @@ -625,13 +569,13 @@ protected override void ProcessRecord() { initObject.Tags = this.Tags; } - if (this.MyInvocation.BoundParameters.ContainsKey("Validity")) + if (this.MyInvocation.BoundParameters.ContainsKey("TemplateStatus")) { - initObject.Validity = this.Validity; + initObject.TemplateStatus = this.TemplateStatus; } - if (this.MyInvocation.BoundParameters.ContainsKey("Version")) + if (this.MyInvocation.BoundParameters.ContainsKey("Validity")) { - initObject.VarVersion = this.Version; + initObject.Validity = this.Validity; } WriteObject(initObject); } diff --git a/src/Intersight.PowerShell/InitializeCmdlet/compute.cs b/src/Intersight.PowerShell/InitializeCmdlet/compute.cs index 5ca30f03..44e39e68 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/compute.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/compute.cs @@ -1671,6 +1671,7 @@ public class InitializeIntersightComputePhysicalSummary : PSCmdlet public InitializeIntersightComputePhysicalSummary() { ClassId = ComputePhysicalSummary.ClassIdEnum.ComputePhysicalSummary; + FrontPanelLockState = ComputePhysicalSummary.FrontPanelLockStateEnum.None; ObjectType = ComputePhysicalSummary.ObjectTypeEnum.ComputePhysicalSummary; } @@ -1695,6 +1696,16 @@ public ComputePhysicalSummary.ClassIdEnum ClassId set; } // + /// "The actual front panel state of the server.\n* `None` - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.\n* `Lock` - Front Panel of the server is set to Locked state.\n* `Unlock` - Front Panel of the server is set to Unlocked state." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public ComputePhysicalSummary.FrontPanelLockStateEnum FrontPanelLockState + { + get; + set; + } + // /// "The unique identifier of this Managed Object instance." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -1733,6 +1744,10 @@ protected override void ProcessRecord() initObject.AdditionalProperties = this.AdditionalProperties; } initObject.ClassId = this.ClassId; + if (this.MyInvocation.BoundParameters.ContainsKey("FrontPanelLockState")) + { + initObject.FrontPanelLockState = this.FrontPanelLockState; + } if (this.MyInvocation.BoundParameters.ContainsKey("Moid")) { initObject.Moid = this.Moid; diff --git a/src/Intersight.PowerShell/InitializeCmdlet/fabric.cs b/src/Intersight.PowerShell/InitializeCmdlet/fabric.cs index b1ee8118..c0525ccb 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/fabric.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/fabric.cs @@ -5817,7 +5817,7 @@ public string Moid set; } // - /// "Name of the SPAN session." + /// "Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_)." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] [ValidatePattern("^[a-zA-Z0-9_.:-]{1,64}$")] diff --git a/src/Intersight.PowerShell/InitializeCmdlet/firmware.cs b/src/Intersight.PowerShell/InitializeCmdlet/firmware.cs index fd299bf2..94ffbb05 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/firmware.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/firmware.cs @@ -3755,7 +3755,7 @@ public string Label set; } // - /// "Model deatils of component." + /// "Model details of component." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] diff --git a/src/Intersight.PowerShell/InitializeCmdlet/hyperflex.cs b/src/Intersight.PowerShell/InitializeCmdlet/hyperflex.cs index 1668ef43..b80872e3 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/hyperflex.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/hyperflex.cs @@ -8742,106 +8742,6 @@ public HyperflexNetworkConfiguration.ClassIdEnum ClassId set; } // - /// "Cluster data IP of the HyperFlex cluster." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - [ValidatePattern("^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$")] - public string ClusterDataIp - { - get; - set; - } - // - /// "Cluster management IP of the HyperFlex cluster." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - [ValidatePattern("^$|^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$")] - public string ClusterManagementIp - { - get; - set; - } - // - /// "Default gateway of the data network." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - - public string DataDefaultGateway - { - get; - set; - } - // - /// "Boolean value to indicate if jumboframes is enabled for storage-data network." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - - public bool DataJumboFrame - { - get; - set; - } - // - /// "Subnet mask of the data network." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - - public string DataSubNetmask - { - get; - set; - } - // - /// "Data VLAN ID. Enter the correct VLAN tags if you are using trunk ports. The VLAN tags must be different when using trunk mode." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - - public long DataVlanId - { - get; - set; - } - // - /// "VLAN ID for virtual machine live migration." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - - public long LiveMigrationVlanId - { - get; - set; - } - // - /// "Default gateway of the management network." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - - public string ManagementDefaultGateway - { - get; - set; - } - // - /// "Subnet mask of the management network." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - - public string ManagementSubNetmask - { - get; - set; - } - // - /// "Management VLAN ID. Enter the correct VLAN tags if you are using trunk ports. The VLAN tags must be different when using trunk mode." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - - public long ManagementVlanId - { - get; - set; - } - // /// "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -8851,16 +8751,6 @@ public HyperflexNetworkConfiguration.ObjectTypeEnum ObjectType get; set; } - // - /// "VM network VLAN ID. Used for VM data traffic." - /// - [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] - - public long VmNetworkVlanId - { - get; - set; - } protected override void ProcessRecord() { @@ -8870,51 +8760,7 @@ protected override void ProcessRecord() initObject.AdditionalProperties = this.AdditionalProperties; } initObject.ClassId = this.ClassId; - if (this.MyInvocation.BoundParameters.ContainsKey("ClusterDataIp")) - { - initObject.ClusterDataIp = this.ClusterDataIp; - } - if (this.MyInvocation.BoundParameters.ContainsKey("ClusterManagementIp")) - { - initObject.ClusterManagementIp = this.ClusterManagementIp; - } - if (this.MyInvocation.BoundParameters.ContainsKey("DataDefaultGateway")) - { - initObject.DataDefaultGateway = this.DataDefaultGateway; - } - if (this.MyInvocation.BoundParameters.ContainsKey("DataJumboFrame")) - { - initObject.DataJumboFrame = this.DataJumboFrame; - } - if (this.MyInvocation.BoundParameters.ContainsKey("DataSubNetmask")) - { - initObject.DataSubNetmask = this.DataSubNetmask; - } - if (this.MyInvocation.BoundParameters.ContainsKey("DataVlanId")) - { - initObject.DataVlanId = this.DataVlanId; - } - if (this.MyInvocation.BoundParameters.ContainsKey("LiveMigrationVlanId")) - { - initObject.LiveMigrationVlanId = this.LiveMigrationVlanId; - } - if (this.MyInvocation.BoundParameters.ContainsKey("ManagementDefaultGateway")) - { - initObject.ManagementDefaultGateway = this.ManagementDefaultGateway; - } - if (this.MyInvocation.BoundParameters.ContainsKey("ManagementSubNetmask")) - { - initObject.ManagementSubNetmask = this.ManagementSubNetmask; - } - if (this.MyInvocation.BoundParameters.ContainsKey("ManagementVlanId")) - { - initObject.ManagementVlanId = this.ManagementVlanId; - } initObject.ObjectType = this.ObjectType; - if (this.MyInvocation.BoundParameters.ContainsKey("VmNetworkVlanId")) - { - initObject.VmNetworkVlanId = this.VmNetworkVlanId; - } WriteObject(initObject); } @@ -12642,7 +12488,7 @@ public List Tags set; } // - /// "The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "The timezone of the HyperFlex cluster's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] diff --git a/src/Intersight.PowerShell/InitializeCmdlet/kubernetes.cs b/src/Intersight.PowerShell/InitializeCmdlet/kubernetes.cs index a62a2f17..2e589c22 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/kubernetes.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/kubernetes.cs @@ -8879,7 +8879,7 @@ public List Tags set; } // - /// "The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "The timezone of the node's system clock.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] diff --git a/src/Intersight.PowerShell/InitializeCmdlet/network.cs b/src/Intersight.PowerShell/InitializeCmdlet/network.cs index bad3722f..5f5a56f1 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/network.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/network.cs @@ -565,6 +565,7 @@ public InitializeIntersightNetworkElementSummary() { ClassId = NetworkElementSummary.ClassIdEnum.NetworkElementSummary; ObjectType = NetworkElementSummary.ObjectTypeEnum.NetworkElementSummary; + Thermal = NetworkElementSummary.ThermalEnum.Unknown; } // @@ -588,6 +589,26 @@ public NetworkElementSummary.ClassIdEnum ClassId set; } // + /// "Connection status of the switch." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public string ConnectionStatus + { + get; + set; + } + // + /// "The default domain name configured on the switch." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + [ValidatePattern("^$|^[a-zA-Z0-9]+([-.]{1}[a-zA-Z0-9]+)*$")] + public string DefaultDomain + { + get; + set; + } + // /// "The unique identifier of this Managed Object instance." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -608,6 +629,36 @@ public NetworkElementSummary.ObjectTypeEnum ObjectType set; } // + /// "Part number of the switch." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public string PartNumber + { + get; + set; + } + // + /// "The status of the switch." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public string Status + { + get; + set; + } + // + /// "System up time of the switch." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public string SystemUpTime + { + get; + set; + } + // /// /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -617,6 +668,16 @@ public List Tags get; set; } + // + /// "The Thermal status of the fabric interconnect.\n* `unknown` - The default state of the sensor (in case no data is received).\n* `ok` - State of the sensor indicating the sensor's temperature range is okay.\n* `upper-non-recoverable` - State of the sensor indicating that the temperature is extremely high above normal range.\n* `upper-critical` - State of the sensor indicating that the temperature is above normal range.\n* `upper-non-critical` - State of the sensor indicating that the temperature is a little above the normal range.\n* `lower-non-critical` - State of the sensor indicating that the temperature is a little below the normal range.\n* `lower-critical` - State of the sensor indicating that the temperature is below normal range.\n* `lower-non-recoverable` - State of the sensor indicating that the temperature is extremely below normal range." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public NetworkElementSummary.ThermalEnum Thermal + { + get; + set; + } protected override void ProcessRecord() { @@ -626,15 +687,39 @@ protected override void ProcessRecord() initObject.AdditionalProperties = this.AdditionalProperties; } initObject.ClassId = this.ClassId; + if (this.MyInvocation.BoundParameters.ContainsKey("ConnectionStatus")) + { + initObject.ConnectionStatus = this.ConnectionStatus; + } + if (this.MyInvocation.BoundParameters.ContainsKey("DefaultDomain")) + { + initObject.DefaultDomain = this.DefaultDomain; + } if (this.MyInvocation.BoundParameters.ContainsKey("Moid")) { initObject.Moid = this.Moid; } initObject.ObjectType = this.ObjectType; + if (this.MyInvocation.BoundParameters.ContainsKey("PartNumber")) + { + initObject.PartNumber = this.PartNumber; + } + if (this.MyInvocation.BoundParameters.ContainsKey("Status")) + { + initObject.Status = this.Status; + } + if (this.MyInvocation.BoundParameters.ContainsKey("SystemUpTime")) + { + initObject.SystemUpTime = this.SystemUpTime; + } if (this.MyInvocation.BoundParameters.ContainsKey("Tags")) { initObject.Tags = this.Tags; } + if (this.MyInvocation.BoundParameters.ContainsKey("Thermal")) + { + initObject.Thermal = this.Thermal; + } WriteObject(initObject); } diff --git a/src/Intersight.PowerShell/InitializeCmdlet/ntp.cs b/src/Intersight.PowerShell/InitializeCmdlet/ntp.cs index 0e352642..ebbf35a9 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/ntp.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/ntp.cs @@ -348,7 +348,7 @@ public List Tags set; } // - /// "Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "Timezone of services on the endpoint.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] diff --git a/src/Intersight.PowerShell/InitializeCmdlet/onprem.cs b/src/Intersight.PowerShell/InitializeCmdlet/onprem.cs index fd603ff8..4749d8e8 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/onprem.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/onprem.cs @@ -325,7 +325,7 @@ public long TimeOfDay set; } // - /// "Timezone to use for the schedule calculation. If a timezone value is not speficied, then the schedule calculation will be based on UTC.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "Timezone to use for the schedule calculation. If a timezone value is not speficied, then the schedule calculation will be based on UTC.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] diff --git a/src/Intersight.PowerShell/InitializeCmdlet/partnerintegration.cs b/src/Intersight.PowerShell/InitializeCmdlet/partnerintegration.cs index 8bf35542..180fedf8 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/partnerintegration.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/partnerintegration.cs @@ -760,6 +760,16 @@ public List Etls set; } // + /// "A reference to a partnerintegrationMetrics resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public Model.PartnerintegrationMetricsRelationship Metrics + { + get; + set; + } + // /// "An array of relationships to partnerintegrationModel resources." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -840,6 +850,10 @@ protected override void ProcessRecord() { initObject.Etls = this.Etls; } + if (this.MyInvocation.BoundParameters.ContainsKey("Metrics")) + { + initObject.Metrics = this.Metrics; + } if (this.MyInvocation.BoundParameters.ContainsKey("Models")) { initObject.Models = this.Models; @@ -948,6 +962,258 @@ protected override void ProcessRecord() WriteObject(initObject); } + } + /// + /// This is the cmdlet to Initialize PartnerintegrationMetrics. + /// + [Cmdlet(VerbsData.Initialize, "IntersightPartnerintegrationMetrics")] + public class InitializeIntersightPartnerintegrationMetrics : PSCmdlet + { + public InitializeIntersightPartnerintegrationMetrics() + { + ClassId = PartnerintegrationMetrics.ClassIdEnum.PartnerintegrationMetrics; + ObjectType = PartnerintegrationMetrics.ObjectTypeEnum.PartnerintegrationMetrics; + + } + // + /// + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public Dictionary AdditionalProperties + { + get; + set; + } + // + /// "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." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public PartnerintegrationMetrics.ClassIdEnum ClassId + { + get; + set; + } + // + /// "Transformation model in metrics format." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public Model.PartnerintegrationMetricsModel Data + { + get; + set; + } + // + /// "A reference to a partnerintegrationInventory resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public Model.PartnerintegrationInventoryRelationship Inventory + { + get; + set; + } + // + /// "The unique identifier of this Managed Object instance." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public string Moid + { + get; + set; + } + // + /// "Placeholder name for the Metrics." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + [ValidatePattern("^[a-zA-Z0-9_.-]{1,64}$")] + public string Name + { + get; + set; + } + // + /// "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public PartnerintegrationMetrics.ObjectTypeEnum ObjectType + { + get; + set; + } + // + /// + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public List Tags + { + get; + set; + } + + protected override void ProcessRecord() + { + Intersight.Model.PartnerintegrationMetrics initObject = new Intersight.Model.PartnerintegrationMetrics(); + if (this.MyInvocation.BoundParameters.ContainsKey("AdditionalProperties")) + { + initObject.AdditionalProperties = this.AdditionalProperties; + } + initObject.ClassId = this.ClassId; + if (this.MyInvocation.BoundParameters.ContainsKey("Data")) + { + initObject.Data = this.Data; + } + if (this.MyInvocation.BoundParameters.ContainsKey("Inventory")) + { + initObject.Inventory = this.Inventory; + } + if (this.MyInvocation.BoundParameters.ContainsKey("Moid")) + { + initObject.Moid = this.Moid; + } + if (this.MyInvocation.BoundParameters.ContainsKey("Name")) + { + initObject.Name = this.Name; + } + initObject.ObjectType = this.ObjectType; + if (this.MyInvocation.BoundParameters.ContainsKey("Tags")) + { + initObject.Tags = this.Tags; + } + WriteObject(initObject); + } + + } + /// + /// This is the cmdlet to Initialize PartnerintegrationMetricsModel. + /// + [Cmdlet(VerbsData.Initialize, "IntersightPartnerintegrationMetricsModel")] + public class InitializeIntersightPartnerintegrationMetricsModel : PSCmdlet + { + public InitializeIntersightPartnerintegrationMetricsModel() + { + ClassId = PartnerintegrationMetricsModel.ClassIdEnum.PartnerintegrationMetricsModel; + ObjectType = PartnerintegrationMetricsModel.ObjectTypeEnum.PartnerintegrationMetricsModel; + + } + // + /// + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public Dictionary AdditionalProperties + { + get; + set; + } + // + /// "Transformation attributes model in yaml format." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public object Attributes + { + get; + set; + } + // + /// "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." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public PartnerintegrationMetricsModel.ClassIdEnum ClassId + { + get; + set; + } + // + /// "Transformation druid instrument exporters model in yaml format." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public object DruidInstrumentExporters + { + get; + set; + } + // + /// "Transformation instruments model in yaml format." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public object Instruments + { + get; + set; + } + // + /// "Transformation meter providers model in yaml format." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public object MeterProviders + { + get; + set; + } + // + /// "Transformation metrics model in yaml format." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public object Metrics + { + get; + set; + } + // + /// "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property." + /// + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] + + public PartnerintegrationMetricsModel.ObjectTypeEnum ObjectType + { + get; + set; + } + + protected override void ProcessRecord() + { + Intersight.Model.PartnerintegrationMetricsModel initObject = new Intersight.Model.PartnerintegrationMetricsModel(); + if (this.MyInvocation.BoundParameters.ContainsKey("AdditionalProperties")) + { + initObject.AdditionalProperties = this.AdditionalProperties; + } + if (this.MyInvocation.BoundParameters.ContainsKey("Attributes")) + { + initObject.Attributes = this.Attributes; + } + initObject.ClassId = this.ClassId; + if (this.MyInvocation.BoundParameters.ContainsKey("DruidInstrumentExporters")) + { + initObject.DruidInstrumentExporters = this.DruidInstrumentExporters; + } + if (this.MyInvocation.BoundParameters.ContainsKey("Instruments")) + { + initObject.Instruments = this.Instruments; + } + if (this.MyInvocation.BoundParameters.ContainsKey("MeterProviders")) + { + initObject.MeterProviders = this.MeterProviders; + } + if (this.MyInvocation.BoundParameters.ContainsKey("Metrics")) + { + initObject.Metrics = this.Metrics; + } + initObject.ObjectType = this.ObjectType; + WriteObject(initObject); + } + } /// /// This is the cmdlet to Initialize PartnerintegrationModel. diff --git a/src/Intersight.PowerShell/InitializeCmdlet/scheduler.cs b/src/Intersight.PowerShell/InitializeCmdlet/scheduler.cs index 01745a1a..8e5e90bd 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/scheduler.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/scheduler.cs @@ -59,7 +59,7 @@ public DateTime StartTime set; } // - /// "The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -461,7 +461,7 @@ public DateTime StartTime set; } // - /// "The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -544,7 +544,7 @@ public DateTime StartTime set; } // - /// "The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Honolulu` - \n* `Pacific/Rarotonga` - \n* `Pacific/Tahiti` - \n* `Pacific/Marquesas` - \n* `America/Anchorage` - \n* `Pacific/Gambier` - \n* `America/Los_Angeles` - \n* `America/Tijuana` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `Pacific/Pitcairn` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Edmonton` - \n* `America/Hermosillo` - \n* `America/Mazatlan` - \n* `America/Phoenix` - \n* `America/Yellowknife` - \n* `America/Belize` - \n* `America/Chicago` - \n* `America/Costa_Rica` - \n* `America/El_Salvador` - \n* `America/Guatemala` - \n* `America/Managua` - \n* `America/Mexico_City` - \n* `America/Regina` - \n* `America/Tegucigalpa` - \n* `America/Winnipeg` - \n* `Pacific/Galapagos` - \n* `America/Bogota` - \n* `America/Cancun` - \n* `America/Cayman` - \n* `America/Guayaquil` - \n* `America/Havana` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Lima` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nuuk` - \n* `America/Panama` - \n* `America/Port-au-Prince` - \n* `America/Rio_Branco` - \n* `America/Toronto` - \n* `Pacific/Easter` - \n* `America/Caracas` - \n* `America/Asuncion` - \n* `America/Barbados` - \n* `America/Boa_Vista` - \n* `America/Campo_Grande` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Grand_Turk` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/La_Paz` - \n* `America/Manaus` - \n* `America/Martinique` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Santo_Domingo` - \n* `America/Thule` - \n* `Atlantic/Bermuda` - \n* `America/St_Johns` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Bahia` - \n* `America/Belem` - \n* `America/Cayenne` - \n* `America/Fortaleza` - \n* `America/Godthab` - \n* `America/Maceio` - \n* `America/Miquelon` - \n* `America/Montevideo` - \n* `America/Paramaribo` - \n* `America/Recife` - \n* `America/Santiago` - \n* `America/Sao_Paulo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Atlantic/Stanley` - \n* `America/Noronha` - \n* `Atlantic/South_Georgia` - \n* `America/Scoresbysund` - \n* `Atlantic/Azores` - \n* `Atlantic/Cape_Verde` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Bissau` - \n* `Africa/Casablanca` - \n* `Africa/El_Aaiun` - \n* `Africa/Monrovia` - \n* `America/Danmarkshavn` - \n* `Atlantic/Canary` - \n* `Atlantic/Faroe` - \n* `Atlantic/Reykjavik` - \n* `Etc/GMT` - \n* `Europe/Dublin` - \n* `Europe/Lisbon` - \n* `Europe/London` - \n* `Africa/Algiers` - \n* `Africa/Ceuta` - \n* `Africa/Lagos` - \n* `Africa/Ndjamena` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Brussels` - \n* `Europe/Budapest` - \n* `Europe/Copenhagen` - \n* `Europe/Gibraltar` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Monaco` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Prague` - \n* `Europe/Rome` - \n* `Europe/Stockholm` - \n* `Europe/Tirane` - \n* `Europe/Vienna` - \n* `Europe/Warsaw` - \n* `Europe/Zurich` - \n* `Africa/Cairo` - \n* `Africa/Johannesburg` - \n* `Africa/Maputo` - \n* `Africa/Tripoli` - \n* `Asia/Amman` - \n* `Asia/Beirut` - \n* `Asia/Damascus` - \n* `Asia/Gaza` - \n* `Asia/Jerusalem` - \n* `Asia/Nicosia` - \n* `Europe/Athens` - \n* `Europe/Bucharest` - \n* `Europe/Chisinau` - \n* `Europe/Helsinki` - \n* `Europe/Istanbul` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Riga` - \n* `Europe/Sofia` - \n* `Europe/Tallinn` - \n* `Europe/Vilnius` - \n* `Africa/Khartoum` - \n* `Africa/Nairobi` - \n* `Antarctica/Syowa` - \n* `Asia/Baghdad` - \n* `Asia/Qatar` - \n* `Asia/Riyadh` - \n* `Europe/Minsk` - \n* `Europe/Moscow` - \n* `Asia/Tehran` - \n* `Asia/Baku` - \n* `Asia/Dubai` - \n* `Asia/Tbilisi` - \n* `Asia/Yerevan` - \n* `Europe/Samara` - \n* `Indian/Mahe` - \n* `Indian/Mauritius` - \n* `Indian/Reunion` - \n* `Asia/Kabul` - \n* `Antarctica/Mawson` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Dushanbe` - \n* `Asia/Karachi` - \n* `Asia/Tashkent` - \n* `Asia/Yekaterinburg` - \n* `Indian/Kerguelen` - \n* `Indian/Maldives` - \n* `Asia/Calcutta` - \n* `Asia/Kolkata` - \n* `Asia/Colombo` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Antarctica/Vostok` - \n* `Asia/Almaty` - \n* `Asia/Bishkek` - \n* `Asia/Dhaka` - \n* `Asia/Omsk` - \n* `Asia/Thimphu` - \n* `Indian/Chagos` - \n* `Asia/Rangoon` - \n* `Indian/Cocos` - \n* `Antarctica/Davis` - \n* `Asia/Bangkok` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hovd` - \n* `Asia/Jakarta` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Saigon` - \n* `Indian/Christmas` - \n* `Antarctica/Casey` - \n* `Asia/Brunei` - \n* `Asia/Choibalsan` - \n* `Asia/Hong_Kong` - \n* `Asia/Irkutsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Macau` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Ulaanbaatar` - \n* `Australia/Perth` - \n* `Asia/Pyongyang` - \n* `Asia/Dili` - \n* `Asia/Jayapura` - \n* `Asia/Seoul` - \n* `Asia/Tokyo` - \n* `Asia/Yakutsk` - \n* `Asia/Yangon` - \n* `Pacific/Palau` - \n* `Australia/Adelaide` - \n* `Australia/Darwin` - \n* `Antarctica/DumontDUrville` - \n* `Asia/Magadan` - \n* `Asia/Vladivostok` - \n* `Australia/Brisbane` - \n* `Australia/Hobart` - \n* `Australia/Sydney` - \n* `Pacific/Chuuk` - \n* `Pacific/Guam` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Efate` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Kosrae` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pohnpei` - \n* `Asia/Kamchatka` - \n* `Pacific/Auckland` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Nauru` - \n* `Pacific/Tarawa` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `Pacific/Apia` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Tongatapu` - \n* `Pacific/Kiritimati` - \n* `UTC` -" + /// "The timezone for the startTime specified. It is a mandatory input property when start time is provided.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] diff --git a/src/Intersight.PowerShell/InitializeCmdlet/workflow.cs b/src/Intersight.PowerShell/InitializeCmdlet/workflow.cs index 9a9943ac..b4fb6ae5 100644 --- a/src/Intersight.PowerShell/InitializeCmdlet/workflow.cs +++ b/src/Intersight.PowerShell/InitializeCmdlet/workflow.cs @@ -1773,7 +1773,7 @@ public InitializeIntersightWorkflowCatalogItemDefinition() { ClassId = WorkflowCatalogItemDefinition.ClassIdEnum.WorkflowCatalogItemDefinition; ObjectType = WorkflowCatalogItemDefinition.ObjectTypeEnum.WorkflowCatalogItemDefinition; - PublishStatus = WorkflowCatalogItemDefinition.PublishStatusEnum.NotPublished; + PublishStatus = WorkflowCatalogItemDefinition.PublishStatusEnum.Draft; SupportStatus = WorkflowCatalogItemDefinition.SupportStatusEnum.Supported; } @@ -1858,7 +1858,7 @@ public Model.OrganizationOrganizationRelationship Organization set; } // - /// "Publish status of the catalog item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published." + /// "Publish status of the catalog item.\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -9667,7 +9667,7 @@ public InitializeIntersightWorkflowServiceItemDefinition() { ClassId = WorkflowServiceItemDefinition.ClassIdEnum.WorkflowServiceItemDefinition; ObjectType = WorkflowServiceItemDefinition.ObjectTypeEnum.WorkflowServiceItemDefinition; - PublishStatus = WorkflowServiceItemDefinition.PublishStatusEnum.NotPublished; + PublishStatus = WorkflowServiceItemDefinition.PublishStatusEnum.Draft; SupportStatus = WorkflowServiceItemDefinition.SupportStatusEnum.Supported; } @@ -9802,7 +9802,7 @@ public WorkflowServiceItemDefinition.ObjectTypeEnum ObjectType set; } // - /// "Publish status of the service item.\n* `NotPublished` - A state of the service item or catalog item which is not yet published.\n* `Published` - A state denoting that the service item or catalog item is published." + /// "The publish status of service item (Draft, Published, Archived).\n* `Draft` - The enum specifies the option as Draft which means the meta definition is being designed and tested.\n* `Published` - The enum specifies the option as Published which means the meta definition is ready for consumption.\n* `Archived` - The enum specifies the option as Archived which means the meta definition is archived and can no longer be consumed." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] @@ -13013,7 +13013,7 @@ public WorkflowTaskInfoUpdate.ObjectTypeEnum ObjectType set; } // - /// "New status of the task being updated, only Failed and Completed statuses are supported.\n* `Scheduled` - The enum represents the status when task is in scheduled state.\n* `InProgress` - The enum represents the status when task is in-progress state.\n* `NoOp` - The enum represents the status when task is a noop.\n* `Timeout` - The enum represents the status when task has timed out.\n* `Completed` - The enum represents the status when task has completed.\n* `Failed` - The enum represents the status when task has failed." + /// "New status of the task being updated, only Failed and Completed statuses are supported, Completed is the default value in case no status is provided.\n* `Scheduled` - The enum represents the status when task is in scheduled state.\n* `InProgress` - The enum represents the status when task is in-progress state.\n* `NoOp` - The enum represents the status when task is a noop.\n* `Timeout` - The enum represents the status when task has timed out.\n* `Completed` - The enum represents the status when task has completed.\n* `Failed` - The enum represents the status when task has failed." /// [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)] diff --git a/src/Intersight.PowerShell/Intersight.PowerShell.csproj b/src/Intersight.PowerShell/Intersight.PowerShell.csproj index 3353c600..ee73b73a 100644 --- a/src/Intersight.PowerShell/Intersight.PowerShell.csproj +++ b/src/Intersight.PowerShell/Intersight.PowerShell.csproj @@ -5,7 +5,7 @@ compile Intersight.PowerShell PSIntersight - 1.0.11.17769 + 1.0.11.17956 Library Cisco Systems Cisco Systems diff --git a/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.deps.json b/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.deps.json index 906f48fb..14a20414 100644 --- a/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.deps.json +++ b/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.deps.json @@ -6,7 +6,7 @@ "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v6.0": { - "Intersight.PowerShell/1.0.11.17769": { + "Intersight.PowerShell/1.0.11.17956": { "dependencies": { "CompareNETObjects": "4.61.0", "JsonSubTypes": "2.0.1", @@ -214,7 +214,7 @@ } }, "libraries": { - "Intersight.PowerShell/1.0.11.17769": { + "Intersight.PowerShell/1.0.11.17956": { "type": "project", "serviceable": false, "sha512": "" diff --git a/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.dll b/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.dll index e45be2a2..0c09673f 100644 Binary files a/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.dll and b/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.dll differ diff --git a/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.pdb b/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.pdb index f66e2832..3bddc05d 100644 Binary files a/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.pdb and b/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.pdb differ diff --git a/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.dll b/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.dll index 832d7644..ac5ab1a4 100644 Binary files a/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.dll and b/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.dll differ diff --git a/src/Intersight.PowerShell/bin/Debug/net6.0/ref/Intersight.PowerShell.dll b/src/Intersight.PowerShell/bin/Debug/net6.0/ref/Intersight.PowerShell.dll index 689936c6..6adf2132 100644 Binary files a/src/Intersight.PowerShell/bin/Debug/net6.0/ref/Intersight.PowerShell.dll and b/src/Intersight.PowerShell/bin/Debug/net6.0/ref/Intersight.PowerShell.dll differ diff --git a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.AssemblyInfo.cs b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.AssemblyInfo.cs index bd3591fb..06a6781a 100644 --- a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.AssemblyInfo.cs +++ b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.AssemblyInfo.cs @@ -13,11 +13,11 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("Cisco Systems")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyCopyrightAttribute("No Copyright")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.11.17769")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.11.17769")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.11.17956")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.11.17956")] [assembly: System.Reflection.AssemblyProductAttribute("Intersight.PowerShell")] [assembly: System.Reflection.AssemblyTitleAttribute("Intersight.PowerShell")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.11.17769")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.11.17956")] [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/CiscoDevNet/intersight-powershell.git")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.AssemblyInfoInputs.cache b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.AssemblyInfoInputs.cache index 0be9e52c..ec959f35 100644 --- a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.AssemblyInfoInputs.cache +++ b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.AssemblyInfoInputs.cache @@ -1 +1 @@ -e9552158bc98ba4eb2223da99244068d26ecb948 +fb36bff359786cdfedc60eda50a5eb64d2c0f69c diff --git a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.GeneratedMSBuildEditorConfig.editorconfig b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.GeneratedMSBuildEditorConfig.editorconfig index 63c27767..15118784 100644 --- a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.GeneratedMSBuildEditorConfig.editorconfig +++ b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.GeneratedMSBuildEditorConfig.editorconfig @@ -7,4 +7,4 @@ build_property.InvariantGlobalization = build_property.PlatformNeutralAssembly = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = Intersight.PowerShell -build_property.ProjectDir = /home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/ +build_property.ProjectDir = /home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/ diff --git a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.assets.cache b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.assets.cache index 665dc6da..4ba2f7f6 100644 Binary files a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.assets.cache and b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.assets.cache differ diff --git a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.AssemblyReference.cache b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.AssemblyReference.cache index e7bfb4e9..15751f0f 100644 Binary files a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.AssemblyReference.cache and b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.AssemblyReference.cache differ diff --git a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.CoreCompileInputs.cache b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.CoreCompileInputs.cache index 01860500..e939215a 100644 --- a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.CoreCompileInputs.cache +++ b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -9db7e73934e3fdd66bdeb984d631e47d28b4c328 +4ddbc1f7fbea843779b7b1932e71e7522a3b1798 diff --git a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.FileListAbsolute.txt b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.FileListAbsolute.txt index 427c1262..32a874b0 100644 --- a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.FileListAbsolute.txt +++ b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.FileListAbsolute.txt @@ -1,23 +1,23 @@ -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.deps.json -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/ref/Intersight.PowerShell.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.pdb -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/KellermanSoftware.Compare-NET-Objects.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/JsonSubTypes.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/Newtonsoft.Json.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/Polly.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/RestSharp.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/System.Runtime.CompilerServices.Unsafe.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/System.Text.Encodings.Web.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/System.Text.Json.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.AssemblyReference.cache -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.GeneratedMSBuildEditorConfig.editorconfig -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.AssemblyInfoInputs.cache -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.AssemblyInfo.cs -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.CoreCompileInputs.cache -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.CopyComplete -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Debug/net6.0/ref/Intersight.PowerShell.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.pdb +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.deps.json +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/ref/Intersight.PowerShell.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.PowerShell.pdb +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/KellermanSoftware.Compare-NET-Objects.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/JsonSubTypes.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/Newtonsoft.Json.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/Polly.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/RestSharp.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/System.Runtime.CompilerServices.Unsafe.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/System.Text.Encodings.Web.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/System.Text.Json.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/bin/Debug/net6.0/Intersight.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.AssemblyReference.cache +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.GeneratedMSBuildEditorConfig.editorconfig +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.AssemblyInfoInputs.cache +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.AssemblyInfo.cs +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.CoreCompileInputs.cache +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csproj.CopyComplete +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Debug/net6.0/ref/Intersight.PowerShell.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.pdb diff --git a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csprojAssemblyReference.cache b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csprojAssemblyReference.cache index f7c3dd4a..38ca70e9 100644 Binary files a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csprojAssemblyReference.cache and b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.csprojAssemblyReference.cache differ diff --git a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.dll b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.dll index e45be2a2..0c09673f 100644 Binary files a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.dll and b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.dll differ diff --git a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.pdb b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.pdb index f66e2832..3bddc05d 100644 Binary files a/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.pdb and b/src/Intersight.PowerShell/obj/Debug/net6.0/Intersight.PowerShell.pdb differ diff --git a/src/Intersight.PowerShell/obj/Debug/net6.0/ref/Intersight.PowerShell.dll b/src/Intersight.PowerShell/obj/Debug/net6.0/ref/Intersight.PowerShell.dll index 689936c6..6adf2132 100644 Binary files a/src/Intersight.PowerShell/obj/Debug/net6.0/ref/Intersight.PowerShell.dll and b/src/Intersight.PowerShell/obj/Debug/net6.0/ref/Intersight.PowerShell.dll differ diff --git a/src/Intersight.PowerShell/obj/Intersight.PowerShell.csproj.nuget.dgspec.json b/src/Intersight.PowerShell/obj/Intersight.PowerShell.csproj.nuget.dgspec.json index add19f2a..c9e5e214 100644 --- a/src/Intersight.PowerShell/obj/Intersight.PowerShell.csproj.nuget.dgspec.json +++ b/src/Intersight.PowerShell/obj/Intersight.PowerShell.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj": {} + "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj": {} }, "projects": { - "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj": { - "version": "1.0.11.17769", + "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj": { + "version": "1.0.11.17956", "restore": { - "projectUniqueName": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj", + "projectUniqueName": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj", "projectName": "PSIntersight", - "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj", + "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj", "packagesPath": "/var/lib/jenkins/.nuget/packages/", - "outputPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/", + "outputPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/", "projectStyle": "PackageReference", "configFilePaths": [ "/var/lib/jenkins/.nuget/NuGet/NuGet.Config" diff --git a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.AssemblyInfo.cs b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.AssemblyInfo.cs index 5ae902b0..2bec99ce 100644 --- a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.AssemblyInfo.cs +++ b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.AssemblyInfo.cs @@ -13,11 +13,11 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("Cisco Systems")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyCopyrightAttribute("No Copyright")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.11.17769")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.11.17769")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.11.17956")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.11.17956")] [assembly: System.Reflection.AssemblyProductAttribute("Intersight.PowerShell")] [assembly: System.Reflection.AssemblyTitleAttribute("Intersight.PowerShell")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.11.17769")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.11.17956")] [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/CiscoDevNet/intersight-powershell.git")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.AssemblyInfoInputs.cache b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.AssemblyInfoInputs.cache index d9fb2f8d..7ba5911a 100644 --- a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.AssemblyInfoInputs.cache +++ b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.AssemblyInfoInputs.cache @@ -1 +1 @@ -a87d8157045773c0fd7de790aebdd1020eb49c8b +d2d8135ff330676c24c438649d0657576e75d9d1 diff --git a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.GeneratedMSBuildEditorConfig.editorconfig b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.GeneratedMSBuildEditorConfig.editorconfig index 63c27767..15118784 100644 --- a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.GeneratedMSBuildEditorConfig.editorconfig +++ b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.GeneratedMSBuildEditorConfig.editorconfig @@ -7,4 +7,4 @@ build_property.InvariantGlobalization = build_property.PlatformNeutralAssembly = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = Intersight.PowerShell -build_property.ProjectDir = /home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/ +build_property.ProjectDir = /home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/ diff --git a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.assets.cache b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.assets.cache index fca52169..df666ed4 100644 Binary files a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.assets.cache and b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.assets.cache differ diff --git a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.AssemblyReference.cache b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.AssemblyReference.cache index e7bfb4e9..15751f0f 100644 Binary files a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.AssemblyReference.cache and b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.AssemblyReference.cache differ diff --git a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.CoreCompileInputs.cache b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.CoreCompileInputs.cache index 28229d41..bb696b39 100644 --- a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.CoreCompileInputs.cache +++ b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -827e6cde0b372e38629a1b106035dd297355a49a +bd6c7a88f10e23c2a46f2012a1c4a395a72f5f0f diff --git a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.FileListAbsolute.txt b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.FileListAbsolute.txt index cdb12b7d..8a0420c6 100644 --- a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.FileListAbsolute.txt +++ b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.FileListAbsolute.txt @@ -1,13 +1,13 @@ -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/Intersight.PowerShell/Intersight.PowerShell.deps.json -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/Intersight.PowerShell/Intersight.PowerShell.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/Intersight.PowerShell/ref/Intersight.PowerShell.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/Intersight.PowerShell/Intersight.PowerShell.pdb -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.AssemblyReference.cache -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.GeneratedMSBuildEditorConfig.editorconfig -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.AssemblyInfoInputs.cache -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.AssemblyInfo.cs -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.CoreCompileInputs.cache -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.CopyComplete -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Release/net6.0/ref/Intersight.PowerShell.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.pdb +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/Intersight.PowerShell/Intersight.PowerShell.deps.json +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/Intersight.PowerShell/Intersight.PowerShell.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/Intersight.PowerShell/ref/Intersight.PowerShell.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/Intersight.PowerShell/Intersight.PowerShell.pdb +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.AssemblyReference.cache +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.GeneratedMSBuildEditorConfig.editorconfig +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.AssemblyInfoInputs.cache +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.AssemblyInfo.cs +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.CoreCompileInputs.cache +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.csproj.CopyComplete +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Release/net6.0/ref/Intersight.PowerShell.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.pdb diff --git a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.dll b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.dll index b6d180bb..2fd4031d 100644 Binary files a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.dll and b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.dll differ diff --git a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.pdb b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.pdb index 94ea1aa7..7452dc70 100644 Binary files a/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.pdb and b/src/Intersight.PowerShell/obj/Release/net6.0/Intersight.PowerShell.pdb differ diff --git a/src/Intersight.PowerShell/obj/Release/net6.0/ref/Intersight.PowerShell.dll b/src/Intersight.PowerShell/obj/Release/net6.0/ref/Intersight.PowerShell.dll index 21782abd..7c5f3d36 100644 Binary files a/src/Intersight.PowerShell/obj/Release/net6.0/ref/Intersight.PowerShell.dll and b/src/Intersight.PowerShell/obj/Release/net6.0/ref/Intersight.PowerShell.dll differ diff --git a/src/Intersight.PowerShell/obj/project.assets.json b/src/Intersight.PowerShell/obj/project.assets.json index 8abac42e..142e35dc 100644 --- a/src/Intersight.PowerShell/obj/project.assets.json +++ b/src/Intersight.PowerShell/obj/project.assets.json @@ -1592,13 +1592,13 @@ "/var/lib/jenkins/.nuget/packages/": {} }, "project": { - "version": "1.0.11.17769", + "version": "1.0.11.17956", "restore": { - "projectUniqueName": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj", + "projectUniqueName": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj", "projectName": "PSIntersight", - "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj", + "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj", "packagesPath": "/var/lib/jenkins/.nuget/packages/", - "outputPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/", + "outputPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/", "projectStyle": "PackageReference", "configFilePaths": [ "/var/lib/jenkins/.nuget/NuGet/NuGet.Config" diff --git a/src/Intersight.PowerShell/obj/project.nuget.cache b/src/Intersight.PowerShell/obj/project.nuget.cache index 7e822e7f..0eb57dd6 100644 --- a/src/Intersight.PowerShell/obj/project.nuget.cache +++ b/src/Intersight.PowerShell/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "2+FrZoy47krlzSVjcS8KeXmN6ZP0SFzYYG3m3OvaAQ4XrQeCob8g167aa+WYsmjrLq1azel4SXKVTMIRvHFg4g==", + "dgSpecHash": "HHkgrETTSNamIl79Lrf2FRgHv8LpDAkRvl/lQIQISzTN9b368x6a/my0lZ516ayPrOVOzUvUALNLEy5Q5wpfYQ==", "success": true, - "projectFilePath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj", + "projectFilePath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj", "expectedPackageFiles": [ "/var/lib/jenkins/.nuget/packages/comparenetobjects/4.61.0/comparenetobjects.4.61.0.nupkg.sha512", "/var/lib/jenkins/.nuget/packages/jsonsubtypes/2.0.1/jsonsubtypes.2.0.1.nupkg.sha512", diff --git a/src/Intersight.PowerShellTest/TestResults/_sam-tools01_2024-07-26_16_29_14.trx b/src/Intersight.PowerShellTest/TestResults/_sam-tools01_2024-08-13_11_04_54.trx similarity index 51% rename from src/Intersight.PowerShellTest/TestResults/_sam-tools01_2024-07-26_16_29_14.trx rename to src/Intersight.PowerShellTest/TestResults/_sam-tools01_2024-08-13_11_04_54.trx index c2492f07..a2cafc09 100644 --- a/src/Intersight.PowerShellTest/TestResults/_sam-tools01_2024-07-26_16_29_14.trx +++ b/src/Intersight.PowerShellTest/TestResults/_sam-tools01_2024-08-13_11_04_54.trx @@ -1,140 +1,140 @@  - - - - + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Intersight.PowerShellTest/bin/Debug/net6.0/CoverletSourceRootsMapping b/src/Intersight.PowerShellTest/bin/Debug/net6.0/CoverletSourceRootsMapping index 3c48af63..f8500def 100644 Binary files a/src/Intersight.PowerShellTest/bin/Debug/net6.0/CoverletSourceRootsMapping and b/src/Intersight.PowerShellTest/bin/Debug/net6.0/CoverletSourceRootsMapping differ diff --git a/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShell.dll b/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShell.dll index e45be2a2..0c09673f 100644 Binary files a/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShell.dll and b/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShell.dll differ diff --git a/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShell.pdb b/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShell.pdb index f66e2832..3bddc05d 100644 Binary files a/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShell.pdb and b/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShell.pdb differ diff --git a/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.deps.json b/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.deps.json index b70beba6..a1206bc8 100644 --- a/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.deps.json +++ b/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.deps.json @@ -6,12 +6,12 @@ "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v6.0": { - "Intersight.PowerShellTest/1.0.11-17769": { + "Intersight.PowerShellTest/1.0.11-17956": { "dependencies": { "MSTest.TestAdapter": "2.2.8", "MSTest.TestFramework": "2.2.8", "Microsoft.NET.Test.Sdk": "17.1.0", - "PSIntersight": "1.0.11.17769", + "PSIntersight": "1.0.11.17956", "System.Management.Automation": "7.2.2", "coverlet.collector": "3.1.2", "Intersight": "0.0.0.0" @@ -1759,7 +1759,7 @@ "System.Xml.ReaderWriter": "4.3.0" } }, - "PSIntersight/1.0.11.17769": { + "PSIntersight/1.0.11.17956": { "dependencies": { "CompareNETObjects": "4.61.0", "JsonSubTypes": "2.0.1", @@ -1784,7 +1784,7 @@ } }, "libraries": { - "Intersight.PowerShellTest/1.0.11-17769": { + "Intersight.PowerShellTest/1.0.11-17956": { "type": "project", "serviceable": false, "sha512": "" @@ -2601,7 +2601,7 @@ "path": "system.xml.xdocument/4.3.0", "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" }, - "PSIntersight/1.0.11.17769": { + "PSIntersight/1.0.11.17956": { "type": "project", "serviceable": false, "sha512": "" diff --git a/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.dll b/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.dll index c09bdea8..16088acb 100644 Binary files a/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.dll and b/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.dll differ diff --git a/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.pdb b/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.pdb index 665ff1c7..66ed7721 100644 Binary files a/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.pdb and b/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.pdb differ diff --git a/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.dll b/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.dll index 832d7644..ac5ab1a4 100644 Binary files a/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.dll and b/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.dll differ diff --git a/src/Intersight.PowerShellTest/bin/Debug/net6.0/ref/Intersight.PowerShellTest.dll b/src/Intersight.PowerShellTest/bin/Debug/net6.0/ref/Intersight.PowerShellTest.dll index ee6842a9..eac596bc 100644 Binary files a/src/Intersight.PowerShellTest/bin/Debug/net6.0/ref/Intersight.PowerShellTest.dll and b/src/Intersight.PowerShellTest/bin/Debug/net6.0/ref/Intersight.PowerShellTest.dll differ diff --git a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.AssemblyInfo.cs b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.AssemblyInfo.cs index bb967693..b2ce67ac 100644 --- a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.AssemblyInfo.cs +++ b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("Intersight.PowerShellTest")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.11.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.11-17769")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.11-17956")] [assembly: System.Reflection.AssemblyProductAttribute("Intersight.PowerShellTest")] [assembly: System.Reflection.AssemblyTitleAttribute("Intersight.PowerShellTest")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.11.0")] diff --git a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.AssemblyInfoInputs.cache b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.AssemblyInfoInputs.cache index fe21822a..bb0a6dfd 100644 --- a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.AssemblyInfoInputs.cache +++ b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.AssemblyInfoInputs.cache @@ -1 +1 @@ -526292630c75e831f986f89e9a0c83b67c126a38 +a42443af661902521865e30a037b404ee5a1fa2f diff --git a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.GeneratedMSBuildEditorConfig.editorconfig b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.GeneratedMSBuildEditorConfig.editorconfig index 37a0d3ec..af2e7b48 100644 --- a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.GeneratedMSBuildEditorConfig.editorconfig +++ b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.GeneratedMSBuildEditorConfig.editorconfig @@ -7,4 +7,4 @@ build_property.InvariantGlobalization = build_property.PlatformNeutralAssembly = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = Intersight.PowerShellTest -build_property.ProjectDir = /home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/ +build_property.ProjectDir = /home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/ diff --git a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.assets.cache b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.assets.cache index 97386797..9264f4c9 100644 Binary files a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.assets.cache and b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.assets.cache differ diff --git a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.AssemblyReference.cache b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.AssemblyReference.cache index bcc7cbfe..d3398f74 100644 Binary files a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.AssemblyReference.cache and b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.AssemblyReference.cache differ diff --git a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.CoreCompileInputs.cache b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.CoreCompileInputs.cache index 6d09e96e..91bb62e4 100644 --- a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.CoreCompileInputs.cache +++ b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -6e1a2ee03acc20975391b1551f481eb546224fdc +62395a87fafb4ae8ae59eaab4fcb075e6c05022a diff --git a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.FileListAbsolute.txt b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.FileListAbsolute.txt index c461d32a..2ae7158b 100644 --- a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.FileListAbsolute.txt +++ b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.FileListAbsolute.txt @@ -1,208 +1,208 @@ -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/CoverletSourceRootsMapping -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.TestPlatform.AdapterUtilities.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.deps.json -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.runtimeconfig.json -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ref/Intersight.PowerShellTest.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.pdb -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/KellermanSoftware.Compare-NET-Objects.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/JsonSubTypes.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.ApplicationInsights.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.TestPlatform.CoreUtilities.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.TestPlatform.Utilities.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/testhost.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.Win32.Registry.AccessControl.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Newtonsoft.Json.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/NuGet.Frameworks.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Polly.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/RestSharp.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.CodeDom.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Diagnostics.EventLog.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.DirectoryServices.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Drawing.Common.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Formats.Asn1.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Management.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Runtime.CompilerServices.Unsafe.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Security.AccessControl.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Security.Cryptography.Pkcs.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Security.Permissions.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Text.Encoding.CodePages.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Text.Encodings.Web.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Text.Json.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Windows.Extensions.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/unix/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/native/mi.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/native/miutils.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/native/mi.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/native/miutils.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x64/native/mi.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x64/native/miutils.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x86/native/mi.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x86/native/miutils.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x64/native/mi.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x64/native/miutils.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x86/native/mi.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x86/native/miutils.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x64/native/mi.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x64/native/miutils.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x86/native/mi.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x86/native/miutils.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x64/native/mi.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x64/native/miutils.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x86/native/mi.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x86/native/miutils.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.PowerShell.CoreCLR.Eventing.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/linux-arm/native/libpsl-native.so -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/linux-arm64/native/libpsl-native.so -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/linux-musl-x64/native/libpsl-native.so -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/linux-x64/native/libmi.so -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/linux-x64/native/libpsl-native.so -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/linux-x64/native/libpsrpclient.so -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/osx/native/libmi.dylib -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/osx/native/libpsl-native.dylib -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/osx/native/libpsrpclient.dylib -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/native/PowerShell.Core.Instrumentation.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/native/pwrshplugin.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/native/PowerShell.Core.Instrumentation.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/native/pwrshplugin.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-x64/native/PowerShell.Core.Instrumentation.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-x64/native/pwrshplugin.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-x86/native/PowerShell.Core.Instrumentation.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-x86/native/pwrshplugin.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.Win32.Registry.AccessControl.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.DirectoryServices.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Management.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/unix/lib/net6.0/System.Management.Automation.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Management.Automation.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Security.AccessControl.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShell.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShell.pdb -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.GlobalUsings.g.cs -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.AssemblyReference.cache -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.GeneratedMSBuildEditorConfig.editorconfig -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.AssemblyInfoInputs.cache -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.AssemblyInfo.cs -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.CoreCompileInputs.cache -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.CopyComplete -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/obj/Debug/net6.0/ref/Intersight.PowerShellTest.dll -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.pdb -/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.genruntimeconfig.cache +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/CoverletSourceRootsMapping +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.TestPlatform.AdapterUtilities.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.deps.json +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.runtimeconfig.json +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ref/Intersight.PowerShellTest.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShellTest.pdb +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/KellermanSoftware.Compare-NET-Objects.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/JsonSubTypes.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.ApplicationInsights.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.TestPlatform.CoreUtilities.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.TestPlatform.Utilities.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/testhost.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.Win32.Registry.AccessControl.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Newtonsoft.Json.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/NuGet.Frameworks.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Polly.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/RestSharp.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.CodeDom.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Diagnostics.EventLog.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.DirectoryServices.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Drawing.Common.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Formats.Asn1.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Management.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Runtime.CompilerServices.Unsafe.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Security.AccessControl.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Security.Cryptography.Pkcs.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Security.Permissions.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Text.Encoding.CodePages.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Text.Encodings.Web.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Text.Json.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/System.Windows.Extensions.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/unix/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/native/mi.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/native/miutils.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/native/mi.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/native/miutils.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x64/native/mi.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x64/native/miutils.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x86/native/mi.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win10-x86/native/miutils.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x64/native/mi.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x64/native/miutils.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x86/native/mi.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win7-x86/native/miutils.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x64/native/mi.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x64/native/miutils.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x86/native/mi.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win8-x86/native/miutils.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x64/native/mi.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x64/native/miutils.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x86/native/mi.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win81-x86/native/miutils.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.PowerShell.CoreCLR.Eventing.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/linux-arm/native/libpsl-native.so +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/linux-arm64/native/libpsl-native.so +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/linux-musl-x64/native/libpsl-native.so +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/linux-x64/native/libmi.so +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/linux-x64/native/libpsl-native.so +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/linux-x64/native/libpsrpclient.so +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/osx/native/libmi.dylib +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/osx/native/libpsl-native.dylib +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/osx/native/libpsrpclient.dylib +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/native/PowerShell.Core.Instrumentation.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm/native/pwrshplugin.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/native/PowerShell.Core.Instrumentation.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-arm64/native/pwrshplugin.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-x64/native/PowerShell.Core.Instrumentation.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-x64/native/pwrshplugin.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-x86/native/PowerShell.Core.Instrumentation.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win-x86/native/pwrshplugin.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.Win32.Registry.AccessControl.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.DirectoryServices.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Management.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/unix/lib/net6.0/System.Management.Automation.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Management.Automation.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Security.AccessControl.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShell.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/bin/Debug/net6.0/Intersight.PowerShell.pdb +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.GlobalUsings.g.cs +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.AssemblyReference.cache +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.GeneratedMSBuildEditorConfig.editorconfig +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.AssemblyInfoInputs.cache +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.AssemblyInfo.cs +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.CoreCompileInputs.cache +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.csproj.CopyComplete +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/obj/Debug/net6.0/ref/Intersight.PowerShellTest.dll +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.pdb +/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.genruntimeconfig.cache diff --git a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.dll b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.dll index c09bdea8..16088acb 100644 Binary files a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.dll and b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.dll differ diff --git a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.genruntimeconfig.cache b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.genruntimeconfig.cache index 5a8cb177..fa42e084 100644 --- a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.genruntimeconfig.cache +++ b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.genruntimeconfig.cache @@ -1 +1 @@ -933a751eb5bd54c294cd0246c31fc2866b10137a +f5f657eb4e75b0c5870ad93635ea2270d5bfcdc0 diff --git a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.pdb b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.pdb index 665ff1c7..66ed7721 100644 Binary files a/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.pdb and b/src/Intersight.PowerShellTest/obj/Debug/net6.0/Intersight.PowerShellTest.pdb differ diff --git a/src/Intersight.PowerShellTest/obj/Debug/net6.0/ref/Intersight.PowerShellTest.dll b/src/Intersight.PowerShellTest/obj/Debug/net6.0/ref/Intersight.PowerShellTest.dll index ee6842a9..eac596bc 100644 Binary files a/src/Intersight.PowerShellTest/obj/Debug/net6.0/ref/Intersight.PowerShellTest.dll and b/src/Intersight.PowerShellTest/obj/Debug/net6.0/ref/Intersight.PowerShellTest.dll differ diff --git a/src/Intersight.PowerShellTest/obj/Intersight.PowerShellTest.csproj.nuget.dgspec.json b/src/Intersight.PowerShellTest/obj/Intersight.PowerShellTest.csproj.nuget.dgspec.json index 31db4a7c..7f45a260 100644 --- a/src/Intersight.PowerShellTest/obj/Intersight.PowerShellTest.csproj.nuget.dgspec.json +++ b/src/Intersight.PowerShellTest/obj/Intersight.PowerShellTest.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj": {} + "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj": {} }, "projects": { - "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj": { - "version": "1.0.11.17769", + "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj": { + "version": "1.0.11.17956", "restore": { - "projectUniqueName": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj", + "projectUniqueName": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj", "projectName": "PSIntersight", - "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj", + "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj", "packagesPath": "/var/lib/jenkins/.nuget/packages/", - "outputPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/obj/", + "outputPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/obj/", "projectStyle": "PackageReference", "configFilePaths": [ "/var/lib/jenkins/.nuget/NuGet/NuGet.Config" @@ -87,14 +87,14 @@ } } }, - "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj": { - "version": "1.0.11-17769", + "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj": { + "version": "1.0.11-17956", "restore": { - "projectUniqueName": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj", + "projectUniqueName": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj", "projectName": "Intersight.PowerShellTest", - "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj", + "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj", "packagesPath": "/var/lib/jenkins/.nuget/packages/", - "outputPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/obj/", + "outputPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/obj/", "projectStyle": "PackageReference", "configFilePaths": [ "/var/lib/jenkins/.nuget/NuGet/NuGet.Config" @@ -109,8 +109,8 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj": { - "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj" + "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj": { + "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj" } } } diff --git a/src/Intersight.PowerShellTest/obj/project.assets.json b/src/Intersight.PowerShellTest/obj/project.assets.json index 91bbb7c8..971d2c5f 100644 --- a/src/Intersight.PowerShellTest/obj/project.assets.json +++ b/src/Intersight.PowerShellTest/obj/project.assets.json @@ -2309,7 +2309,7 @@ "lib/netstandard1.3/System.Xml.XDocument.dll": {} } }, - "PSIntersight/1.0.11.17769": { + "PSIntersight/1.0.11.17956": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { @@ -7686,7 +7686,7 @@ "system.xml.xdocument.nuspec" ] }, - "PSIntersight/1.0.11.17769": { + "PSIntersight/1.0.11.17956": { "type": "project", "path": "../Intersight.PowerShell/Intersight.PowerShell.csproj", "msbuildProject": "../Intersight.PowerShell/Intersight.PowerShell.csproj" @@ -7697,7 +7697,7 @@ "MSTest.TestAdapter >= 2.2.8", "MSTest.TestFramework >= 2.2.8", "Microsoft.NET.Test.Sdk >= 17.1.0", - "PSIntersight >= 1.0.11.17769", + "PSIntersight >= 1.0.11.17956", "System.Management.Automation >= 7.2.2", "coverlet.collector >= 3.1.2" ] @@ -7706,13 +7706,13 @@ "/var/lib/jenkins/.nuget/packages/": {} }, "project": { - "version": "1.0.11-17769", + "version": "1.0.11-17956", "restore": { - "projectUniqueName": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj", + "projectUniqueName": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj", "projectName": "Intersight.PowerShellTest", - "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj", + "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj", "packagesPath": "/var/lib/jenkins/.nuget/packages/", - "outputPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/obj/", + "outputPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/obj/", "projectStyle": "PackageReference", "configFilePaths": [ "/var/lib/jenkins/.nuget/NuGet/NuGet.Config" @@ -7727,8 +7727,8 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj": { - "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShell/Intersight.PowerShell.csproj" + "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj": { + "projectPath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShell/Intersight.PowerShell.csproj" } } } diff --git a/src/Intersight.PowerShellTest/obj/project.nuget.cache b/src/Intersight.PowerShellTest/obj/project.nuget.cache index 88399821..f337c154 100644 --- a/src/Intersight.PowerShellTest/obj/project.nuget.cache +++ b/src/Intersight.PowerShellTest/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "Q3nSu6DIaGWaVAZQ4YYjvzKgmqqLGj1kgR+cG1IGH31cnYCVMq7b6AdHMA5wd3XnzJmT+Oums5bAY99EPT02nw==", + "dgSpecHash": "4Uo+iq6yzBJRCK8KBvgM0R9mFo3K98TD0XLvIRWt8x16ukS+wIXLwdo0ckQydosNKlnw2cAwThcTGVxBdKra5A==", "success": true, - "projectFilePath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17769/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj", + "projectFilePath": "/home/jenkins/workspace/Release-IS-Powershell-Module/src/github.com/cisco-intersight/powershell-generator-intersight/generated/Intersight.PowerShell_1.0.11.17956/src/Intersight.PowerShellTest/Intersight.PowerShellTest.csproj", "expectedPackageFiles": [ "/var/lib/jenkins/.nuget/packages/comparenetobjects/4.61.0/comparenetobjects.4.61.0.nupkg.sha512", "/var/lib/jenkins/.nuget/packages/coverlet.collector/3.1.2/coverlet.collector.3.1.2.nupkg.sha512", diff --git a/src/Lib/Intersight.dll b/src/Lib/Intersight.dll index 832d7644..ac5ab1a4 100644 Binary files a/src/Lib/Intersight.dll and b/src/Lib/Intersight.dll differ