CacheNfsTarget

class CacheNfsTarget : KotlinCustomResource

Manages a NFS Target within a HPC Cache.

NOTE:: By request of the service team the provider no longer automatically registering the Microsoft.StorageCache Resource Provider for this resource. To register it you can run az provider register --namespace 'Microsoft.StorageCache'.

Import

NFS Target within a HPC Cache can be imported using the resource id, e.g.

$ pulumi import azure:hpc/cacheNfsTarget:CacheNfsTarget example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.StorageCache/caches/cache1/storageTargets/target1

Properties

Link copied to clipboard
val cacheName: Output<String>

The name HPC Cache, which the HPC Cache NFS Target will be added to. Changing this forces a new resource to be created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the HPC Cache NFS Target. Changing this forces a new resource to be created.

Link copied to clipboard

Can be specified multiple times to define multiple namespace_junction. Each namespace_juntion block supports fields documented below.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The name of the Resource Group in which to create the HPC Cache NFS Target. Changing this forces a new resource to be created.

Link copied to clipboard
val targetHostName: Output<String>

The IP address or fully qualified domain name (FQDN) of the HPC Cache NFS target. Changing this forces a new resource to be created.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val usageModel: Output<String>

The type of usage of the HPC Cache NFS Target. Possible values are: READ_HEAVY_INFREQ, READ_HEAVY_CHECK_180, READ_ONLY, READ_WRITE, WRITE_WORKLOAD_15, WRITE_AROUND, WRITE_WORKLOAD_CHECK_30, WRITE_WORKLOAD_CHECK_60 and WRITE_WORKLOAD_CLOUDWS.