Class CacheNfsTargetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Hpc
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CacheNfsTargetArgs : ResourceArgs
Constructors
View SourceCacheNfsTargetArgs()
Declaration
public CacheNfsTargetArgs()
Properties
View SourceCacheName
The name HPC Cache, which the HPC Cache NFS Target will be added to. Changing this forces a new resource to be created.
Declaration
public Input<string> CacheName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the HPC Cache NFS Target. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamespaceJunctions
Can be specified multiple times to define multiple namespace_junction. Each namespace_juntion block supports fields documented below.
Declaration
public InputList<CacheNfsTargetNamespaceJunctionArgs> NamespaceJunctions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CacheNfsTargetNamespaceJunctionArgs> |
ResourceGroupName
The name of the Resource Group in which to create the HPC Cache NFS Target. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetHostName
The IP address or fully qualified domain name (FQDN) of the HPC Cache NFS target. Changing this forces a new resource to be created.
Declaration
public Input<string> TargetHostName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UsageModel
The type of usage of the HPC Cache NFS Target.
Declaration
public Input<string> UsageModel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |