OccmDemandSignalResourcePropertyConstraintsSummary¶
-
class
oci.capacity_management.models.
OccmDemandSignalResourcePropertyConstraintsSummary
(**kwargs)¶ Bases:
object
A summary model for the Occm demand signal resource property constraints.
Methods
__init__
(**kwargs)Initializes a new OccmDemandSignalResourcePropertyConstraintsSummary object with values from keyword arguments. Attributes
constraint_name
[Required] Gets the constraint_name of this OccmDemandSignalResourcePropertyConstraintsSummary. constraint_value
[Required] Gets the constraint_value of this OccmDemandSignalResourcePropertyConstraintsSummary. -
__init__
(**kwargs)¶ Initializes a new OccmDemandSignalResourcePropertyConstraintsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - constraint_name (str) – The value to assign to the constraint_name property of this OccmDemandSignalResourcePropertyConstraintsSummary.
- constraint_value (str) – The value to assign to the constraint_value property of this OccmDemandSignalResourcePropertyConstraintsSummary.
-
constraint_name
¶ [Required] Gets the constraint_name of this OccmDemandSignalResourcePropertyConstraintsSummary. The name of demand signal resource’s property constraint.
Returns: The constraint_name of this OccmDemandSignalResourcePropertyConstraintsSummary. Return type: str
-
constraint_value
¶ [Required] Gets the constraint_value of this OccmDemandSignalResourcePropertyConstraintsSummary. The value of demand signal resource’s property constraint.
Returns: The constraint_value of this OccmDemandSignalResourcePropertyConstraintsSummary. Return type: str
-