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

com.pulumi.azurenative.orbital.kotlin.outputs.L2ConnectionsPropertiesResponseGroundStation.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.orbital.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * A reference to an Microsoft.Orbital/groundStations resource to route traffic for.
 * @property id Resource ID.
 */
public data class L2ConnectionsPropertiesResponseGroundStation(
    public val id: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.orbital.outputs.L2ConnectionsPropertiesResponseGroundStation): L2ConnectionsPropertiesResponseGroundStation = L2ConnectionsPropertiesResponseGroundStation(
            id = javaType.id(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy