Cluster Network Settings Args
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)