RecoveryServicesProviderProperties interface
Recovery services provider properties.
Properties
allowed |
The scenarios allowed on this provider. |
authentication |
The authentication identity details. |
bios |
The Bios Id. |
connection |
A value indicating whether DRA is responsive. |
data |
The data plane authentication identity details. |
dra |
The DRA Id. |
fabric |
The fabric friendly name. |
fabric |
Type of the site. |
friendly |
Friendly name of the DRA. |
health |
The recovery services provider health error details. |
last |
Time when last heartbeat was sent by the DRA. |
machine |
The machine Id. |
machine |
The machine name. |
protected |
Number of protected VMs currently managed by the DRA. |
provider |
The provider version. |
provider |
The provider version details. |
provider |
Expiry date of the version. |
provider |
DRA version status. |
resource |
The resource access identity details. |
server |
The fabric provider. |
Property Details
allowedScenarios
The scenarios allowed on this provider.
allowedScenarios?: string[]
Property Value
string[]
authenticationIdentityDetails
The authentication identity details.
authenticationIdentityDetails?: IdentityProviderDetails
Property Value
biosId
The Bios Id.
biosId?: string
Property Value
string
connectionStatus
A value indicating whether DRA is responsive.
connectionStatus?: string
Property Value
string
dataPlaneAuthenticationIdentityDetails
The data plane authentication identity details.
dataPlaneAuthenticationIdentityDetails?: IdentityProviderDetails
Property Value
draIdentifier
The DRA Id.
draIdentifier?: string
Property Value
string
fabricFriendlyName
The fabric friendly name.
fabricFriendlyName?: string
Property Value
string
fabricType
Type of the site.
fabricType?: string
Property Value
string
friendlyName
Friendly name of the DRA.
friendlyName?: string
Property Value
string
healthErrorDetails
The recovery services provider health error details.
healthErrorDetails?: HealthError[]
Property Value
lastHeartBeat
Time when last heartbeat was sent by the DRA.
lastHeartBeat?: Date
Property Value
Date
machineId
The machine Id.
machineId?: string
Property Value
string
machineName
The machine name.
machineName?: string
Property Value
string
protectedItemCount
Number of protected VMs currently managed by the DRA.
protectedItemCount?: number
Property Value
number
providerVersion
The provider version.
providerVersion?: string
Property Value
string
providerVersionDetails
providerVersionExpiryDate
Expiry date of the version.
providerVersionExpiryDate?: Date
Property Value
Date
providerVersionState
DRA version status.
providerVersionState?: string
Property Value
string
resourceAccessIdentityDetails
The resource access identity details.
resourceAccessIdentityDetails?: IdentityProviderDetails
Property Value
serverVersion
The fabric provider.
serverVersion?: string
Property Value
string