ChargebackPlanDetails

class oci.opsi.models.ChargebackPlanDetails(**kwargs)

Bases: object

Object containing chargeback plan details

Methods

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

Attributes

plan_id Gets the plan_id of this ChargebackPlanDetails.
plan_type Gets the plan_type of this ChargebackPlanDetails.
time_enabled Gets the time_enabled of this ChargebackPlanDetails.
__init__(**kwargs)

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

Parameters:
  • plan_id (str) – The value to assign to the plan_id property of this ChargebackPlanDetails.
  • plan_type (str) – The value to assign to the plan_type property of this ChargebackPlanDetails.
  • time_enabled (datetime) – The value to assign to the time_enabled property of this ChargebackPlanDetails.
plan_id

Gets the plan_id of this ChargebackPlanDetails. OCID of OPSI Chargeback plan resource.

Returns:The plan_id of this ChargebackPlanDetails.
Return type:str
plan_type

Gets the plan_type of this ChargebackPlanDetails. Chargeback Plan type of the chargeback entity. For an Exadata it can be WEIGHTED_ALLOCATION, EQUAL_ALLOCATION, UNUSED_ALLOCATION.

Returns:The plan_type of this ChargebackPlanDetails.
Return type:str
time_enabled

Gets the time_enabled of this ChargebackPlanDetails. The date and time the chargeback plan was enabled on the resource, in the format defined by RFC3339.

Returns:The time_enabled of this ChargebackPlanDetails.
Return type:datetime