Recovery Services Provider Properties Response
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
Link copied to clipboard
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)
Properties
Link copied to clipboard
The scenarios allowed on this provider.
Link copied to clipboard
The authentication identity details.
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
The DRA Id.
Link copied to clipboard
The fabric friendly name.
Link copied to clipboard
Type of the site.
Link copied to clipboard
Friendly name of the DRA.
Link copied to clipboard
The recovery services provider health error details.
Link copied to clipboard
Time when last heartbeat was sent by the DRA.
Link copied to clipboard
The machine name.
Link copied to clipboard
Number of protected VMs currently managed by the DRA.
Link copied to clipboard
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
The fabric provider.