MonitorPlanArgs

data class MonitorPlanArgs(val billingCycle: Output<String>? = null, val effectiveDate: Output<String>? = null, val plan: Output<String>, val usageType: Output<String>? = null) : ConvertibleToJava<MonitorPlanArgs>

Constructors

Link copied to clipboard
constructor(billingCycle: Output<String>? = null, effectiveDate: Output<String>? = null, plan: Output<String>, usageType: Output<String>? = null)

Properties

Link copied to clipboard
val billingCycle: Output<String>? = null

Different billing cycles. Possible values are MONTHLY and WEEKLY.

Link copied to clipboard
val effectiveDate: Output<String>? = null

Date when plan was applied.

Link copied to clipboard
val plan: Output<String>

Plan id as published by Dynatrace.

Link copied to clipboard
val usageType: Output<String>? = null

Different usage type. Possible values are PAYG and COMMITTED.

Functions

Link copied to clipboard
open override fun toJava(): MonitorPlanArgs