LogzMonitorPlan

data class LogzMonitorPlan(val billingCycle: String, val effectiveDate: String, val planId: String? = null, val usageType: String)

Constructors

Link copied to clipboard
constructor(billingCycle: String, effectiveDate: String, planId: String? = null, usageType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Different billing cycles. Possible values are MONTHLY or WEEKLY. Changing this forces a new logz Monitor to be created.

Link copied to clipboard

Date when plan was applied. Changing this forces a new logz Monitor to be created.

Link copied to clipboard
val planId: String? = null

Plan id as published by Logz. The only possible value is 100gb14days. Defaults to 100gb14days. Changing this forces a new logz Monitor to be created.

Link copied to clipboard

Different usage types. Possible values are PAYG or COMMITTED. Changing this forces a new logz Monitor to be created.