GetReplicationNetworkMappingResult

data class GetReplicationNetworkMappingResult(val id: String, val location: String? = null, val name: String, val properties: NetworkMappingPropertiesResponse, val type: String)

Network Mapping model. Ideally it should have been possible to inherit this class from prev version in InheritedModels as long as there is no difference in structure or method signature. Since there were no base Models for certain fields and methods viz NetworkMappingProperties and Load with required return type, the class has been introduced in its entirety with references to base models to facilitate extensions in subsequent versions.

Constructors

Link copied to clipboard
constructor(id: String, location: String? = null, name: String, properties: NetworkMappingPropertiesResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard
val location: String? = null

Resource Location

Link copied to clipboard

Resource Name

Link copied to clipboard

The Network Mapping Properties.

Link copied to clipboard

Resource Type