AzureArcKubernetesNetworkFunctionTemplateArgs

data class AzureArcKubernetesNetworkFunctionTemplateArgs(val networkFunctionApplications: Output<List<AzureArcKubernetesHelmApplicationArgs>>? = null, val nfviType: Output<String>) : ConvertibleToJava<AzureArcKubernetesNetworkFunctionTemplateArgs>

Azure Arc kubernetes network function template.

Constructors

constructor(networkFunctionApplications: Output<List<AzureArcKubernetesHelmApplicationArgs>>? = null, nfviType: Output<String>)

Properties

Link copied to clipboard

Network function applications.

Link copied to clipboard
val nfviType: Output<String>

The network function type. Expected value is 'AzureArcKubernetes'.

Functions

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