All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.certificatemanager.v1.kotlin.outputs.ProvisioningIssueResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.googlenative.certificatemanager.v1.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Information about issues with provisioning a Managed Certificate.
 * @property details Human readable explanation about the issue. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum.
 * @property reason Reason for provisioning failures.
 */
public data class ProvisioningIssueResponse(
    public val details: String,
    public val reason: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.certificatemanager.v1.outputs.ProvisioningIssueResponse): ProvisioningIssueResponse = ProvisioningIssueResponse(
            details = javaType.details(),
            reason = javaType.reason(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy