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

com.pulumi.gcp.vmwareengine.kotlin.outputs.GetPrivateCloudHcx.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 8.12.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.gcp.vmwareengine.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property fqdn Fully qualified domain name of the appliance.
 * @property internalIp Internal IP address of the appliance.
 * @property state State of the appliance. Possible values: ["ACTIVE", "CREATING"]
 * @property version Version of the appliance.
 */
public data class GetPrivateCloudHcx(
    public val fqdn: String,
    public val internalIp: String,
    public val state: String,
    public val version: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.vmwareengine.outputs.GetPrivateCloudHcx): GetPrivateCloudHcx = GetPrivateCloudHcx(
            fqdn = javaType.fqdn(),
            internalIp = javaType.internalIp(),
            state = javaType.state(),
            version = javaType.version(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy