OccmDemandSignalResourcePropertyOptionSummary

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

Bases: object

A summary model for the Occm demand signal resource property option. To support range of the options for a property

Methods

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

Attributes

option_key [Required] Gets the option_key of this OccmDemandSignalResourcePropertyOptionSummary.
option_value [Required] Gets the option_value of this OccmDemandSignalResourcePropertyOptionSummary.
__init__(**kwargs)

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

Parameters:
  • option_key (str) – The value to assign to the option_key property of this OccmDemandSignalResourcePropertyOptionSummary.
  • option_value (str) – The value to assign to the option_value property of this OccmDemandSignalResourcePropertyOptionSummary.
option_key

[Required] Gets the option_key of this OccmDemandSignalResourcePropertyOptionSummary. key of a property option like memoryValue, ocpuValue.

Returns:The option_key of this OccmDemandSignalResourcePropertyOptionSummary.
Return type:str
option_value

[Required] Gets the option_value of this OccmDemandSignalResourcePropertyOptionSummary. value of a property option like 64, 2 fastconnect etc.

Returns:The option_value of this OccmDemandSignalResourcePropertyOptionSummary.
Return type:str