Target Storage Profile Args
    data class TargetStorageProfileArgs(val azureFileShareProfile: Output<AzureFileShareHydrationProfileArgs>? = null, val hydrationStorageProviderType: Output<Either<String, TargetHydrationStorageProviderType>>? = null, val persistentVolumeId: Output<String>? = null, val storageAccessType: Output<Either<String, TargetStorageAccessType>>? = null, val storageProjectionType: Output<Either<String, TargetStorageProjectionType>>? = null, val targetName: Output<String>? = null, val targetSize: Output<String>? = null) : ConvertibleToJava<TargetStorageProfileArgs> 
Storage profile for the directory on the target container.
Constructors
Link copied to clipboard
                fun TargetStorageProfileArgs(azureFileShareProfile: Output<AzureFileShareHydrationProfileArgs>? = null, hydrationStorageProviderType: Output<Either<String, TargetHydrationStorageProviderType>>? = null, persistentVolumeId: Output<String>? = null, storageAccessType: Output<Either<String, TargetStorageAccessType>>? = null, storageProjectionType: Output<Either<String, TargetStorageProjectionType>>? = null, targetName: Output<String>? = null, targetSize: Output<String>? = null)
Functions
Properties
Link copied to clipboard
                val hydrationStorageProviderType: Output<Either<String, TargetHydrationStorageProviderType>>? = null