VMwareCbtProtectionContainerMappingDetailsResponse

data class VMwareCbtProtectionContainerMappingDetailsResponse(val excludedSkus: List<String>? = null, val instanceType: String, val keyVaultId: String, val keyVaultUri: String, val roleSizeToNicCountMap: Map<String, Int>, val serviceBusConnectionStringSecretName: String, val storageAccountId: String, val storageAccountSasSecretName: String, val targetLocation: String)

VMwareCbt provider specific container mapping details.

Constructors

constructor(excludedSkus: List<String>? = null, instanceType: String, keyVaultId: String, keyVaultUri: String, roleSizeToNicCountMap: Map<String, Int>, serviceBusConnectionStringSecretName: String, storageAccountId: String, storageAccountSasSecretName: String, targetLocation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val excludedSkus: List<String>? = null

The SKUs to be excluded.

Link copied to clipboard

Gets the class type. Overridden in derived classes. Expected value is 'VMwareCbt'.

Link copied to clipboard

The target key vault ARM Id.

Link copied to clipboard

The target key vault URI.

Link copied to clipboard

The role size to NIC count map.

Link copied to clipboard

The secret name of the service bus connection string.

Link copied to clipboard

The storage account ARM Id.

Link copied to clipboard

The secret name of the storage account.

Link copied to clipboard

The target location.