SharedDiskReplicationItemPropertiesResponse

data class SharedDiskReplicationItemPropertiesResponse(val activeLocation: String? = null, val allowedOperations: List<String>? = null, val currentScenario: CurrentScenarioDetailsResponse? = null, val healthErrors: List<HealthErrorResponse>? = null, val protectionState: String? = null, val replicationHealth: String? = null, val sharedDiskProviderSpecificDetails: A2ASharedDiskReplicationDetailsResponse? = null, val testFailoverState: String? = null)

Shared Disk Replication item custom data details.

Constructors

constructor(activeLocation: String? = null, allowedOperations: List<String>? = null, currentScenario: CurrentScenarioDetailsResponse? = null, healthErrors: List<HealthErrorResponse>? = null, protectionState: String? = null, replicationHealth: String? = null, sharedDiskProviderSpecificDetails: A2ASharedDiskReplicationDetailsResponse? = null, testFailoverState: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activeLocation: String? = null

The Current active location of the PE.

Link copied to clipboard

The allowed operations on the Replication protected item.

Link copied to clipboard

The current scenario.

Link copied to clipboard

List of health errors.

Link copied to clipboard
val protectionState: String? = null

The protection state of shared disk.

Link copied to clipboard

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.

Link copied to clipboard

The Replication provider custom settings.

Link copied to clipboard

The tfo state of shared disk.