AzureOperatorNexusClusterNFVIDetailsArgs

data class AzureOperatorNexusClusterNFVIDetailsArgs(val customLocationReference: Output<ReferencedResourceArgs>? = null, val name: Output<String>? = null, val nfviType: Output<String>) : ConvertibleToJava<AzureOperatorNexusClusterNFVIDetailsArgs>

The AzureOperatorNexusCluster NFVI detail.

Constructors

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

Properties

Link copied to clipboard

The reference to the custom location.

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 'AzureOperatorNexus'.

Functions

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