StorageNetworksResponse

data class StorageNetworksResponse(val name: String? = null, val networkAdapterName: String? = null, val vlanId: String? = null)

The StorageNetworks of a cluster.

Constructors

Link copied to clipboard
constructor(name: String? = null, networkAdapterName: String? = null, vlanId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the storage network.

Link copied to clipboard

Name of the storage network adapter.

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.