MonthlyCostSummary

class oci.cloud_bridge.models.MonthlyCostSummary(**kwargs)

Bases: object

Cost information for monthly maintenance.

Methods

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

Attributes

amount [Required] Gets the amount of this MonthlyCostSummary.
currency_code [Required] Gets the currency_code of this MonthlyCostSummary.
__init__(**kwargs)

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

Parameters:
  • amount (float) – The value to assign to the amount property of this MonthlyCostSummary.
  • currency_code (str) – The value to assign to the currency_code property of this MonthlyCostSummary.
amount

[Required] Gets the amount of this MonthlyCostSummary. Monthly costs for maintenance of this asset.

Returns:The amount of this MonthlyCostSummary.
Return type:float
currency_code

[Required] Gets the currency_code of this MonthlyCostSummary. Currency code as defined by ISO-4217.

Returns:The currency_code of this MonthlyCostSummary.
Return type:str