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

com.pulumi.azure.cosmosdb.kotlin.outputs.GetAccountGeoLocation.kt Maven / Gradle / Ivy

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

package com.pulumi.azure.cosmosdb.kotlin.outputs

import kotlin.Int
import kotlin.String
import kotlin.Suppress

/**
 *
 * @property failoverPriority
 * @property id The ID of the virtual network subnet.
 * @property location The name of the Azure region hosting replicated data.
 */
public data class GetAccountGeoLocation(
    public val failoverPriority: Int,
    public val id: String,
    public val location: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.cosmosdb.outputs.GetAccountGeoLocation): GetAccountGeoLocation = GetAccountGeoLocation(
            failoverPriority = javaType.failoverPriority(),
            id = javaType.id(),
            location = javaType.location(),
        )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy