Get Replication Protection Container Mapping Result
data class GetReplicationProtectionContainerMappingResult(val id: String, val location: String? = null, val name: String, val properties: ProtectionContainerMappingPropertiesResponse, val type: String)
Protection container mapping object.
Constructors
Link copied to clipboard
constructor(id: String, location: String? = null, name: String, properties: ProtectionContainerMappingPropertiesResponse, type: String)