Shared Disk Replication Item Properties Args
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
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
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.