ProtectedItemModelPropertiesResponse

data class ProtectedItemModelPropertiesResponse(val allowedJobs: List<String>, val correlationId: String, val currentJob: ProtectedItemModelPropertiesResponseCurrentJob, val customProperties: Either<HyperVToAzStackHCIProtectedItemModelCustomPropertiesResponse, VMwareToAzStackHCIProtectedItemModelCustomPropertiesResponse>, val draId: String, val fabricId: String, val fabricObjectId: String, val fabricObjectName: String, val healthErrors: List<HealthErrorModelResponse>, val lastFailedEnableProtectionJob: ProtectedItemModelPropertiesResponseLastFailedEnableProtectionJob, val lastFailedPlannedFailoverJob: ProtectedItemModelPropertiesResponseLastFailedPlannedFailoverJob, val lastSuccessfulPlannedFailoverTime: String, val lastSuccessfulTestFailoverTime: String, val lastSuccessfulUnplannedFailoverTime: String, val lastTestFailoverJob: ProtectedItemModelPropertiesResponseLastTestFailoverJob, val policyName: String, val protectionState: String, val protectionStateDescription: String, val provisioningState: String, val replicationExtensionName: String, val replicationHealth: String, val resyncRequired: Boolean, val resynchronizationState: String, val sourceFabricProviderId: String, val targetDraId: String, val targetFabricId: String, val targetFabricProviderId: String, val testFailoverState: String, val testFailoverStateDescription: String)

Protected item model properties.

Constructors

Link copied to clipboard
constructor(allowedJobs: List<String>, correlationId: String, currentJob: ProtectedItemModelPropertiesResponseCurrentJob, customProperties: Either<HyperVToAzStackHCIProtectedItemModelCustomPropertiesResponse, VMwareToAzStackHCIProtectedItemModelCustomPropertiesResponse>, draId: String, fabricId: String, fabricObjectId: String, fabricObjectName: String, healthErrors: List<HealthErrorModelResponse>, lastFailedEnableProtectionJob: ProtectedItemModelPropertiesResponseLastFailedEnableProtectionJob, lastFailedPlannedFailoverJob: ProtectedItemModelPropertiesResponseLastFailedPlannedFailoverJob, lastSuccessfulPlannedFailoverTime: String, lastSuccessfulTestFailoverTime: String, lastSuccessfulUnplannedFailoverTime: String, lastTestFailoverJob: ProtectedItemModelPropertiesResponseLastTestFailoverJob, policyName: String, protectionState: String, protectionStateDescription: String, provisioningState: String, replicationExtensionName: String, replicationHealth: String, resyncRequired: Boolean, resynchronizationState: String, sourceFabricProviderId: String, targetDraId: String, targetFabricId: String, targetFabricProviderId: String, testFailoverState: String, testFailoverStateDescription: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the allowed scenarios on the protected item.

Link copied to clipboard

Gets or sets the protected item correlation Id.

Link copied to clipboard

Gets or sets the DRA Id.

Link copied to clipboard

Gets or sets the fabric Id.

Link copied to clipboard

Gets or sets the fabric object Id.

Link copied to clipboard

Gets or sets the fabric object name.

Link copied to clipboard

Gets or sets the list of health errors.

Link copied to clipboard

Gets or sets the Last successful planned failover time.

Link copied to clipboard

Gets or sets the Last successful test failover time.

Link copied to clipboard

Gets or sets the Last successful unplanned failover time.

Link copied to clipboard

Gets or sets the policy name.

Link copied to clipboard

Gets or sets the protection state.

Link copied to clipboard

Gets or sets the protection state description.

Link copied to clipboard

Gets or sets the provisioning state of the Dra.

Link copied to clipboard

Gets or sets the replication extension name.

Link copied to clipboard

Gets or sets protected item replication health.

Link copied to clipboard

Gets or sets the resynchronization state.

Link copied to clipboard

Gets or sets a value indicating whether resynchronization is required or not.

Link copied to clipboard

Gets or sets the source fabric provider Id.

Link copied to clipboard

Gets or sets the target DRA Id.

Link copied to clipboard

Gets or sets the target fabric Id.

Link copied to clipboard

Gets or sets the target fabric provider Id.

Link copied to clipboard

Gets or sets the test failover state.

Link copied to clipboard

Gets or sets the Test failover state description.