Network Mapping Properties Response
data class NetworkMappingPropertiesResponse(val fabricSpecificSettings: Any? = null, val primaryFabricFriendlyName: String? = null, val primaryNetworkFriendlyName: String? = null, val primaryNetworkId: String? = null, val recoveryFabricArmId: String? = null, val recoveryFabricFriendlyName: String? = null, val recoveryNetworkFriendlyName: String? = null, val recoveryNetworkId: String? = null, val state: String? = null)
Network Mapping Properties.
Constructors
Link copied to clipboard
constructor(fabricSpecificSettings: Any? = null, primaryFabricFriendlyName: String? = null, primaryNetworkFriendlyName: String? = null, primaryNetworkId: String? = null, recoveryFabricArmId: String? = null, recoveryFabricFriendlyName: String? = null, recoveryNetworkFriendlyName: String? = null, recoveryNetworkId: String? = null, state: String? = null)
Properties
Link copied to clipboard
The fabric specific settings.
Link copied to clipboard
The primary fabric friendly name.
Link copied to clipboard
The primary network friendly name.
Link copied to clipboard
The primary network id for network mapping.
Link copied to clipboard
The recovery fabric ARM id.
Link copied to clipboard
The recovery fabric friendly name.
Link copied to clipboard
The recovery network friendly name.
Link copied to clipboard
The recovery network id for network mapping.