Skip to main content

devices_failover_sets

Creates, updates, deletes, gets or lists a devices_failover_sets resource.

Overview

Namedevices_failover_sets
TypeResource
Idazure_extras.storsimple_8000_series.devices_failover_sets

Fields

NameDatatypeDescription
eligibilityResultobjectThe eligibility result of failover set, for failover.
volumeContainersarrayThe list of meta data of volume containers, which are part of the failover set.

Methods

NameAccessible byRequired ParamsDescription
listSELECTdeviceName, managerName, resourceGroupName, subscriptionIdReturns all failover sets for a given device and their eligibility for participating in a failover. A failover set refers to a set of volume containers that need to be failed-over as a single unit to maintain data integrity.

SELECT examples

Returns all failover sets for a given device and their eligibility for participating in a failover. A failover set refers to a set of volume containers that need to be failed-over as a single unit to maintain data integrity.

SELECT
eligibilityResult,
volumeContainers
FROM azure_extras.storsimple_8000_series.devices_failover_sets
WHERE deviceName = '{{ deviceName }}'
AND managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';