NetworkFunctionValueWithoutSecretsResponse

data class NetworkFunctionValueWithoutSecretsResponse(val allowSoftwareUpdate: Boolean? = null, val configurationType: String, val deploymentValues: String? = null, val networkFunctionDefinitionGroupName: String? = null, val networkFunctionDefinitionOfferingLocation: String? = null, val networkFunctionDefinitionVersion: String? = null, val networkFunctionDefinitionVersionResourceReference: Either<OpenDeploymentResourceReferenceResponse, SecretDeploymentResourceReferenceResponse>? = null, val nfviId: String? = null, val nfviType: String? = null, val provisioningState: String, val publisherName: String? = null, val publisherScope: String? = null, val roleOverrideValues: List<String>? = null)

NetworkFunction with no secrets.

Constructors

constructor(allowSoftwareUpdate: Boolean? = null, configurationType: String, deploymentValues: String? = null, networkFunctionDefinitionGroupName: String? = null, networkFunctionDefinitionOfferingLocation: String? = null, networkFunctionDefinitionVersion: String? = null, networkFunctionDefinitionVersionResourceReference: Either<OpenDeploymentResourceReferenceResponse, SecretDeploymentResourceReferenceResponse>? = null, nfviId: String? = null, nfviType: String? = null, provisioningState: String, publisherName: String? = null, publisherScope: String? = null, roleOverrideValues: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates if software updates are allowed during deployment.

Link copied to clipboard

The secret type which indicates if secret or not. Expected value is 'Open'.

Link copied to clipboard

The JSON-serialized deployment values from the user.

Link copied to clipboard

The network function definition group name for the network function.

The location of the network function definition offering.

Link copied to clipboard

The network function definition version for the network function.

Link copied to clipboard
val nfviId: String? = null

The nfviId for the network function.

Link copied to clipboard
val nfviType: String? = null

The nfvi type for the network function.

Link copied to clipboard

The provisioning state of the network function resource.

Link copied to clipboard
val publisherName: String? = null

The publisher name for the network function.

Link copied to clipboard
val publisherScope: String? = null

The scope of the publisher.

Link copied to clipboard

The role configuration override values from the user.