Virtual Network Function Network Function Definition Version Response
data class VirtualNetworkFunctionNetworkFunctionDefinitionVersionResponse(val deployParameters: String? = null, val description: String? = null, val networkFunctionTemplate: Either<AzureCoreNetworkFunctionTemplateResponse, AzureOperatorNexusNetworkFunctionTemplateResponse>? = null, val networkFunctionType: String, val provisioningState: String, val versionState: String)
Virtual network function network function definition version properties.
Constructors
Link copied to clipboard
constructor(deployParameters: String? = null, description: String? = null, networkFunctionTemplate: Either<AzureCoreNetworkFunctionTemplateResponse, AzureOperatorNexusNetworkFunctionTemplateResponse>? = null, networkFunctionType: String, provisioningState: String, versionState: String)
Properties
Link copied to clipboard
The deployment parameters of the network function definition version.
Link copied to clipboard
The network function definition version description.
Link copied to clipboard
val networkFunctionTemplate: Either<AzureCoreNetworkFunctionTemplateResponse, AzureOperatorNexusNetworkFunctionTemplateResponse>? = null
Virtual network function template.
Link copied to clipboard
The network function type. Expected value is 'VirtualNetworkFunction'.
Link copied to clipboard
The provisioning state of the network function definition version resource.
Link copied to clipboard
The network function definition version state.