StorageNetworksResponse

data class StorageNetworksResponse(val name: String, val networkAdapterName: String, val storageAdapterIPInfo: List<StorageAdapterIPInfoResponse>, val storageVlanId: String, val vlanId: String? = null)

The StorageNetworks of a cluster.

Constructors

Link copied to clipboard
constructor(name: String, networkAdapterName: String, storageAdapterIPInfo: List<StorageAdapterIPInfoResponse>, storageVlanId: String, vlanId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the storage network.

Link copied to clipboard

Name of the storage network adapter.

Link copied to clipboard

List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster.

Link copied to clipboard

ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.

Link copied to clipboard
val vlanId: String? = null

ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.