HciNetworkProfileResponse

data class HciNetworkProfileResponse(val hostNetwork: HostNetworkResponse, val nicDetails: List<HciNicDetailResponse>, val switchDetails: List<SwitchDetailResponse>)

The network profile of a device.

Constructors

Link copied to clipboard
constructor(hostNetwork: HostNetworkResponse, nicDetails: List<HciNicDetailResponse>, switchDetails: List<SwitchDetailResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

HostNetwork config to deploy AzureStackHCI Cluster.

Link copied to clipboard

List of NIC Details of device.

Link copied to clipboard

List of switch details for edge device.