Target Storage Profile Response
data class TargetStorageProfileResponse(val azureFileShareProfile: AzureFileShareHydrationProfileResponse? = null, val hydrationStorageProviderType: String? = null, val persistentVolumeId: String? = null, val storageAccessType: String? = null, val storageProjectionType: String? = null, val targetName: String? = null, val targetSize: String? = null)
Storage profile for the directory on the target container.
Constructors
Link copied to clipboard
fun TargetStorageProfileResponse(azureFileShareProfile: AzureFileShareHydrationProfileResponse? = null, hydrationStorageProviderType: String? = null, persistentVolumeId: String? = null, storageAccessType: String? = null, storageProjectionType: String? = null, targetName: String? = null, targetSize: String? = null)