CommitmentService

class oci.onesubscription.models.CommitmentService(**kwargs)

Bases: object

Subscribed service commitment details

Methods

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

Attributes

available_amount Gets the available_amount of this CommitmentService.
funded_allocation_value Gets the funded_allocation_value of this CommitmentService.
line_net_amount Gets the line_net_amount of this CommitmentService.
quantity Gets the quantity of this CommitmentService.
time_end Gets the time_end of this CommitmentService.
time_start Gets the time_start of this CommitmentService.
__init__(**kwargs)

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

Parameters:
  • time_start (datetime) – The value to assign to the time_start property of this CommitmentService.
  • time_end (datetime) – The value to assign to the time_end property of this CommitmentService.
  • quantity (str) – The value to assign to the quantity property of this CommitmentService.
  • available_amount (str) – The value to assign to the available_amount property of this CommitmentService.
  • line_net_amount (str) – The value to assign to the line_net_amount property of this CommitmentService.
  • funded_allocation_value (str) – The value to assign to the funded_allocation_value property of this CommitmentService.
available_amount

Gets the available_amount of this CommitmentService. Commitment available amount

Returns:The available_amount of this CommitmentService.
Return type:str
funded_allocation_value

Gets the funded_allocation_value of this CommitmentService. Funded Allocation line value

Returns:The funded_allocation_value of this CommitmentService.
Return type:str
line_net_amount

Gets the line_net_amount of this CommitmentService. Commitment line net amount

Returns:The line_net_amount of this CommitmentService.
Return type:str
quantity

Gets the quantity of this CommitmentService. Commitment quantity

Returns:The quantity of this CommitmentService.
Return type:str
time_end

Gets the time_end of this CommitmentService. Commitment end date

Returns:The time_end of this CommitmentService.
Return type:datetime
time_start

Gets the time_start of this CommitmentService. Commitment start date

Returns:The time_start of this CommitmentService.
Return type:datetime