Package version:

Shared Disk Replication item custom data details.

interface SharedDiskReplicationItemProperties {
    activeLocation?: string;
    allowedOperations?: string[];
    currentScenario?: CurrentScenarioDetails;
    healthErrors?: HealthError[];
    protectionState?: string;
    replicationHealth?: string;
    sharedDiskProviderSpecificDetails?: SharedDiskReplicationProviderSpecificSettingsUnion;
    testFailoverState?: string;
}

Properties

activeLocation?: string

The Current active location of the PE.

allowedOperations?: string[]

The allowed operations on the Replication protected item.

currentScenario?: CurrentScenarioDetails

The current scenario.

healthErrors?: HealthError[]

List of health errors.

protectionState?: string

The protection state of shared disk.

replicationHealth?: string

The consolidated protection health for the VM taking any issues with SRS as well as all the replication units associated with the VM's replication group into account. This is a string representation of the ProtectionHealth enumeration.

sharedDiskProviderSpecificDetails?: SharedDiskReplicationProviderSpecificSettingsUnion

The Replication provider custom settings.

testFailoverState?: string

The tfo state of shared disk.