CustomImagePropertiesFromPlanArgs

data class CustomImagePropertiesFromPlanArgs(val id: Output<String>? = null, val offer: Output<String>? = null, val publisher: Output<String>? = null) : ConvertibleToJava<CustomImagePropertiesFromPlanArgs>

Properties for plan on a custom image.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, offer: Output<String>? = null, publisher: Output<String>? = null)

Properties

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

The id of the plan, equivalent to name of the plan

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

The offer for the plan from the marketplace image the custom image is derived from

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

The publisher for the plan from the marketplace image the custom image is derived from

Functions

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