Class FusionEnvironmentFamilyLimitsAndUsage
Details of EnvironmentLimits.
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class FusionEnvironmentFamilyLimitsAndUsage
Properties
DevelopmentLimitAndUsage
Declaration
[Required(ErrorMessage = "DevelopmentLimitAndUsage is required.")]
[JsonProperty(PropertyName = "developmentLimitAndUsage")]
public LimitAndUsage DevelopmentLimitAndUsage { get; set; }
Property Value
Type | Description |
---|---|
LimitAndUsage |
Remarks
Required
ProductionLimitAndUsage
Declaration
[Required(ErrorMessage = "ProductionLimitAndUsage is required.")]
[JsonProperty(PropertyName = "productionLimitAndUsage")]
public LimitAndUsage ProductionLimitAndUsage { get; set; }
Property Value
Type | Description |
---|---|
LimitAndUsage |
Remarks
Required
TestLimitAndUsage
Declaration
[Required(ErrorMessage = "TestLimitAndUsage is required.")]
[JsonProperty(PropertyName = "testLimitAndUsage")]
public LimitAndUsage TestLimitAndUsage { get; set; }
Property Value
Type | Description |
---|---|
LimitAndUsage |
Remarks
Required