AzureCoreNFVIDetailsArgs

data class AzureCoreNFVIDetailsArgs(val location: Output<String>? = null, val name: Output<String>? = null, val nfviType: Output<String>) : ConvertibleToJava<AzureCoreNFVIDetailsArgs>

The Azure Core NFVI detail.

Constructors

Link copied to clipboard
constructor(location: Output<String>? = null, name: Output<String>? = null, nfviType: Output<String>)

Properties

Link copied to clipboard
val location: Output<String>? = null

Location of the Azure core.

Link copied to clipboard
val name: Output<String>? = null

Name of the nfvi.

Link copied to clipboard
val nfviType: Output<String>

The NFVI type. Expected value is 'AzureCore'.

Functions

Link copied to clipboard
open override fun toJava(): AzureCoreNFVIDetailsArgs