Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProtectableItemProperties

Package version

interface

An interface representing ProtectableItemProperties. Replication protected item custom data details.

Hierarchy

  • ProtectableItemProperties

Index

Properties

Optional customDetails

member

{ConfigurationSettingsUnion} [customDetails] The Replication provider custom settings.

Optional friendlyName

friendlyName: undefined | string
member

{string} [friendlyName] The name.

Optional protectionReadinessErrors

protectionReadinessErrors: string[]
member

{string[]} [protectionReadinessErrors] The Current protection readiness errors.

Optional protectionStatus

protectionStatus: undefined | string
member

{string} [protectionStatus] The protection status.

Optional recoveryServicesProviderId

recoveryServicesProviderId: undefined | string
member

{string} [recoveryServicesProviderId] The recovery provider ARM Id.

Optional replicationProtectedItemId

replicationProtectedItemId: undefined | string
member

{string} [replicationProtectedItemId] The ARM resource of protected items.

Optional supportedReplicationProviders

supportedReplicationProviders: string[]
member

{string[]} [supportedReplicationProviders] The list of replication providers supported for the protectable item.

Generated using TypeDoc