ClusterInterfaceMapping

data class ClusterInterfaceMapping(val logicalInterfaceName: String? = null, val networkId: String? = null)

Network mappings for the cluster

Constructors

Link copied to clipboard
constructor(logicalInterfaceName: String? = null, networkId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

logical interface name, unique in the list

Link copied to clipboard
val networkId: String? = null

Network Id to be associated with the logical interface name, can be duplicated in list