DiskManagementSettingsRestrictionsObject
The restrictions for the disk.
Declaration
object DiskManagementSettingsRestrictionsObject
Properties
| Name | Type | Description |
|---|
ExternalStorage | string | Specifies the mount policy for external storage: Allowed: The system can mount external storage that is read-write or read-only.
ReadOnly: The system can only mount read-only external storage. Note that external storage that is read-write will not be mounted read-only.
Disallowed: The system can’t mount any external storage.
|
NetworkStorage | string | Specifies the mount policy for network storage: Allowed: The system can mount network storage that is read-write or read-only.
ReadOnly: The system can only mount read-only network storage. Note that network storage that is read-write will not be mounted read-only.
Disallowed: The system can’t mount any network storage.
|