Class NfsFileShareNfsFileShareDefaultsArgs
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.StorageGateway.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NfsFileShareNfsFileShareDefaultsArgs : ResourceArgs
Constructors
View SourceNfsFileShareNfsFileShareDefaultsArgs()
Declaration
public NfsFileShareNfsFileShareDefaultsArgs()
Properties
View SourceDirectoryMode
The Unix directory mode in the string form "nnnn". Defaults to "0777".
Declaration
public Input<string> DirectoryMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FileMode
The Unix file mode in the string form "nnnn". Defaults to "0666".
Declaration
public Input<string> FileMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupId
The default group ID for the file share (unless the files have another group ID specified). Defaults to 65534 (nfsnobody). Valid values: 0 through 4294967294.
Declaration
public Input<int> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
OwnerId
The default owner ID for the file share (unless the files have another owner ID specified). Defaults to 65534 (nfsnobody). Valid values: 0 through 4294967294.
Declaration
public Input<int> OwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |