Class CreateLimitItemDetails
Details about the service limit increase request. Avoid entering confidential information.
For information about LIMIT
support tickets, see Creating a Service Limit Increase Request.
Inherited Members
Namespace: Oci.CimsService.Models
Assembly: OCI.DotNetSDK.Cims.dll
Syntax
public class CreateLimitItemDetails : CreateItemDetails
Properties
CurrentLimit
Declaration
[JsonProperty(PropertyName = "currentLimit")]
public int? CurrentLimit { get; set; }
Property Value
Type | Description |
---|---|
int? | The limit of the resource currently available. |
CurrentUsage
Declaration
[JsonProperty(PropertyName = "currentUsage")]
public int? CurrentUsage { get; set; }
Property Value
Type | Description |
---|---|
int? | The current usage of the resource. |
LimitStatus
Declaration
[JsonProperty(PropertyName = "limitStatus")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateLimitItemDetails.LimitStatusEnum? LimitStatus { get; set; }
Property Value
Type | Description |
---|---|
CreateLimitItemDetails.LimitStatusEnum? | The current status of the request. |
RequestedLimit
Declaration
[JsonProperty(PropertyName = "requestedLimit")]
public int? RequestedLimit { get; set; }
Property Value
Type | Description |
---|---|
int? | The new service limit being requested. |