Show / Hide Table of Contents

Class ChargebackPlanDetails

Object containing chargeback plan details

Inheritance
object
ChargebackPlanDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top