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

com.pulumi.azure.appplatform.kotlin.outputs.SpringCloudServiceContainerRegistry.kt Maven / Gradle / Ivy

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

package com.pulumi.azure.appplatform.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property name Specifies the name of the container registry.
 * @property password Specifies the password of the container registry.
 * @property server Specifies the login server of the container registry.
 * @property username Specifies the username of the container registry.
 */
public data class SpringCloudServiceContainerRegistry(
    public val name: String,
    public val password: String,
    public val server: String,
    public val username: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.appplatform.outputs.SpringCloudServiceContainerRegistry): SpringCloudServiceContainerRegistry = SpringCloudServiceContainerRegistry(
            name = javaType.name(),
            password = javaType.password(),
            server = javaType.server(),
            username = javaType.username(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy