SpringCloudServiceContainerRegistryArgs

data class SpringCloudServiceContainerRegistryArgs(val name: Output<String>, val password: Output<String>, val server: Output<String>, val username: Output<String>) : ConvertibleToJava<SpringCloudServiceContainerRegistryArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, password: Output<String>, server: Output<String>, username: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Specifies the name of the container registry.

Link copied to clipboard
val password: Output<String>

Specifies the password of the container registry.

Link copied to clipboard
val server: Output<String>

Specifies the login server of the container registry.

Link copied to clipboard
val username: Output<String>

Specifies the username of the container registry.

Functions

Link copied to clipboard
open override fun toJava(): SpringCloudServiceContainerRegistryArgs