RecoveryServicesProviderPropertiesResponse

data class RecoveryServicesProviderPropertiesResponse(val allowedScenarios: List<String>? = null, val authenticationIdentityDetails: IdentityProviderDetailsResponse? = null, val biosId: String? = null, val connectionStatus: String? = null, val dataPlaneAuthenticationIdentityDetails: IdentityProviderDetailsResponse? = null, val draIdentifier: String? = null, val fabricFriendlyName: String? = null, val fabricType: String? = null, val friendlyName: String? = null, val healthErrorDetails: List<HealthErrorResponse>? = null, val lastHeartBeat: String? = null, val machineId: String? = null, val machineName: String? = null, val protectedItemCount: Int? = null, val providerVersion: String? = null, val providerVersionDetails: VersionDetailsResponse? = null, val providerVersionExpiryDate: String? = null, val providerVersionState: String? = null, val resourceAccessIdentityDetails: IdentityProviderDetailsResponse? = null, val serverVersion: String? = null)

Recovery services provider properties.

Constructors

constructor(allowedScenarios: List<String>? = null, authenticationIdentityDetails: IdentityProviderDetailsResponse? = null, biosId: String? = null, connectionStatus: String? = null, dataPlaneAuthenticationIdentityDetails: IdentityProviderDetailsResponse? = null, draIdentifier: String? = null, fabricFriendlyName: String? = null, fabricType: String? = null, friendlyName: String? = null, healthErrorDetails: List<HealthErrorResponse>? = null, lastHeartBeat: String? = null, machineId: String? = null, machineName: String? = null, protectedItemCount: Int? = null, providerVersion: String? = null, providerVersionDetails: VersionDetailsResponse? = null, providerVersionExpiryDate: String? = null, providerVersionState: String? = null, resourceAccessIdentityDetails: IdentityProviderDetailsResponse? = null, serverVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The scenarios allowed on this provider.

Link copied to clipboard

The authentication identity details.

Link copied to clipboard
val biosId: String? = null

The Bios Id.

Link copied to clipboard

A value indicating whether DRA is responsive.

Link copied to clipboard

The data plane authentication identity details.

Link copied to clipboard
val draIdentifier: String? = null

The DRA Id.

Link copied to clipboard

The fabric friendly name.

Link copied to clipboard
val fabricType: String? = null

Type of the site.

Link copied to clipboard
val friendlyName: String? = null

Friendly name of the DRA.

Link copied to clipboard

The recovery services provider health error details.

Link copied to clipboard
val lastHeartBeat: String? = null

Time when last heartbeat was sent by the DRA.

Link copied to clipboard
val machineId: String? = null

The machine Id.

Link copied to clipboard
val machineName: String? = null

The machine name.

Link copied to clipboard
val protectedItemCount: Int? = null

Number of protected VMs currently managed by the DRA.

Link copied to clipboard
val providerVersion: String? = null

The provider version.

Link copied to clipboard

The provider version details.

Link copied to clipboard

Expiry date of the version.

Link copied to clipboard

DRA version status.

Link copied to clipboard

The resource access identity details.

Link copied to clipboard
val serverVersion: String? = null

The fabric provider.