VMware Cbt Protection Container Mapping Details Response
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.
Properties
Link copied to clipboard
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.