Class ChargebackPlanDetails
Object containing chargeback plan details
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class ChargebackPlanDetails
Properties
PlanId
Declaration
[JsonProperty(PropertyName = "planId")]
public string PlanId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OCID of OPSI Chargeback plan resource. |
PlanType
Declaration
[JsonProperty(PropertyName = "planType")]
public string PlanType { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Chargeback Plan type of the chargeback entity. For an Exadata it can be WEIGHTED_ALLOCATION, EQUAL_ALLOCATION, UNUSED_ALLOCATION. |
TimeEnabled
Declaration
[JsonProperty(PropertyName = "timeEnabled")]
public DateTime? TimeEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The date and time the chargeback plan was enabled on the resource, in the format defined by RFC3339. |