Azure Operator Nexus Network Function Template Args
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
Link copied to clipboard
constructor(networkFunctionApplications: Output<List<Either<AzureOperatorNexusNetworkFunctionArmTemplateApplicationArgs, AzureOperatorNexusNetworkFunctionImageApplicationArgs>>>? = null, nfviType: Output<String>)
Properties
Link copied to clipboard
val networkFunctionApplications: Output<List<Either<AzureOperatorNexusNetworkFunctionArmTemplateApplicationArgs, AzureOperatorNexusNetworkFunctionImageApplicationArgs>>>? = null
Network function applications.