Get-SpbmFaultDomain
This cmdlet retrieves fault domains based on name or ID filter. The fault domain ID is globally unique.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
optional |
|
String[] | named |
|
Filters the retrieved fault domains by name. | optional |
|
VIServer[] | named |
|
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer. | optional |
|
VasaProvider[] | named |
|
Specifies the list of VASA providers. You can retrieve fault domains reported by these VASA providers. |
-Id
<String[]>
[-Server <VIServer[]>]
[CommonParameters]
[-Server <VIServer[]>]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
String[] | named |
|
Filters the retrieved fault domains by ID. | optional |
|
VIServer[] | named |
|
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer. |
Output
VMware.VimAutomation.Storage.Types.V1.Spbm.Replication.SpbmFaultDomain
Examples
Example 1
Get-SpbmFaultDomain -Name 'FaultDomain' -VasaProvider $vasaProvider
Retrieves fault domains named 'FaultDomain' from the $vasaProvider VASA provider.
Example 2
Get-SpbmFaultDomain -Id 'FaultDomainId'
Retrieves the fault domain with ID 'FaultDomainId'.