AzureCoreNFVIDetailsResponse

data class AzureCoreNFVIDetailsResponse(val location: String? = null, val name: String? = null, val nfviType: String)

The Azure Core NFVI detail.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val location: String? = null

Location of the Azure core.

Link copied to clipboard
val name: String? = null

Name of the nfvi.

Link copied to clipboard

The NFVI type. Expected value is 'AzureCore'.