
com.pulumi.azure.compute.kotlin.outputs.OrchestratedVirtualMachineScaleSetPlan.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.compute.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property name Specifies the name of the image from the marketplace. Changing this forces a new resource to be created.
* @property product Specifies the product of the image from the marketplace. Changing this forces a new resource to be created.
* @property publisher Specifies the publisher of the image. Changing this forces a new resource to be created.
*/
public data class OrchestratedVirtualMachineScaleSetPlan(
public val name: String,
public val product: String,
public val publisher: String,
) {
public companion object {
public
fun toKotlin(javaType: com.pulumi.azure.compute.outputs.OrchestratedVirtualMachineScaleSetPlan):
OrchestratedVirtualMachineScaleSetPlan = OrchestratedVirtualMachineScaleSetPlan(
name = javaType.name(),
product = javaType.product(),
publisher = javaType.publisher(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy