Protection Container Mapping Properties Response
data class ProtectionContainerMappingPropertiesResponse(val health: String? = null, val healthErrorDetails: List<HealthErrorResponse>? = null, val policyFriendlyName: String? = null, val policyId: String? = null, val providerSpecificDetails: Any? = null, val sourceFabricFriendlyName: String? = null, val sourceProtectionContainerFriendlyName: String? = null, val state: String? = null, val targetFabricFriendlyName: String? = null, val targetProtectionContainerFriendlyName: String? = null, val targetProtectionContainerId: String? = null)
Protection container mapping properties.
Constructors
Link copied to clipboard
fun ProtectionContainerMappingPropertiesResponse(health: String? = null, healthErrorDetails: List<HealthErrorResponse>? = null, policyFriendlyName: String? = null, policyId: String? = null, providerSpecificDetails: Any? = null, sourceFabricFriendlyName: String? = null, sourceProtectionContainerFriendlyName: String? = null, state: String? = null, targetFabricFriendlyName: String? = null, targetProtectionContainerFriendlyName: String? = null, targetProtectionContainerId: String? = null)