Show / Hide Table of Contents

Class ToggleQuotaRulesDetails

Details for enabling or disabling quota enforcement in the file system.

Inheritance
object
ToggleQuotaRulesDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FilestorageService.Models
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class ToggleQuotaRulesDetails

Properties

AreQuotaRulesEnabled

Declaration
[Required(ErrorMessage = "AreQuotaRulesEnabled is required.")]
[JsonProperty(PropertyName = "areQuotaRulesEnabled")]
public bool? AreQuotaRulesEnabled { get; set; }
Property Value
Type Description
bool?

Specifies the enforcement of quota rules on the file system.

Remarks

Required

In this article
Back to top