ClusterNetworkSettingsArgs

data class ClusterNetworkSettingsArgs(val defaultRoute: Output<String>? = null, val interfaceMappings: Output<List<ClusterInterfaceMappingArgs>>? = null) : ConvertibleToJava<ClusterNetworkSettingsArgs>

On premises settings which will have the interface network mappings and default Output logical interface

Constructors

Link copied to clipboard
constructor(defaultRoute: Output<String>? = null, interfaceMappings: Output<List<ClusterInterfaceMappingArgs>>? = null)

Properties

Link copied to clipboard
val defaultRoute: Output<String>? = null

Default value if the customer does not define it in channel Output API

Link copied to clipboard

Network mappings for the cluster

Functions

Link copied to clipboard
open override fun toJava(): ClusterNetworkSettingsArgs