Meter¶
-
class
oci.self.models.Meter(**kwargs)¶ Bases:
objectDetails provide by seller for activation of its product.
Methods
__init__(**kwargs)Initializes a new Meter object with values from keyword arguments. Attributes
extended_metadataGets the extended_metadata of this Meter. name[Required] Gets the name of this Meter. rate_allocation[Required] Gets the rate_allocation of this Meter. -
__init__(**kwargs)¶ Initializes a new Meter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this Meter.
- rate_allocation (float) – The value to assign to the rate_allocation property of this Meter.
- extended_metadata (list[oci.self.models.ExtendedMetadata]) – The value to assign to the extended_metadata property of this Meter.
-
extended_metadata¶ Gets the extended_metadata of this Meter. Additional data give by sku.
Returns: The extended_metadata of this Meter. Return type: list[oci.self.models.ExtendedMetadata]
-
name¶ [Required] Gets the name of this Meter. Name of meter.
Returns: The name of this Meter. Return type: str
-
rate_allocation¶ [Required] Gets the rate_allocation of this Meter. Tha rate of this sku meter.
Returns: The rate_allocation of this Meter. Return type: float
-