SharedDiskReplicationItemPropertiesArgs

data class SharedDiskReplicationItemPropertiesArgs(val activeLocation: Output<String>? = null, val allowedOperations: Output<List<String>>? = null, val currentScenario: Output<CurrentScenarioDetailsArgs>? = null, val healthErrors: Output<List<HealthErrorArgs>>? = null, val protectionState: Output<String>? = null, val replicationHealth: Output<String>? = null, val sharedDiskProviderSpecificDetails: Output<A2ASharedDiskReplicationDetailsArgs>? = null, val testFailoverState: Output<String>? = null) : ConvertibleToJava<SharedDiskReplicationItemPropertiesArgs>

Shared Disk Replication item custom data details.

Constructors

Link copied to clipboard
constructor(activeLocation: Output<String>? = null, allowedOperations: Output<List<String>>? = null, currentScenario: Output<CurrentScenarioDetailsArgs>? = null, healthErrors: Output<List<HealthErrorArgs>>? = null, protectionState: Output<String>? = null, replicationHealth: Output<String>? = null, sharedDiskProviderSpecificDetails: Output<A2ASharedDiskReplicationDetailsArgs>? = null, testFailoverState: Output<String>? = null)

Properties

Link copied to clipboard
val activeLocation: Output<String>? = null

The Current active location of the PE.

Link copied to clipboard
val allowedOperations: Output<List<String>>? = null

The allowed operations on the Replication protected item.

Link copied to clipboard

The current scenario.

Link copied to clipboard
val healthErrors: Output<List<HealthErrorArgs>>? = null

List of health errors.

Link copied to clipboard
val protectionState: Output<String>? = null

The protection state of shared disk.

Link copied to clipboard
val replicationHealth: Output<String>? = null

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
val testFailoverState: Output<String>? = null

The tfo state of shared disk.

Functions

Link copied to clipboard
open override fun toJava(): SharedDiskReplicationItemPropertiesArgs