AzureOperatorNexusNetworkFunctionImageApplicationResponse

data class AzureOperatorNexusNetworkFunctionImageApplicationResponse(val artifactProfile: AzureOperatorNexusImageArtifactProfileResponse? = null, val artifactType: String, val dependsOnProfile: DependsOnProfileResponse? = null, val deployParametersMappingRuleProfile: AzureOperatorNexusImageDeployMappingRuleProfileResponse? = null, val name: String? = null)

Azure Operator Distributed Services network function image application definition.

Constructors

constructor(artifactProfile: AzureOperatorNexusImageArtifactProfileResponse? = null, artifactType: String, dependsOnProfile: DependsOnProfileResponse? = null, deployParametersMappingRuleProfile: AzureOperatorNexusImageDeployMappingRuleProfileResponse? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure Operator Distributed Services image artifact profile.

Link copied to clipboard

The artifact type. Expected value is 'ImageFile'.

Link copied to clipboard

Depends on profile definition.

Link copied to clipboard
val name: String? = null

The name of the network function application.