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.
Inherited Members
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. |