
com.pulumi.googlenative.gkeonprem.v1.kotlin.outputs.BareMetalAdminDrainingMachineResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.gkeonprem.v1.kotlin.outputs
import kotlin.Int
import kotlin.String
import kotlin.Suppress
/**
* BareMetalAdminDrainingMachine represents the machines that are currently draining.
* @property nodeIp Draining machine IP address.
* @property podCount The count of pods yet to drain.
*/
public data class BareMetalAdminDrainingMachineResponse(
public val nodeIp: String,
public val podCount: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.gkeonprem.v1.outputs.BareMetalAdminDrainingMachineResponse): BareMetalAdminDrainingMachineResponse = BareMetalAdminDrainingMachineResponse(
nodeIp = javaType.nodeIp(),
podCount = javaType.podCount(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy