Skip to content

Latest commit

 

History

History
202 lines (150 loc) · 5.59 KB

Initialize-IntersightHyperflexAppSettingConstraint.md

File metadata and controls

202 lines (150 loc) · 5.59 KB
external help file Module Name online version schema
Intersight.PowerShell.dll-Help.xml
Intersight.PowerShell
2.0.0

Initialize-IntersightHyperflexAppSettingConstraint

SYNOPSIS

Fill in the Synopsis

SYNTAX


Initialize-IntersightHyperflexAppSettingConstraint [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< HyperflexAppSettingConstraint.ClassIdEnum>][-DeploymentType< HyperflexAppSettingConstraint.DeploymentTypeEnum>][-HxdpVersion< string>][-HypervisorType< HyperflexAppSettingConstraint.HypervisorTypeEnum>][-MgmtPlatform< HyperflexAppSettingConstraint.MgmtPlatformEnum>][-ObjectType< HyperflexAppSettingConstraint.ObjectTypeEnum>][-ServerModel< string>][-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

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.

Type: HyperflexAppSettingConstraint.ClassIdEnum
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-DeploymentType

The deployment type of the cluster.\n* NA - The deployment type of the HyperFlex cluster is not available.\n* Datacenter - The deployment type of a HyperFlex cluster consisting of UCS Fabric Interconnect-attached nodes on the same site.\n* Stretched Cluster - The deployment type of a HyperFlex cluster consisting of UCS Fabric Interconnect-attached nodes across different sites.\n* Edge - The deployment type of a HyperFlex cluster consisting of 2 or more standalone nodes.\n* DC-No-FI - The deployment type of a HyperFlex cluster consisting of 3 or more standalone nodes with the required Datacenter license.

Type: HyperflexAppSettingConstraint.DeploymentTypeEnum
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-HxdpVersion

The supported HyperFlex Data Platform version in regex format.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-HypervisorType

The hypervisor type for the HyperFlex cluster.\n* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.\n* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.\n* Unknown - The hypervisor running on the HyperFlex cluster is not known.

Type: HyperflexAppSettingConstraint.HypervisorTypeEnum
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-MgmtPlatform

The supported management platform for the HyperFlex Cluster.\n* FI - The host servers used in the cluster deployment are managed by a UCS Fabric Interconnect.\n* EDGE - The host servers used in the cluster deployment are standalone severs.\n* DC-No-FI - The host servers used in the cluster deployment are standalone servers with the DC Advantage license.

Type: HyperflexAppSettingConstraint.MgmtPlatformEnum
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.

Type: HyperflexAppSettingConstraint.ObjectTypeEnum
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-ServerModel

The supported server models in regex format.

Type: string
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.

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.

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.

EXAMPLES

Example 1

PS C:\> Initialize-IntersightHyperflexAppSettingConstraint

{ Add example description here }

INPUTS

System.Int32

System.String

OUTPUTS

TestModule.FavoriteStuff

NOTES

RELATED LINKS