FabricPropertiesResponse

data class FabricPropertiesResponse(val bcdrState: String? = null, val customDetails: Any? = null, val encryptionDetails: EncryptionDetailsResponse? = null, val friendlyName: String? = null, val health: String? = null, val healthErrorDetails: List<HealthErrorResponse>? = null, val internalIdentifier: String? = null, val rolloverEncryptionDetails: EncryptionDetailsResponse? = null)

Fabric properties.

Constructors

Link copied to clipboard
constructor(bcdrState: String? = null, customDetails: Any? = null, encryptionDetails: EncryptionDetailsResponse? = null, friendlyName: String? = null, health: String? = null, healthErrorDetails: List<HealthErrorResponse>? = null, internalIdentifier: String? = null, rolloverEncryptionDetails: EncryptionDetailsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bcdrState: String? = null

BCDR state of the fabric.

Link copied to clipboard
val customDetails: Any? = null

Fabric specific settings.

Link copied to clipboard

Encryption details for the fabric.

Link copied to clipboard
val friendlyName: String? = null

Friendly name of the fabric.

Link copied to clipboard
val health: String? = null

Health of fabric.

Link copied to clipboard

Fabric health error details.

Link copied to clipboard

Dra Registration Id.

Link copied to clipboard

Rollover encryption details for the fabric.