AmlFilesystemRootSquashSettingsResponse

data class AmlFilesystemRootSquashSettingsResponse(val mode: String? = null, val noSquashNidLists: String? = null, val squashGID: Double? = null, val squashUID: Double? = null, val status: String)

AML file system squash settings.

Constructors

Link copied to clipboard
constructor(mode: String? = null, noSquashNidLists: String? = null, squashGID: Double? = null, squashUID: Double? = null, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

Squash mode of the AML file system. 'All': User and Group IDs on files will be squashed to the provided values for all users on non-trusted systems. 'RootOnly': User and Group IDs on files will be squashed to provided values for solely the root user on non-trusted systems. 'None': No squashing of User and Group IDs is performed for any users on any systems.

Link copied to clipboard

Semicolon separated NID IP Address list(s) to be added to the TrustedSystems.

Link copied to clipboard
val squashGID: Double? = null

Group ID to squash to.

Link copied to clipboard
val squashUID: Double? = null

User ID to squash to.

Link copied to clipboard

AML file system squash status.