Class NfsLocationState
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.Aws.DataSync
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NfsLocationState : ResourceArgs
Constructors
View SourceNfsLocationState()
Declaration
public NfsLocationState()
Properties
View SourceArn
Amazon Resource Name (ARN) of the DataSync Location.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OnPremConfig
Configuration block containing information for connecting to the NFS File System.
Declaration
public Input<NfsLocationOnPremConfigGetArgs> OnPremConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NfsLocationOnPremConfigGetArgs> |
ServerHostname
Specifies the IP address or DNS name of the NFS server. The DataSync Agent(s) use this to mount the NFS server.
Declaration
public Input<string> ServerHostname { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Subdirectory
Subdirectory to perform actions as source or destination. Should be exported by the NFS server.
Declaration
public Input<string> Subdirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value pairs of resource tags to assign to the DataSync Location.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Uri
Declaration
public Input<string> Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |