Network Function Value With Secrets Args
data class NetworkFunctionValueWithSecretsArgs(val allowSoftwareUpdate: Output<Boolean>? = null, val configurationType: Output<String>, val networkFunctionDefinitionGroupName: Output<String>? = null, val networkFunctionDefinitionOfferingLocation: Output<String>? = null, val networkFunctionDefinitionVersion: Output<String>? = null, val networkFunctionDefinitionVersionResourceReference: Output<Either<OpenDeploymentResourceReferenceArgs, SecretDeploymentResourceReferenceArgs>>? = null, val nfviId: Output<String>? = null, val nfviType: Output<Either<String, NFVIType>>? = null, val publisherName: Output<String>? = null, val publisherScope: Output<Either<String, PublisherScope>>? = null, val roleOverrideValues: Output<List<String>>? = null, val secretDeploymentValues: Output<String>? = null) : ConvertibleToJava<NetworkFunctionValueWithSecretsArgs>
NetworkFunction with secrets.
Constructors
Link copied to clipboard
constructor(allowSoftwareUpdate: Output<Boolean>? = null, configurationType: Output<String>, networkFunctionDefinitionGroupName: Output<String>? = null, networkFunctionDefinitionOfferingLocation: Output<String>? = null, networkFunctionDefinitionVersion: Output<String>? = null, networkFunctionDefinitionVersionResourceReference: Output<Either<OpenDeploymentResourceReferenceArgs, SecretDeploymentResourceReferenceArgs>>? = null, nfviId: Output<String>? = null, nfviType: Output<Either<String, NFVIType>>? = null, publisherName: Output<String>? = null, publisherScope: Output<Either<String, PublisherScope>>? = null, roleOverrideValues: Output<List<String>>? = null, secretDeploymentValues: Output<String>? = null)
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 'Secret'.
Link copied to clipboard
The network function definition group name for the network function.
Link copied to clipboard
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 networkFunctionDefinitionVersionResourceReference: Output<Either<OpenDeploymentResourceReferenceArgs, SecretDeploymentResourceReferenceArgs>>? = null
The network function definition version resource reference.
Link copied to clipboard
The publisher name for the network function.
Link copied to clipboard
The scope of the publisher.
Link copied to clipboard
The role configuration override values from the user.
Link copied to clipboard
The JSON-serialized secret deployment values from the user. This contains secrets like passwords,keys etc