
com.pulumi.gcp.apphub.kotlin.outputs.GetDiscoveredServiceServiceProperty.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.apphub.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property gcpProject The service project identifier that the underlying cloud resource resides in.
* @property location The location of the discovered service.
* @property zone The location that the underlying resource resides in if it is zonal.
*/
public data class GetDiscoveredServiceServiceProperty(
public val gcpProject: String,
public val location: String,
public val zone: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.apphub.outputs.GetDiscoveredServiceServiceProperty): GetDiscoveredServiceServiceProperty = GetDiscoveredServiceServiceProperty(
gcpProject = javaType.gcpProject(),
location = javaType.location(),
zone = javaType.zone(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy