
com.pulumi.gcp.vertex.kotlin.outputs.AiIndexEndpointDeployedIndexPrivateEndpointPscAutomatedEndpoint.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.vertex.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property matchAddress (Output)
* ip Address created by the automated forwarding rule.
* @property network (Output)
* Corresponding network in pscAutomationConfigs.
* @property projectId (Output)
* Corresponding projectId in pscAutomationConfigs
*/
public data class AiIndexEndpointDeployedIndexPrivateEndpointPscAutomatedEndpoint(
public val matchAddress: String? = null,
public val network: String? = null,
public val projectId: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.vertex.outputs.AiIndexEndpointDeployedIndexPrivateEndpointPscAutomatedEndpoint): AiIndexEndpointDeployedIndexPrivateEndpointPscAutomatedEndpoint =
AiIndexEndpointDeployedIndexPrivateEndpointPscAutomatedEndpoint(
matchAddress = javaType.matchAddress().map({ args0 -> args0 }).orElse(null),
network = javaType.network().map({ args0 -> args0 }).orElse(null),
projectId = javaType.projectId().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy