OccmDemandSignalResourcePropertiesSummary

class oci.capacity_management.models.OccmDemandSignalResourcePropertiesSummary(**kwargs)

Bases: object

A summary model for the Occm demand signal resource properties.

Methods

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

Attributes

is_editable [Required] Gets the is_editable of this OccmDemandSignalResourcePropertiesSummary.
property_max_value Gets the property_max_value of this OccmDemandSignalResourcePropertiesSummary.
property_min_value Gets the property_min_value of this OccmDemandSignalResourcePropertiesSummary.
property_name [Required] Gets the property_name of this OccmDemandSignalResourcePropertiesSummary.
property_options Gets the property_options of this OccmDemandSignalResourcePropertiesSummary.
property_unit Gets the property_unit of this OccmDemandSignalResourcePropertiesSummary.
property_value [Required] Gets the property_value of this OccmDemandSignalResourcePropertiesSummary.
__init__(**kwargs)

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

Parameters:
  • property_name (str) – The value to assign to the property_name property of this OccmDemandSignalResourcePropertiesSummary.
  • property_value (str) – The value to assign to the property_value property of this OccmDemandSignalResourcePropertiesSummary.
  • property_min_value (int) – The value to assign to the property_min_value property of this OccmDemandSignalResourcePropertiesSummary.
  • property_max_value (int) – The value to assign to the property_max_value property of this OccmDemandSignalResourcePropertiesSummary.
  • property_options (list[oci.capacity_management.models.OccmDemandSignalResourcePropertyOptionSummary]) – The value to assign to the property_options property of this OccmDemandSignalResourcePropertiesSummary.
  • property_unit (str) – The value to assign to the property_unit property of this OccmDemandSignalResourcePropertiesSummary.
  • is_editable (bool) – The value to assign to the is_editable property of this OccmDemandSignalResourcePropertiesSummary.
is_editable

[Required] Gets the is_editable of this OccmDemandSignalResourcePropertiesSummary. This will indicate if demand signal resource’s property is editable.

Returns:The is_editable of this OccmDemandSignalResourcePropertiesSummary.
Return type:bool
property_max_value

Gets the property_max_value of this OccmDemandSignalResourcePropertiesSummary. The maximum value of demand signal resource’s property. This is an optional parameter.

Returns:The property_max_value of this OccmDemandSignalResourcePropertiesSummary.
Return type:int
property_min_value

Gets the property_min_value of this OccmDemandSignalResourcePropertiesSummary. The minimum value of demand signal resource’s property. This is an optional parameter.

Returns:The property_min_value of this OccmDemandSignalResourcePropertiesSummary.
Return type:int
property_name

[Required] Gets the property_name of this OccmDemandSignalResourcePropertiesSummary. The name of demand signal resource’s property.

Returns:The property_name of this OccmDemandSignalResourcePropertiesSummary.
Return type:str
property_options

Gets the property_options of this OccmDemandSignalResourcePropertiesSummary. Predefined options for demand signal resource’s property. This is an optional parameter.

Returns:The property_options of this OccmDemandSignalResourcePropertiesSummary.
Return type:list[oci.capacity_management.models.OccmDemandSignalResourcePropertyOptionSummary]
property_unit

Gets the property_unit of this OccmDemandSignalResourcePropertiesSummary. Unit for demand signal resource’s property.

Returns:The property_unit of this OccmDemandSignalResourcePropertiesSummary.
Return type:str
property_value

[Required] Gets the property_value of this OccmDemandSignalResourcePropertiesSummary. Default value of demand signal resource’s property.

Returns:The property_value of this OccmDemandSignalResourcePropertiesSummary.
Return type:str