Show / Hide Table of Contents

Class CreatePlanCustomItemDetails

Custom configuration item details for a chargeback plan. Example items for Exadata Insights Chargeback are statistic(default value AVG), percentile, infrastructureCost, infrastructurePlanType, additionalServerCost and additionalServerPlanType.

Inheritance
object
CreatePlanCustomItemDetails
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 CreatePlanCustomItemDetails

Properties

IsCustomizable

Declaration
[JsonProperty(PropertyName = "isCustomizable")]
public bool? IsCustomizable { get; set; }
Property Value
Type Description
bool?

Indicates whether the chargeback plan customization item can be customized.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name of chargeback plan customization item. Example items for Exadata Insights Chargeback are statistic, percentile, infrastructureCost, additionalServerCost etc.

Value

Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type Description
string

Value of chargeback plan customization item.

In this article
Back to top