Class NfsFileShareNfsFileShareDefaults
Inheritance
System.Object
NfsFileShareNfsFileShareDefaults
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NfsFileShareNfsFileShareDefaults
Fields
View SourceDirectoryMode
The Unix directory mode in the string form "nnnn". Defaults to "0777".
Declaration
public readonly string DirectoryMode
Field Value
| Type | Description |
|---|---|
| System.String |
FileMode
The Unix file mode in the string form "nnnn". Defaults to "0666".
Declaration
public readonly string FileMode
Field Value
| Type | Description |
|---|---|
| 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 readonly int? GroupId
Field Value
| Type | Description |
|---|---|
| System.Nullable<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 readonly int? OwnerId
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |