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

com.pulumi.googlenative.gkeonprem.v1.kotlin.outputs.BareMetalLvpConfigResponse.kt Maven / Gradle / Ivy

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

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

import kotlin.String
import kotlin.Suppress

/**
 * Specifies the configs for local persistent volumes (PVs).
 * @property path The host machine path.
 * @property storageClass The StorageClass name that PVs will be created with.
 */
public data class BareMetalLvpConfigResponse(
    public val path: String,
    public val storageClass: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.gkeonprem.v1.outputs.BareMetalLvpConfigResponse): BareMetalLvpConfigResponse = BareMetalLvpConfigResponse(
            path = javaType.path(),
            storageClass = javaType.storageClass(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy