FusionEnvironmentFamilyLimitsAndUsage

class oci.fusion_apps.models.FusionEnvironmentFamilyLimitsAndUsage(**kwargs)

Bases: object

Details of EnvironmentLimits.

Methods

__init__(**kwargs) Initializes a new FusionEnvironmentFamilyLimitsAndUsage object with values from keyword arguments.

Attributes

development_limit_and_usage [Required] Gets the development_limit_and_usage of this FusionEnvironmentFamilyLimitsAndUsage.
production_limit_and_usage [Required] Gets the production_limit_and_usage of this FusionEnvironmentFamilyLimitsAndUsage.
test_limit_and_usage [Required] Gets the test_limit_and_usage of this FusionEnvironmentFamilyLimitsAndUsage.
__init__(**kwargs)

Initializes a new FusionEnvironmentFamilyLimitsAndUsage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
development_limit_and_usage

[Required] Gets the development_limit_and_usage of this FusionEnvironmentFamilyLimitsAndUsage.

Returns:The development_limit_and_usage of this FusionEnvironmentFamilyLimitsAndUsage.
Return type:oci.fusion_apps.models.LimitAndUsage
production_limit_and_usage

[Required] Gets the production_limit_and_usage of this FusionEnvironmentFamilyLimitsAndUsage.

Returns:The production_limit_and_usage of this FusionEnvironmentFamilyLimitsAndUsage.
Return type:oci.fusion_apps.models.LimitAndUsage
test_limit_and_usage

[Required] Gets the test_limit_and_usage of this FusionEnvironmentFamilyLimitsAndUsage.

Returns:The test_limit_and_usage of this FusionEnvironmentFamilyLimitsAndUsage.
Return type:oci.fusion_apps.models.LimitAndUsage