EciScalingConfigurationImageRegistryCredentialArgs

data class EciScalingConfigurationImageRegistryCredentialArgs(val password: Output<String>? = null, val server: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<EciScalingConfigurationImageRegistryCredentialArgs>

Constructors

constructor(password: Output<String>? = null, server: Output<String>? = null, username: Output<String>? = null)

Properties

Link copied to clipboard
val password: Output<String>? = null

The password used to log on to the image repository. It is required when image_registry_credential is configured.

Link copied to clipboard
val server: Output<String>? = null

The address of the image repository. It is required when image_registry_credential is configured.

Link copied to clipboard
val username: Output<String>? = null

The username used to log on to the image repository. It is required when image_registry_credential is configured.

Functions

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