Show / Hide Table of Contents

Class FusionEnvironmentFamilyLimitsAndUsage

Details of EnvironmentLimits.

Inheritance
object
FusionEnvironmentFamilyLimitsAndUsage
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top