Container Registry Args
data class ContainerRegistryArgs(val identityReference: Output<ComputeNodeIdentityReferenceArgs>? = null, val password: Output<String>? = null, val registryServer: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<ContainerRegistryArgs>
Constructors
Link copied to clipboard
constructor(identityReference: Output<ComputeNodeIdentityReferenceArgs>? = null, password: Output<String>? = null, registryServer: Output<String>? = null, userName: Output<String>? = null)