PlanDetailsArgs

data class PlanDetailsArgs(val offerID: Output<String>? = null, val planID: Output<String>? = null, val planName: Output<String>? = null, val publisherID: Output<String>? = null, val termID: Output<String>? = null) : ConvertibleToJava<PlanDetailsArgs>

Plan details of the monitor resource.

Constructors

Link copied to clipboard
constructor(offerID: Output<String>? = null, planID: Output<String>? = null, planName: Output<String>? = null, publisherID: Output<String>? = null, termID: Output<String>? = null)

Properties

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

Offer ID of the plan

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

Plan ID

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

Plan Name

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

Publisher ID of the plan

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

Term ID of the plan

Functions

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