Class UpdateQuotaRuleDetails
Details for updating a quota rule in the file system.
Inherited Members
Namespace: Oci.FilestorageService.Models
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class UpdateQuotaRuleDetails
Properties
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | A user-friendly name that the quota rule will be renamed to. It does not have to be unique. Avoid entering confidential information. Example: UserXYZ's quota |
QuotaLimitInGigabytes
Declaration
[JsonProperty(PropertyName = "quotaLimitInGigabytes")]
public int? QuotaLimitInGigabytes { get; set; }
Property Value
Type | Description |
---|---|
int? | An updated value of the quota rule in gigabytes. |