Show / Hide Table of Contents

Class CacheNfsTargetState

Inheritance
System.Object
InputArgs
ResourceArgs
CacheNfsTargetState
Inherited Members
ResourceArgs.Empty
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 CacheNfsTargetState : ResourceArgs

Constructors

View Source

CacheNfsTargetState()

Declaration
public CacheNfsTargetState()

Properties

View Source

CacheName

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>
View Source

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>
View Source

NamespaceJunctions

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

Declaration
public InputList<CacheNfsTargetNamespaceJunctionGetArgs> NamespaceJunctions { get; set; }
Property Value
Type Description
InputList<CacheNfsTargetNamespaceJunctionGetArgs>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.