GetNetworkFabricTopologyResult

data class GetNetworkFabricTopologyResult(val configurationState: String, val error: ErrorDetailResponse? = null, val url: String? = null)

The response of the action validate configuration.

Constructors

Link copied to clipboard
constructor(configurationState: String, error: ErrorDetailResponse? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the configuration state.

Link copied to clipboard

The error object.

Link copied to clipboard
val url: String? = null

URL for the details of the response.