AzureOperatorNexusNetworkFunctionTemplateArgs

data class AzureOperatorNexusNetworkFunctionTemplateArgs(val networkFunctionApplications: Output<List<Either<AzureOperatorNexusNetworkFunctionArmTemplateApplicationArgs, AzureOperatorNexusNetworkFunctionImageApplicationArgs>>>? = null, val nfviType: Output<String>) : ConvertibleToJava<AzureOperatorNexusNetworkFunctionTemplateArgs>

Azure Operator Distributed Services network function template.

Constructors

constructor(networkFunctionApplications: Output<List<Either<AzureOperatorNexusNetworkFunctionArmTemplateApplicationArgs, AzureOperatorNexusNetworkFunctionImageApplicationArgs>>>? = null, nfviType: Output<String>)

Properties

Link copied to clipboard
val nfviType: Output<String>

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

Functions

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